summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_key.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb2019-01-191-2/+11
* Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb2019-01-191-21/+70
* Avoid dereferencing eckey before checking it for NULL.tb2018-11-091-5/+6
* unrevert the use of bn_rand_interval().tb2018-11-061-5/+4
* revert use of bn_rand_interval due to failures with ECDHE and TLStb2018-11-061-4/+5
* Make use of bn_rand_interval() where appropriate.tb2018-11-051-5/+4
* Eliminate a few "} else" branches, a few unneeded NULL checks beforetb2018-11-051-16/+12
* recommit label indentation part of the backout; clearly unrelated to thetb2018-07-151-4/+4
* back out ecc constant time changesjsg2018-07-151-4/+4
* Indent labels by a space so they don't obliterate function names in diffs.tb2018-07-101-4/+4
* 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-17/+15
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+2
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-091-3/+6
* Use `> 0' instead of `!= 0' as a successful condition formiod2015-02-081-4/+4
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-29/+15
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* knf approximationtedu2014-05-061-215/+219
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-171-20/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-8/+0
* Import OpenSSL 1.0.1gmiod2014-04-131-2/+11
* import OpenSSL-1.0.1cdjm2012-10-131-1/+101
* import OpenSSL 1.0.0edjm2011-11-031-1/+7
* import openssl-0.9.8jdjm2009-01-091-12/+4
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+465