summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_curve.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* knf approximationtedu2014-05-061-2329/+2795
|
* Add support for the french ANSSI FRP256v1 elliptic curve.miod2014-05-011-1/+33
| | | | | | | | | | 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@
* Add Brainpool elliptic curves. From OpenSSL RT#2239 via ${DAYJOB}.miod2014-05-011-1/+444
| | | | | Be sure to rerun `make includes' after updating. ok tedu@ beck@ deraadt@
* import OpenSSL-1.0.1cdjm2012-10-131-78/+119
|
* import OpenSSL-1.0.0adjm2010-10-011-902/+1691
|
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+1270