googleapis / enterprise-certificate-proxy

Repository for the Enterprise Certificate Proxy project.
Apache License 2.0
21 stars 12 forks source link

Add support for encrypting and decrypting using EC Keys #95

Open lcforges opened 1 year ago

lcforges commented 1 year ago

The current library only supports encryption and decryption using RSA keys, via the OAEP algorithm. Coverage should be expanded to support elliptic curve (EC) keys as well.