Remove pointless free, and use preferred way of calling d2i_* functions
[openssl.git] / crypto / ec / ec2_smpl.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-08-07 Dr. Stephen HensonOnly use FIPS EC methods in FIPS mode.
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-10-26 Dr. Stephen HensonPR: 2632
2011-06-06 Dr. Stephen HensonRedirection of ECDSA, ECDH operations to FIPS module.
2011-06-06 Dr. Stephen HensonReorganise ECC code so it can use FIPS module.
2011-06-06 Dr. Stephen HensonBackport from HEAD:
2011-01-24 Dr. Stephen HensonPR: 1612
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-02-23 Bodo MöllerAlways check bn_wexpend() return values for failure...
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2006-06-18 Bodo MöllerChange array representation of binary polynomials to...
2006-03-13 Nils Larschfix error found by coverity: check if ctx is != NULL...
2005-11-15 Bodo MöllerdeFUDify: don't require OPENSSL_EC_BIN_PT_COMP
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2004-07-16 Geoff ThorpeUsing Horner's algorithm to evaluate the ec polynomial
2004-03-15 Richard LevitteMake sure we use unsigned constants, or come compilers...
2004-03-13 Geoff ThorpeConvert openssl code not to assume the deprecated form...
2003-02-06 Bodo Möllerimplement fast point multiplication with precomputation
2003-01-21 Bodo Möllerfix warnings
2002-11-23 Bodo Möllerrename some functions to improve consistency
2002-11-04 Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-10-29 Bodo MöllerSun has agreed to removing the covenant language from...
2002-10-28 Bodo Möllerremove superfluous code
2002-09-16 Bodo Möllermake sure 'neg' flag (which does not really matter...
2002-08-26 Bodo Möllerless specific interface for EC_GROUP_get_basis_type
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