You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Absolutely, would be happy to merge such a MR. Important would be to make it non-breaking for existing things. But given that these use-cases are quite heavily tested, I would expect to be able to hold a stable interface.
A new option called type (or so) could be introduced, which defaults to RSA and then it could be switched to ECC and then based on that option we could either dispatch to OpenSSL::PKey::RSAor OpenSSL::PKey::EC.
And it would require some detection when re-constructing the key based on what we have stored.
It would be great to be able to create ECC x509 keys with trocla.
ECC keys are widely supported now and benefit from much smaller size compared to RSA based keys.
The text was updated successfully, but these errors were encountered: