From a4b876b424f6cd1cc57b8a19f1d0a213cf99013c Mon Sep 17 00:00:00 2001 From: miod <> Date: Thu, 1 May 2014 11:29:18 +0000 Subject: 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@ --- src/lib/libcrypto/objects/objects.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/libcrypto/objects') 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 brainpool 1 12 : brainpoolP384t1 brainpool 1 13 : brainpoolP512r1 brainpool 1 14 : brainpoolP512t1 + +1 2 250 1 223 101 256 1 : FRP256v1 -- cgit v1.2.3-55-g6feb