JackOfMostTrades / aws-kms-pkcs11

PKCS#11 Provider Using AWS KMS
MIT License
39 stars 17 forks source link

Support more RSA and ECC key specs #27

Closed eager-signal closed 11 months ago

eager-signal commented 11 months ago

We needed support for 4096-bit RSA keys, but this adds support for all current RSA and ECC key specs.

JackOfMostTrades commented 11 months ago

Awesome, thanks!