Stop using unimplemented cipher classes.
[openssl.git] / crypto / ec / ec_mult.c
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...