notaryproject / notary

Notary is a project that allows anyone to have trust over arbitrary collections of data
Apache License 2.0
3.23k stars 509 forks source link

Support generation of EC keys other than P256 in notary. #94

Open diogomonica opened 9 years ago

diogomonica commented 9 years ago

Right now we're hardcoding EC key generation to be P256. We need to support P384 and P521 too.

diogomonica commented 9 years ago

Verification works for all types, we just need support for generation.

gtank commented 8 years ago

P-256 is still probably the best choice (of the NIST curves). For tracking purposes, golang #11499 discusses the issues with P384 and P521 in Go.