This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support secp256k1 curve in KMS (#3411)
This change adds secp256k1 keys support in the kms for the IEEE-P1363 format only. DER format is not supported because the x509 package does not support this curve. The framework does support the creation of an secp256k1 key with DER format, however storing it in the KMS is not supported. closes #3410 Signed-off-by: Baha Shaaban <[email protected]> Signed-off-by: Baha Shaaban <[email protected]>
- Loading branch information