summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_curve.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* recommit label indentation part of the backout; clearly unrelated to thetb2018-07-151-2/+2
* back out ecc constant time changesjsg2018-07-151-2/+2
* Indent labels by a space so they don't obliterate function names in diffs.tb2018-07-101-2/+2
* Consistently spell "IPsec" in comments and debug outputs.mpi2018-03-161-2/+2
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-13/+13
* Add assembler code for the nist 256-bit GFp curve, written initially bymiod2016-11-041-4/+8
* http -> https for a few more IETF URLs in comments or man pagesmmcc2016-03-101-2/+2
* Provide EC_curve_nid2nist() and EC_curve_nist2nid().jsing2015-06-201-1/+54
* Remove unused GOST test that prevents clang from building libcrypto.doug2015-02-091-55/+1
* Delete a lot of #if 0 code in libressl.doug2015-02-071-14/+1
* Fix GOST TC26-B curve description.miod2014-11-121-2/+2
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-091-2/+322
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-17/+9
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-2/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* knf approximationtedu2014-05-061-2329/+2795
* Add support for the french ANSSI FRP256v1 elliptic curve.miod2014-05-011-1/+33
* Add Brainpool elliptic curves. From OpenSSL RT#2239 via ${DAYJOB}.miod2014-05-011-1/+444
* 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