nsmithuk / local-kms

A mock version of AWS' Key Management Service, for local development and testing.
MIT License
198 stars 34 forks source link

Asymmetric key support ? #14

Closed IvanAlexisGarza closed 4 years ago

IvanAlexisGarza commented 4 years ago

Is there a plan to introduce support for Asymmetric key in the near future ?

nsmithuk commented 4 years ago

Hi @IvanAlexisGarza

Yes, support for ECC_NIST_* keys is in progress and should be done in the next week or so. Support for RSA_* keys will follow shortly afterwards.

nsmithuk commented 4 years ago

Support for ECC_NIST keys has been merged into master.

IvanAlexisGarza commented 4 years ago

Thank you so much for the quick answer, best regards :)