yubihsm-shell icon indicating copy to clipboard operation
yubihsm-shell copied to clipboard

yubihsm-shell and libyubihsm

Results 43 yubihsm-shell issues
Sort by recently updated
recently updated
newest added

The pcsc-lite 2.2.0 switched from autotools to meson and reworked the pkgconfig files. The new pkg config provides CFLAGS that work ok, but the yubihsm-shell ignores them and hopes that...

A newline is written to stdout in command-line mode. This causes issues with binary output. For example: echo -n 0123456789abcdef | yubihsm-shell -p password -a encrypt-aesecb -i 123 | yubihsm-shell...

yubihsm2_pkcs11.so from tag 2.5.0 (and from 2.4.2 too) crashes when used with openssl 3.0.13-0ubuntu3 and pkcs11-provider 0.3-1build2. The ultimate reason for the crash (as evident from running with valgrind) is...

I'm working on a solution where I am generating EC signing keys in the YubiHSM and then wrapping/exporting them from the module. What I am seeing is that when I...

The pcsc-lite 2.2.x branch switched from autotools to meson and reworked the pkg-config file to be more standard, which involves some difference from the previous versions that cause the yubihsm-shell...

Setting: We have two or more ubuntu docker containers running on a single host Ubuntu/MacOS computer. We have attached YubiHSM to the host machine via USB. Requirement: We need to...

The build documentation indicates needing to get files from a source release package, but does not mention where to find said package. Seemingly unable to build the Windows version without...

Looks like something is wrong with new version and ctest fails in one unit ```console + cd yubihsm-shell-2.6.0 + /usr/bin/ctest --test-dir x86_64-redhat-linux-gnu --output-on-failure --force-new-ctest-process -j48 ' ' -E '^(attest|generate_ec|generate_hmac|import_authkey|import_rsa|info|wrap|wrap_da ta|yubico_otp|echo|asym_auth|import_ec|generate_rsa|logs|ssh|decrypt_rsa|decrypt_ec|import_ed|change_authkey|encrypt_aes|aes_encrypt_test|ecdh_derive_test|rsa_enc_test|pkcs11test|bash_tests...