]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ec/ecdsa_ossl.c
Enable curve-spefific ECDSA implementations via EC_METHOD
[thirdparty/openssl.git] / crypto / ec / ecdsa_ossl.c
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