SCA hardening for mod. field inversion in EC_GROUP
[openssl.git] / crypto / ec /
2019-02-20 Billy BrumleySCA hardening for mod. field inversion in EC_GROUP
2018-11-20 Matt CaswellUpdate copyright year
2018-10-30 Rod VaggRemove brace from bad cherry-pick of DSA reallocation fix
2018-10-28 PauliTiming vulnerability in ECDSA signature generation...
2018-10-02 Sohaib ul HassanImplement coordinate blinding for EC_POINT
2018-09-29 Billy Brumley[test] ECC: make sure negative tests pass for the right...
2018-09-05 Nicola TuveriHarmonize the error handling codepath
2018-09-05 Nicola TuveriFix segfault in RSA_free() (and DSA/DH/EC_KEY)
2018-08-24 Nicola TuveriBackport #6648 to OpenSSL_1_1_0-stable
2018-08-14 Matt CaswellUpdate copyright year
2018-07-27 Andy Polyakovec/ecdsa_ossl.c: switch to fixed-length Montgomery...
2018-07-27 Andy Polyakovec/ecdsa_ossl.c: formatting and readability fixes.
2018-07-27 Andy Polyakovec/ecdsa_ossl.c: revert blinding in ECDSA signature.
2018-07-25 Rich SalzCheck for failures, to avoid memory leak
2018-07-22 Andy Polyakovec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.
2018-07-22 Andy Polyakovec/asm/ecp_nistz256-{!x86_64}.pl: fix scatter_w7 function.
2018-06-21 Billy Brumley[crypto/ec] don't assume points are of order group...
2018-06-21 Andy Polyakovec/ec_mult.c: get BN_CTX_start,end sequence right.
2018-06-21 Matt CaswellAdd blinding to a DSA signature
2018-06-18 Andy Polyakovec/asm/ecp_nistz256-avx2.pl: harmonize clang version...
2018-06-13 Matt CaswellAdd blinding to an ECDSA signature
2018-05-24 Matt CaswellImprove compatibility of point and curve checks
2018-04-23 Billy BrumleyRemove superfluous NULL checks. Add Andy's BN_FLG comment.
2018-04-23 Nicola TuveriMove up check for EC_R_INCOMPATIBLE_OBJECTS and for...
2018-04-23 Nicola TuveriPass through
2018-04-23 Billy Brumleyladder description: why it works
2018-04-23 Nicola TuveriAddress code style comments
2018-04-23 Billy BrumleyElliptic curve scalar multiplication with timing attack...
2018-04-23 Andy PolyakovARM assembly pack: make it work with older assembler.
2017-12-27 Andy Polyakovec/ecp_nistp*.c: sanitize for undefined/implmentation...
2017-12-08 Rich SalzStandardize syntax of sizeof(foo)
2017-11-01 PauliAddress a timing side channel whereby it is possible...
2017-10-02 Bernd EdlingerFix the return type of felem_is_zero_int which should...
2017-08-25 Bernd EdlingerClear secret stack values after use in curve25519.c
2017-07-29 Bernd EdlingerImplement the CRYPTO_secure_clear_free function.
2017-07-23 Johannes BauerFix const correctness of EC_KEY_METHOD_get_*
2017-06-20 Benjamin KadukAddress some -Wold-style-declaration warnings
2017-06-14 Bernd EdlingerFix crash in ecdh_simple_compute_key.
2017-06-13 Bernd EdlingerFix a memleak in ec_copy_parameters.
2017-06-05 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: minor sqr_montx cleanup.
2017-05-11 Richard LevitteCleanup - use e_os2.h rather than stdint.h
2017-05-02 Rich SalzFix URL links in comment
2017-02-23 PauliIncrease the size of the stack buffer to prevent an...
2017-02-22 Richard LevitteFix typo, should be && rather than &
2017-02-22 Rich SalzIterate over EC_GROUP's poly array in a safe way
2017-02-14 Yuchimem leak on error path and error propagation fix
2016-11-16 Rich SalzCheck return value of some BN functions.
2016-09-09 Tim HudsonFix EC_KEY_print so it prints out private key information
2016-09-07 David WoodhouseAvoid EVP_PKEY_cmp() crash on EC keys without public...
2016-08-29 Rich SalzRemove comment tags from structs (coding style)
2016-08-29 Rich SalzUse uppercase name for PCT_ enum
2016-08-24 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm...
2016-08-24 Andy Polyakovec/ecp_nistz256: harmonize is_infinity with ec_GFp_simp...
2016-08-24 Andy Polyakovec/ecp_nistz256: harmonize is_infinity with ec_GFp_simp...
2016-08-24 Andy Polyakovec/asm/ecp_nistz256-*.pl: addition to perform stricter...
2016-08-24 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: addition to perform...
2016-08-22 Kazuki YamaguchiFix a memory leak in EC_GROUP_get_ecparameters()
2016-08-21 Andy Polyakovecp_nistz256.c: get is_one on 32-bit platforms right.
2016-08-19 Dr. Stephen Hensonconstify i2o_ECPublicKey
2016-08-17 Dr. Stephen HensonConstify private key decode.
2016-08-17 Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-13 Dr. Stephen HensonRemove old EC based X25519 code.
2016-08-13 Dr. Stephen HensonAdd encoded points to other EC curves too.
2016-08-13 Dr. Stephen HensonAdd point ctrls to X25519
2016-08-13 Dr. Stephen Hensonadd to build.info
2016-08-13 Dr. Stephen Hensonmake errors
2016-08-13 Dr. Stephen HensonX25519 public key methods
2016-08-05 klemensspelling fixes, just comments and readme.
2016-08-02 FdaSilvaYYFix some style issues...
2016-08-01 Richard J. MooreConst EC_KEY_dup
2016-07-25 FdaSilvaYYConstify EC_KEY_*_oct2priv() input buffer
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-20 Dr. Stephen HensonDon't allocate r/s in DSA_SIG and ECDSA_SIG
2016-07-16 Miroslav Francfix memory leaks
2016-07-15 Richard LevitteFix ASN.1 private encode of EC_KEY to not change the...
2016-07-15 Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-07-01 Alessandro GhediniFix printing private EC_KEY
2016-06-29 FdaSilvaYYWhitespace cleanup in crypto
2016-06-26 Rich SalzRT2680: Public EC key is shown as private
2016-06-23 huangqinjinMake x25519_compute_key() return a boolean
2016-06-23 huangqinjinMake ossl_ecdh_compute_key() return a boolean
2016-06-20 Emilia KasperMake DSA_SIG and ECDSA_SIG getters const.
2016-06-18 FdaSilvaYYUseless includes
2016-06-13 TJ SaundersEnsure that NULL r and s parameters cannot be set on...
2016-06-13 TJ SaundersReorder the setter arguments to more consistently match...
2016-06-13 TJ SaundersImplement DSA_SIG_set0() and ECDSA_SIG_set0(), for...
2016-06-09 Emilia KasperRT 4242: reject invalid EC point coordinates
2016-06-01 Matt CaswellFree tempory data on error in ec_wNAF_mul()
2016-05-31 Dr. Stephen HensonParameter copy sanity checks.
2016-05-29 Andy Polyakovx86_64 assembly pack: tolerate spaces in source directo...
2016-05-28 Andy PolyakovSPARC assembly pack: add missing .type directives.
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-23 FdaSilvaYYFix and simplify error handling in (RSA/EC_kmeth)_new_m...
2016-05-21 Rich SalzAdd OpenSSL copyright to .pl files
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-05-11 Steven ValdezAdding missing BN_CTX_(start/end) in crypto/ec/ec_key.c
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
next