summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ecp_smpl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-8/+8
* Add ct and nonct versions of BN_mod_inverse for internal usebeck2017-01-211-3/+4
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-091-43/+58
* Use `> 0' instead of `!= 0' as a successful condition formiod2015-02-081-11/+11
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-27/+14
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-1/+1
* knf approximationtedu2014-05-061-712/+770
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-40/+39
* 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
* Cope with the removal of openssl/symhacks.hderaadt2014-04-131-1/+0
* resolve conflictsdjm2012-10-131-369/+10
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-0/+3
* resolve conflictsdjm2008-09-061-168/+167
* merge 0.9.7dmarkus2004-04-081-1/+1
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+1717