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
AzureSigner.import_ supports importing a public key on curve nistp521, and returns it as SSlibKey with scheme "ecdsa-sha2-nistp521".
AzureSigner.import_
securesystemslib/securesystemslib/signer/_azure_signer.py
Lines 215 to 216 in 185aa9c
SSlibKey.verify_signature, however, only supports nistp256 and nistp384 key:
SSlibKey.verify_signature
securesystemslib/securesystemslib/signer/_key.py
Lines 382 to 385 in 185aa9c
Possible fixes
SSlibKey.__init__
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
AzureSigner.import_
supports importing a public key on curve nistp521, and returns it as SSlibKey with scheme "ecdsa-sha2-nistp521".securesystemslib/securesystemslib/signer/_azure_signer.py
Lines 215 to 216 in 185aa9c
SSlibKey.verify_signature
, however, only supports nistp256 and nistp384 key:securesystemslib/securesystemslib/signer/_key.py
Lines 382 to 385 in 185aa9c
Possible fixes
SSlibKey.__init__
The text was updated successfully, but these errors were encountered: