summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_pmeth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide EVP_PKEY_CTX_get_signature_md() macro and implement thejsing2019-09-091-1/+5
* Add various macros and controls for EC_PKEY_CTX.jsing2019-09-061-21/+214
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-8/+8
* Handle NIST curve names.jsing2015-06-201-2/+4
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-5/+3
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+4
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* knf approximationtedu2014-05-061-96/+89
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-28/+13
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* Import OpenSSL 1.0.1gmiod2014-04-131-1/+1
* import OpenSSL-1.0.1cdjm2012-10-131-0/+1
* import OpenSSL-1.0.0adjm2010-10-011-0/+340