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
In attempting to use P521 with PKCS (SoftHSM), I encounter the AWS_ERROR_PKCS11_ENCODING_ERROR here:
AWS_ERROR_PKCS11_ENCODING_ERROR
aws-c-io/source/pkcs11_lib.c
Line 1173 in c4b661f
AWS IoT Core recently added ECDSA-P521 as a supported key type: https://aws.amazon.com/about-aws/whats-new/2023/07/aws-iot-core-new-certificate-signing-key-generation-algorithms/. The SDK should support all key algorithms supported by IoT Core.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature
In attempting to use P521 with PKCS (SoftHSM), I encounter the
AWS_ERROR_PKCS11_ENCODING_ERROR
here:aws-c-io/source/pkcs11_lib.c
Line 1173 in c4b661f
Use Case
AWS IoT Core recently added ECDSA-P521 as a supported key type: https://aws.amazon.com/about-aws/whats-new/2023/07/aws-iot-core-new-certificate-signing-key-generation-algorithms/. The SDK should support all key algorithms supported by IoT Core.
Proposed Solution
No response
Other Information
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: