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
Is your feature request related to a problem? Please describe.
For some certificates, I would like to be able to use ECDSA and EdDSA private keys.
Describe the solution you'd like
Add an algo parameter to x509.create_private_key/x509.private_key_managed to select between different asymmetric algorithms and generate the requested private key.
Is your feature request related to a problem? Please describe.
For some certificates, I would like to be able to use ECDSA and EdDSA private keys.
Describe the solution you'd like
Add an
algo
parameter tox509.create_private_key
/x509.private_key_managed
to select between different asymmetric algorithms and generate the requested private key.Describe alternatives you've considered
shell out
Additional context
#63099
The text was updated successfully, but these errors were encountered: