summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ecp_nistp521.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement coordinate blinding for EC_POINT.tb2018-11-051-2/+3
* 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-3/+2
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-15/+13
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+2
* Use `> 0' instead of `!= 0' as a successful condition formiod2015-02-081-2/+2
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-13/+7
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-4/+5
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* more: no need for null check before freederaadt2014-05-301-6/+3
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-2/+5
* calloc instead of malloc/memset. from Benjamin Baiertedu2014-05-251-4/+2
* Stop being a dummy... presumably these are left overs from pedantic modejsing2014-05-151-2/+0
* Typo in C99 field initializer introduced in r1.3;miod2014-05-091-1/+1
* Replace Apache v2 license with ISC license.matthew2014-05-091-12/+12
* kill some more VMS ifdefsgiovanni2014-05-081-4/+0
* knf approximationtedu2014-05-061-753/+854
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-42/+42
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-9/+9
* import OpenSSL-1.0.1cdjm2012-10-131-0/+2025