feat: PKCS11 support EC SECP384R1 and SECP521R1 keys#3631
Merged
Bravo555 merged 2 commits intothin-edge:mainfrom May 23, 2025
Merged
feat: PKCS11 support EC SECP384R1 and SECP521R1 keys#3631Bravo555 merged 2 commits intothin-edge:mainfrom
Bravo555 merged 2 commits intothin-edge:mainfrom
Conversation
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! 🚀 New features to boost your workflow:
|
d57a27b to
c387147
Compare
Contributor
Robot Results
|
c387147 to
452dd9f
Compare
11 tasks
452dd9f to
cd32558
Compare
11 tasks
cd32558 to
381060b
Compare
This test is part of adding support to ECDSA384 and ECDSA521 keys. Currently we only support ECDSA256, because ecdsa_secp256r1_sha256 scheme is offered by C8y, as well as the others. But this can change in the future, so we should support all of the EC schemes, with the bonus that users that wish to use bigger keys can do so. Signed-off-by: Marcel Guzik <marcel.guzik@cumulocity.com>
Signed-off-by: Marcel Guzik <marcel.guzik@cumulocity.com>
381060b to
29a1927
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TODO
Proposed changes
Currently we support only EC keys using curve SECP256R1, as during initial development we confirmed that C8y, Azure and AWS all offered
ecdsa_secp256r1_sha256sigscheme. However, if that ever changes, or if a user simply wishes to use a bigger key, it is impossible to connect. Therefore we should support the other sizes of EC keys.Types of changes
Paste Link to the issue
Checklist
just prepare-devonce)just formatas mentioned in CODING_GUIDELINESjust checkas mentioned in CODING_GUIDELINESFurther comments