summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ecdsa
AgeCommit message (Expand)Author
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2022-06-30Replace obj_mac.h with object.hTheo Buehler
2022-04-07Avoid infinite loop for custom curves of order 1Theo Buehler
2022-01-27sort includes as usualTheo Buehler
2022-01-27Do not depend on engine.h pulling in err.h and evp.hTheo Buehler
2022-01-20Fix check for BN_mod_inverse_ct return valueKinichiro Inoguchi
2022-01-14Move ECDSA_SIG to ecs_locl.hTheo Buehler
2022-01-14Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_APITheo Buehler
2022-01-05Prepare to provide ECDSA_SIG_get0_{r,s}()Theo Buehler
2021-12-04Add #include "bn_lcl.h" to the files that will soon need it.Theo Buehler
2021-04-20Simplify code after adding EC_POINT_{s,g}et_affine_coordinates()Theo Buehler
2021-04-20Prepare to provide EC_POINT_{g,s}et_affine_coordinatesTheo Buehler
2019-06-04Readability tweak in a comment.Theo Buehler
2019-06-04Remove the blinding later to avoid leaking information on the lengthTheo Buehler
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.Theo Buehler
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.Theo Buehler
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.Theo Buehler
2018-07-10Factor out a bit of ugly code that truncates the digest to the order_bitsTheo Buehler
2018-06-16Tiny tweak to the blinding comment.Theo Buehler
2018-06-15Basic cleanup. Handle the possibly NULL ctx_in in ecdsa_sign_setup() withTheo Buehler
2018-06-15Clean up some whitespace and polish a few comments. Reduces noise inTheo Buehler
2018-06-14Use a blinding value when generating an ECDSA signature, in order toTheo Buehler
2018-06-13Avoid a timing side-channel leak when generating DSA and ECDSA signatures.Joel Sing
2018-04-28Fix a small timing side channel in ecdsa_sign_setup(). Up to whitespaceTheo Buehler
2018-04-14make ENGINE_finish() succeed on NULL and simplify callers as inTheo Buehler
2018-03-17Provide ECDSA_SIG_{g,s}et0().Theo Buehler
2017-05-02use freezero() instead of memset/explicit_bzero + free. SubstantiallyTheo de Raadt
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2017-01-21Add ct and nonct versions of BN_mod_inverse for internal useBob Beck
2017-01-05Avoid a side-channel cache-timing attack that can leak the ECDSA privateJoel Sing
2016-12-21Explicitly export a list of symbols from libcrypto.Joel Sing
2015-10-16Remove pointless externs - the structs are declared in the same files aJoel Sing
2015-10-16Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_constJoel Sing
2015-10-16Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const.Joel Sing
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-07-24Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-02-10Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that theJoel Sing
2015-02-08Lob a KNF grenade into the ecdsa code.Joel Sing
2015-02-07Delete a lot of #if 0 code in libressl.Doug Hogan
2015-01-28Fix a number of issues relating to algorithms in signatures, MostlyBob Beck
2014-11-17Make the ECDSA_SIG bowels public. This matches RSA_SIG and DSA_SIG, and weMiod Vallat
2014-10-18None of these need to include <openssl/rand.h>Joel Sing
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-09remove unused, private version strings except SSL_version_strBrent Cook
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-07malloc() result does not need a cast.Theo de Raadt
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-171. RAND_seed is now DEPRECATEDTheo de Raadt