tlsfuzzer / python-ecdsa

pure-python ECDSA signature/verification and ECDH key agreement
Other
914 stars 315 forks source link

Selecting curve by name #298

Closed tomato42 closed 2 years ago

tomato42 commented 2 years ago

Given that curves have two names (the python-ecdsa name and the optional openssl name), finding a curve by name is non-trivial.

Add a helper function for finding curves by name.

Also document the helper function that finds curve by OID