We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test:
$ softhsm2-util --version 2.6.1 $ openssl version OpenSSL 3.1.2 1 Aug 2023 (Library: OpenSSL 3.1.2 1 Aug 2023) $ softhsm2-util --init-token --free --label rsapsstest --so-pin 1234 --pin 1234 Slot 1 has a free/uninitialized token. The token has been initialized and is reassigned to slot 456343862 $ openssl genpkey -algorithm RSA-PSS -pkeyopt rsa_keygen_bits:2048 -out rsapss2048.pkcs8.pem $ softhsm2-util --so-pin 1234 --pin 1234 --token rsapsstest --import rsapss2048.pkcs8.pem --label rsapss2048 --id 0001 Found slot 456343862 with matching token label. ERROR: Cannot handle this algorithm.
If it helps, I'm using homebrew's distribution on MacOS: https://formulae.brew.sh/formula/softhsm
The text was updated successfully, but these errors were encountered:
Same result on Ubuntu 22.0.4.3 LTS using SoftHSM 2.6.1 and OpenSSL 3.0.2.
Sorry, something went wrong.
No branches or pull requests
Test:
If it helps, I'm using homebrew's distribution on MacOS: https://formulae.brew.sh/formula/softhsm
The text was updated successfully, but these errors were encountered: