Tongsuo-Project / RustyVault

A rusted vault that can do many awesome secrets management stuff...
Apache License 2.0
264 stars 21 forks source link

WIP: Support Public Key Algorithms in Crypto Module #80

Open InfoHunter opened 2 weeks ago

InfoHunter commented 2 weeks ago

Algorithms may vary for different crypto adaptor:

  1. OpenSSL: RSA, ECDSA, EdDSA
  2. Tongsuo: RSA, ECDSA, EdDSA, SM2
InfoHunter commented 2 weeks ago

Tongsuo will fail for sure since its adaptor is not implemented yet