ec/asm/ecp_nistz256-x86_64.pl: addition to perform stricter reduction.
[openssl.git] / crypto / ec / ec_mult.c
2015-01-22 Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_2-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellAdditional comment changes for reformat of 1.0.2
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2014-11-12 Matt CaswellFix free of garbage pointer. PR#3595
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-08-26 Bodo MöllerECC library bugfixes.
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-05-05 Andy Polyakovec_mult.c: update from HEAD (Win64 compile warnings).
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
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...