Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / crypto / ec / ecdsa_ossl.c
2024-04-02 Bernd EdlingerRemove handling of NULL sig param in ossl_ecdsa_determi...
2024-04-02 Bernd EdlingerFix handling of NULL sig parameter in ECDSA_sign and...
2023-09-07 Matt CaswellCopyright year updates
2023-03-31 slontisFix mem leak in ECDSA_sign().
2023-02-28 slontisFix potential infinite loops in ECDSA signing.
2022-11-30 slontisImplement deterministic ECDSA sign (RFC6979)
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-03-11 Matt CaswellUpdate copyright year
2021-02-26 Shane LontisFix external symbols related to ec & sm2 keys
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-04-23 Matt CaswellUpdate copyright year
2020-02-04 PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2019-11-21 PauliECDSA: don't clear free memory after verify.
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-08-15 Patrick SteuerEnable curve-spefific ECDSA implementations via EC_METHOD
2019-08-06 Matt CaswellMake the EC code available from inside the FIPS provider
2019-07-31 David von Oheimbmake RSA and DSA operations throw MISSING_PRIVATE_KEY...
2019-04-09 Shane LontisEC keygen updates + changed ecdsa_sign to use BN_secure_new
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-07-31 Matt CaswellUse the new non-curve type specific EC functions internally
2018-07-18 Andy Polyakovec/ecdsa_ossl.c: switch to fixed-length Montgomery...
2018-07-18 Andy Polyakovec/ecdsa_ossl.c: formatting and readability fixes.
2018-07-18 Andy Polyakovec/ecdsa_ossl.c: revert blinding in ECDSA signature.
2018-06-22 Benjamin Kadukecdsa_ossl: address coverity nit
2018-06-21 Billy Brumley[crypto/ec] default to FLT or error
2018-06-21 Billy Brumleymake EC_GROUP_do_inverse_ord more robust
2018-06-21 Matt CaswellAdd blinding to a DSA signature
2018-06-13 Matt CaswellAdd blinding to an ECDSA signature
2018-05-09 Billy BrumleyECDSA: remove nonce padding (delegated to EC_POINT_mul)
2018-01-09 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-07 Andy Polyakovec/ecp_nistz256.c: improve ECDSA sign by 30-40%.
2017-12-18 Bernd EdlingerFix a typo in comment
2017-11-12 Josh SorefMany spelling fixes/typo's corrected.
2017-11-01 PauliAddress a timing side channel whereby it is possible...
2017-10-18 KaoruTodaRemove parentheses of return.
2017-08-03 Rich SalzAdd RAND_priv_bytes() for private keys
2017-08-03 Rich SalzSwitch from ossl_rand to DRBG rand
2016-07-20 Dr. Stephen HensonDon't allocate r/s in DSA_SIG and ECDSA_SIG
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-02-28 Dr. Stephen HensonAdd no signing flag.
2016-01-31 Dr. Stephen HensonAdd EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GRO...
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-09 Dr. Stephen HensonUse NULL comparison
2015-12-09 Dr. Stephen HensonTop level ECDSA sign/verify redirection.
2015-12-09 Dr. Stephen Hensonadapt ossl_ecdsa.c to crypto/ec
2015-12-09 Dr. Stephen HensonMove ECDSA implementation to crypto/ec