summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdsa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Readability tweak in a comment.tb2019-06-041-2/+2
* Remove the blinding later to avoid leaking information on the lengthtb2019-06-041-3/+3
* Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb2019-01-191-3/+3
* Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb2019-01-193-30/+64
* Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb2019-01-194-25/+84
* Factor out a bit of ugly code that truncates the digest to the order_bitstb2018-07-101-32/+32
* Tiny tweak to the blinding comment.tb2018-06-161-2/+4
* Basic cleanup. Handle the possibly NULL ctx_in in ecdsa_sign_setup() withtb2018-06-151-67/+62
* Clean up some whitespace and polish a few comments. Reduces noise intb2018-06-151-24/+21
* Use a blinding value when generating an ECDSA signature, in order totb2018-06-141-14/+65
* Avoid a timing side-channel leak when generating DSA and ECDSA signatures.jsing2018-06-131-2/+2
* Fix a small timing side channel in ecdsa_sign_setup(). Up to whitespacetb2018-04-281-8/+25
* make ENGINE_finish() succeed on NULL and simplify callers as intb2018-04-141-8/+5
* Provide ECDSA_SIG_{g,s}et0().tb2018-03-172-2/+38
* use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2017-05-022-9/+4
* Send the function codes from the error functions to the bit bucket,beck2017-01-293-56/+44
* Add ct and nonct versions of BN_mod_inverse for internal usebeck2017-01-211-4/+6
* Avoid a side-channel cache-timing attack that can leak the ECDSA privatejsing2017-01-051-1/+3
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-7/+3
* Remove pointless externs - the structs are declared in the same files ajsing2015-10-161-2/+1
* Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_constjsing2015-10-161-2/+6
* Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const.jsing2015-10-161-2/+1
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+2
* Expand ASN.1 template macros - no change in generated assembly.jsing2015-07-241-5/+27
* Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that thejsing2015-02-101-2/+26
* Lob a KNF grenade into the ecdsa code.jsing2015-02-088-312/+288
* Delete a lot of #if 0 code in libressl.doug2015-02-071-9/+1
* Fix a number of issues relating to algorithms in signatures, Mostlybeck2015-01-281-2/+14
* Make the ECDSA_SIG bowels public. This matches RSA_SIG and DSA_SIG, and wemiod2014-11-172-30/+30
* None of these need to include <openssl/rand.h>jsing2014-10-181-2/+1
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-27/+15
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-105-5/+17
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
* tags as requested by miod and teduderaadt2014-06-128-8/+8
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-10/+4
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-4/+4
* 1. RAND_seed is now DEPRECATEDderaadt2014-04-171-1/+0
* we don't use these files for buildingtedu2014-04-151-76/+0
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-18/+0
* Moved to regress/lib/libcrypto.miod2014-04-151-572/+0
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-64/+0
* This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-131-2/+9
|\
| * Import OpenSSL 1.0.1gmiod2014-04-131-2/+9
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-6/+8
|\ \
| * | import OpenSSL-1.0.1cdjm2012-10-131-6/+8
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-135-3/+37
|\ \ \ | | |/ | |/|
| * | import OpenSSL-1.0.1cdjm2012-10-135-3/+37
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-01-051-7/+78
|\ \ \ | | |/ | |/|
| * | OpenSSL 1.0.0f: import upstream sourcedjm2012-01-051-7/+78