aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/src/crypto_ec_curves.erl
AgeCommit message (Collapse)Author
2015-08-19crypto: Make ec_curves/0 return empty list if not supportedSverker Eriksson
2014-01-13crypto: selective support for GF2m curvesAndreas Schultz
Newer OpenSSL versions allow to selectively disable GF2m elliptic curves. Selectively enable GF2m curves is support for them is available.
2014-01-13crypto: add brainpool (RFC 5639) curvesAndreas Schultz
RFC-5649, Section 1, documents the advantages that these curves might have over others (ANSI, SEC1/2)
2014-01-13crypto: move elitic curve definitions from OpenSSL built-ins to ErlangAndreas Schultz
Decouple eliptic curve definition from OpenSSL and define them in Erlang.