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
{rsa2k, nistp*}
When running a command to generate a local key with an unknown cipher suite, e.g.
sq-dsm key generate --export=priv.key --cipher-suite=xxx
we get the nice help message
error: 'xxx' isn't a valid value for '--cipher-suite <CIPHER-SUITE>' [possible values: cv25519, nistp256, nistp384, nistp521, rsa2k, rsa3k, rsa4k]
However, if we pass rsa2k, we get the confusing
rsa2k
$ sq-dsm key generate --export=priv.key --cipher-suite=rsa2k Error: Unknown cipher suite 'rsa2k'
This is because non-DSM Sequoia does not support RSA2k (or the NIST curves).
The help message should reflect this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running a command to generate a local key with an unknown cipher suite, e.g.
we get the nice help message
However, if we pass
rsa2k
, we get the confusingThis is because non-DSM Sequoia does not support RSA2k (or the NIST curves).
The help message should reflect this.
The text was updated successfully, but these errors were encountered: