[crypto/ec] blind coordinates in ec_wNAF_mul for robustness
[openssl.git] / crypto / ec / ec_mult.c
2020-04-07 Billy Brumley[crypto/ec] blind coordinates in ec_wNAF_mul for robustness
2020-04-01 Billy Brumley[crypto/ec] Ladder tweaks
2020-02-04 PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-08-06 Matt CaswellMake the EC code available from inside the FIPS provider
2019-04-14 Bernd EdlingerDon't use coordinate blinding when scalar is group...
2019-04-11 Nicola TuveriSeparate the lookup test
2019-04-11 Shane Lontisadded code to validate EC named curve parameters
2019-03-19 Shane LontisAdded NULL check to BN_clear() & BN_CTX_end()
2019-03-18 Bernd EdlingerClear the point S before freeing in ec_scalar_mul_ladder
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-28 PauliTiming vulnerability in ECDSA signature generation...
2018-07-16 Nicola TuveriEC2M Lopez-Dahab ladder: use it also for ECDSA verify
2018-07-16 Nicola TuveriEC point multiplication: add `ladder` scaffold
2018-07-04 Billy Brumley[crypto/ec] disable SCA mitigations for curves with...
2018-06-21 Billy Brumley[crypto/ec] don't assume points are of order group...
2018-06-19 Sohaib ul HassanImplement coordinate blinding for EC_POINT
2018-05-24 Matt CaswellImprove compatibility of point and curve checks
2018-05-09 Billy BrumleyECDSA: remove nonce padding (delegated to EC_POINT_mul)
2018-05-08 Andy Polyakovec/ec_mult.c: get BN_CTX_start,end sequence right.
2018-05-01 Matt CaswellUpdate copyright year
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...
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-08-29 PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-06-20 Rich SalzModify Sun copyright to follow OpenSSL style
2017-05-02 Rich SalzFix URL links in comment
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-06-01 Matt CaswellFree tempory data on error in ec_wNAF_mul()
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_EC_* to new multi-threading API
2016-03-05 Rich SalzGH616: Remove dead code
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
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
2016-01-14 Rich SalzCall single parent free_comp routine.
2016-01-13 Rich SalzAdd CRYPTO_EX_DATA; remove EC_EXTRA_DATA
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-03 Rich Salzremove 0 assignments.
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-28 Rich Salzremove malloc casts
2015-03-25 Rich Salzfree NULL cleanup.
2015-02-06 Rich SalzLive code cleanup: remove #if 1 stuff
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellFurther comment changes for reformat (master)
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-08 Matt CaswellImplement internally opaque bn access from ec
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-11-12 Matt CaswellFix free of garbage pointer. PR#3595
2011-02-14 Dr. Stephen HensonReorganise ECC code for inclusion in FIPS module.
2010-08-26 Bodo MöllerECC library bugfixes.
2009-05-02 Andy Polyakovec_mult.c: fix C4334 win64 compiler warning.
2008-12-27 Ben LaurieCheck scalar->d before we use it (in BN_num_bits()...
2007-05-22 Bodo MöllerFix crypto/ec/ec_mult.c to work properly with scalars...
2006-03-14 Nils Larschfix error found by coverity: check if ctx is != NULL...
2005-05-16 Nils Larschecc api cleanup; summary:
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2003-05-21 Richard LevitteMake sure EC_window_bits_for_scalar_size() returns...
2003-02-12 Bodo MöllerAllow EC_GROUP objects to share precomputation for...
2003-02-10 Richard LevitteMake sure memcpy() is properly declared by including...
2003-02-08 Bodo Möllerremove debugging leftovers
2003-02-07 Bodo Möllercomment
2003-02-06 Bodo Möllerimplement fast point multiplication with precomputation
2002-11-04 Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-08-02 Bodo MöllerRename implementations of method functions so that...
2002-08-02 Bodo Mölleradd support for elliptic curves over binary fields
2002-05-05 Bodo Möllerimprove wNAF generation
2002-04-14 Bodo Möllerremove disabled code
2002-02-20 Bodo Möllerbugfix: allocate sufficiently large buffer
2002-01-26 Richard LevitteApply a small patch from Oscar Jacobsson <oscar@jacobss...
2001-11-22 Bodo Möllercomment
2001-11-16 Bodo Mölleravoid stupid compiler warning
2001-11-16 Bodo Möllercomment
2001-11-15 Bodo Möllercomments etc.
2001-11-15 Bodo MöllerImprove EC efficiency.
2001-07-10 Bodo Möllercomment change
2001-07-10 Bodo MöllerPrecomputation will not necessarily be LIm-Lee precompu...
2001-04-03 Bodo MöllerFix warnings.
2001-03-20 Bodo MöllerIncrease boundaries in EC_window_bits_for_scalar_size...
2001-03-19 Bodo MöllerTable for window sizes.
2001-03-12 Bodo MöllerRename function EC_GROUP_precompute to EC_GROUP_precomp...
2001-03-11 Bodo MöllerAdd functions EC_POINT_mul and EC_GROUP_precompute.
2001-03-11 Bodo Möllerhandle negative scalars correctly when doing point...
2001-03-10 Bodo Möllercomment and error code update
2001-03-10 Bodo MöllerMore EC stuff, including EC_POINTs_mul() for simultaneo...
2001-03-05 Bodo MöllerAdd yet another (still empty) source code file that...
2001-03-05 Bodo MöllerMove ec.h to ec2.h because it is not compatible with...