diff options
author | miod <> | 2014-05-01 11:29:18 +0000 |
---|---|---|
committer | miod <> | 2014-05-01 11:29:18 +0000 |
commit | a4b876b424f6cd1cc57b8a19f1d0a213cf99013c (patch) | |
tree | f108f3d039d9bca9110b834a40913a6167263c52 /src/lib/libcrypto/objects | |
parent | 635e6748cf54c09f2dda8a991718ce3200f92820 (diff) | |
download | openbsd-a4b876b424f6cd1cc57b8a19f1d0a213cf99013c.tar.gz openbsd-a4b876b424f6cd1cc57b8a19f1d0a213cf99013c.tar.bz2 openbsd-a4b876b424f6cd1cc57b8a19f1d0a213cf99013c.zip |
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 'src/lib/libcrypto/objects')
-rw-r--r-- | src/lib/libcrypto/objects/objects.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/objects/objects.txt b/src/lib/libcrypto/objects/objects.txt index 04939e7ead..487e079255 100644 --- a/src/lib/libcrypto/objects/objects.txt +++ b/src/lib/libcrypto/objects/objects.txt | |||
@@ -1307,3 +1307,5 @@ brainpool 1 11 : brainpoolP384r1 | |||
1307 | brainpool 1 12 : brainpoolP384t1 | 1307 | brainpool 1 12 : brainpoolP384t1 |
1308 | brainpool 1 13 : brainpoolP512r1 | 1308 | brainpool 1 13 : brainpoolP512r1 |
1309 | brainpool 1 14 : brainpoolP512t1 | 1309 | brainpool 1 14 : brainpoolP512t1 |
1310 | |||
1311 | 1 2 250 1 223 101 256 1 : FRP256v1 | ||