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
pkcs11-tool --login --login-type so --keypairgen --key-type EC:prime256v1
Works, but
pkcs11-tool --login --login-type so --keypairgen --key-type EC:edwards25519
doesn't with error: Generate EC key mechanism 1055 not supported'
error: Generate EC key mechanism 1055 not supported'
and neither does
pkcs11-tool --login --login-type so --keypairgen --key-type EC:curve25519
with error: error: Generate EC key mechanism 1056 not supported
error: Generate EC key mechanism 1056 not supported
The text was updated successfully, but these errors were encountered:
Relevant previous issue with RSA: #96
Sorry, something went wrong.
Note: openpgp-tool does not support generating any type of EC keys, so this is why this works with pkcs11-tool
openpgp-tool
pkcs11-tool
No branches or pull requests
Works, but
doesn't with
error: Generate EC key mechanism 1055 not supported'
and neither does
with error:
error: Generate EC key mechanism 1056 not supported
The text was updated successfully, but these errors were encountered: