diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-05-01 11:29:19 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-05-01 11:29:19 +0000 |
commit | f58923d6a1c71987c8c80514f63eae89a9227338 (patch) | |
tree | 9ea6f106fb9bf644fc1f5a2f9db92009e10d3f2e /lib/libcrypto/objects/objects.txt | |
parent | e71d5db02dd30a9e21a7e61db4de1c07a3184a83 (diff) |
Add support for the french ANSSI FRP256v1 elliptic curve.
While not to be considered a good choice of elliptic curve (refer to
http://safecurves.cr.yp.to/ for more details), it is nevertheless deemed a
good decision to allow developers with requirements to use such a curve,
to be able to do this via a crypto library allowing for much better choices
to be made, without having to change (much of) their code to get better crypto.
ok beck@ deraadt@
Diffstat (limited to 'lib/libcrypto/objects/objects.txt')
-rw-r--r-- | lib/libcrypto/objects/objects.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libcrypto/objects/objects.txt b/lib/libcrypto/objects/objects.txt index 04939e7ead7..487e0792553 100644 --- a/lib/libcrypto/objects/objects.txt +++ b/lib/libcrypto/objects/objects.txt @@ -1307,3 +1307,5 @@ brainpool 1 11 : brainpoolP384r1 brainpool 1 12 : brainpoolP384t1 brainpool 1 13 : brainpoolP512r1 brainpool 1 14 : brainpoolP512t1 + +1 2 250 1 223 101 256 1 : FRP256v1 |