summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/ecdsa
AgeCommit message (Expand)AuthorFilesLines
2019-06-04Readability tweak in a comment.tb1-2/+2
2019-06-04Remove the blinding later to avoid leaking information on the lengthtb1-3/+3
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb1-3/+3
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb3-30/+64
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb4-25/+84
2018-07-10Factor out a bit of ugly code that truncates the digest to the order_bitstb1-32/+32
2018-06-16Tiny tweak to the blinding comment.tb1-2/+4
2018-06-15Basic cleanup. Handle the possibly NULL ctx_in in ecdsa_sign_setup() withtb1-66/+61
2018-06-15Clean up some whitespace and polish a few comments. Reduces noise intb1-24/+21
2018-06-14Use a blinding value when generating an ECDSA signature, in order totb1-14/+65
2018-06-13Avoid a timing side-channel leak when generating DSA and ECDSA signatures.jsing1-2/+2
2018-04-28Fix a small timing side channel in ecdsa_sign_setup(). Up to whitespacetb1-8/+25
2018-04-14make ENGINE_finish() succeed on NULL and simplify callers as intb1-8/+5
2018-03-17Provide ECDSA_SIG_{g,s}et0().tb2-2/+38
2017-05-02use freezero() instead of memset/explicit_bzero + free. Substantiallyderaadt2-9/+4
2017-01-29Send the function codes from the error functions to the bit bucket,beck3-56/+44
2017-01-21Add ct and nonct versions of BN_mod_inverse for internal usebeck1-4/+6
2017-01-05Avoid a side-channel cache-timing attack that can leak the ECDSA privatejsing1-1/+3
2016-12-21Explicitly export a list of symbols from libcrypto.jsing1-7/+3
2015-10-16Remove pointless externs - the structs are declared in the same files ajsing1-2/+1
2015-10-16Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_constjsing1-2/+6
2015-10-16Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const.jsing1-2/+1
2015-09-10Correct spelling of OPENSSL_cleanse.jsing1-2/+2
2015-07-24Expand ASN.1 template macros - no change in generated assembly.jsing1-5/+27
2015-02-10Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that thejsing1-2/+26
2015-02-08Lob a KNF grenade into the ecdsa code.jsing8-312/+288
2015-02-07Delete a lot of #if 0 code in libressl.doug1-9/+1
2015-01-28Fix a number of issues relating to algorithms in signatures, Mostlybeck1-2/+14
2014-11-17Make the ECDSA_SIG bowels public. This matches RSA_SIG and DSA_SIG, and wemiod2-30/+30
2014-10-18None of these need to include <openssl/rand.h>jsing1-2/+1
2014-07-12if (x) FOO_free(x) -> FOO_free(x).miod1-27/+15
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesjsing5-5/+17
2014-07-09remove unused, private version strings except SSL_version_strbcook1-3/+1
2014-06-12tags as requested by miod and teduderaadt8-8/+8
2014-06-07malloc() result does not need a cast.deraadt1-1/+1
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod1-10/+4
2014-04-17Change library to use intrinsic memory allocation functions instead ofbeck1-4/+4
2014-04-171. RAND_seed is now DEPRECATEDderaadt1-1/+0
2014-04-15we don't use these files for buildingtedu1-76/+0
2014-04-15remove FIPS mode support. people who require FIPS can buy something thattedu1-18/+0
2014-04-15Moved to regress/lib/libcrypto.miod1-572/+0
2014-04-14remove auto-generated dependencies from the old unused build system, soderaadt1-64/+0
2014-04-13Import OpenSSL 1.0.1gmiod1-2/+9
2012-10-13import OpenSSL-1.0.1cdjm6-9/+45
2012-01-05OpenSSL 1.0.0f: import upstream sourcedjm1-7/+78
2011-11-03import OpenSSL 1.0.0edjm3-5/+10
2010-10-01resolve conflicts, fix local changesdjm1-24/+22
2010-10-01import OpenSSL-1.0.0adjm5-135/+118
2009-01-09resolve conflictsdjm1-17/+20
2009-01-05update to openssl-0.9.8i; tested by several, especially krw@djm1-17/+31