summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdsa/ecs_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move ECDSA_size() to ecs_ossl.c to match what was done in ecdhtb2023-06-251-33/+1
* Move ECDH_OpenSSL() ECDSA_OpenSSL() to *_lib.ctb2023-06-251-1/+14
* Remove {ecdh,ecdsa}_check() and {ECDH,ECDSA}_DATAtb2023-06-251-95/+1
* Make ECDH and ECDSA ex_data handlers always failtb2023-06-251-13/+4
* Make {ECDH,ECDSA}_set_method() always failtb2023-06-251-15/+2
* Move EC_KEY_{insert,set}_key_method_data() to internal-onlytb2023-04-251-2/+4
* Call BN_free() instead of BN_clear_free().jsing2023-03-071-2/+2
* Make internal header file names consistenttb2022-11-261-2/+2
* Rework DSA_size() and ECDSA_size()tb2022-08-311-25/+22
* make ENGINE_finish() succeed on NULL and simplify callers as intb2018-04-141-8/+5
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-021-4/+2
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-4/+3
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+2
* Lob a KNF grenade into the ecdsa code.jsing2015-02-081-60/+64
* Delete a lot of #if 0 code in libressl.doug2015-02-071-9/+1
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+4
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-4/+4
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-18/+0
* Import OpenSSL 1.0.1gmiod2014-04-131-2/+9
* import OpenSSL-1.0.1cdjm2012-10-131-1/+20
* import OpenSSL 1.0.0edjm2011-11-031-2/+0
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+261