]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ec/ec2_smpl.c
Enable curve-spefific ECDSA implementations via EC_METHOD
[thirdparty/openssl.git] / crypto / ec / ec2_smpl.c
2019-08-15  Patrick SteuerEnable curve-spefific ECDSA implementations via EC_METHOD
2019-08-06  Matt CaswellMake the EC code available from inside the FIPS provider
2019-03-19  Shane LontisAdded NULL check to BN_clear() & BN_CTX_end()
2019-02-17  Billy BrumleySCA hardening for mod. field inversion in EC_GROUP
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-07-31  Matt CaswellUse the new non-curve type specific EC functions internally
2018-07-16  Nicola TuveriEC2M Lopez-Dahab ladder: use it also for ECDSA verify
2018-07-16  Nicola TuveriEC2M Lopez-Dahab ladder implementation
2018-07-16  Nicola TuveriEC point multiplication: add `ladder` scaffold
2018-06-19  Sohaib ul HassanImplement coordinate blinding for EC_POINT
2018-05-29  Matt CaswellUpdate copyright year
2018-05-24  Matt CaswellImprove compatibility of point and curve checks
2018-05-09  Billy BrumleyECC: unify generic ec2 and ecp scalar multiplication...
2017-12-08  FdaSilvaYYAddress some code-analysis issues.
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2016-05-17  Rich SalzCopyright consolidation 06/10
2016-03-01  Dr. Stephen HensonAdd default operations to EC_METHOD
2016-02-28  Dr. Stephen HensonAdd group_order_bits to EC_METHOD.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-21  Billy BrumleyRT3863 ECC: Add missing NULL check. Set a flag
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-05-01  Rich Salzfree NULL cleanup 7
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 CaswellMore comments
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
2011-10-26  Dr. Stephen HensonPR: 2632
2011-02-14  Dr. Stephen HensonReorganise ECC code for inclusion in FIPS module.
2011-02-12  Dr. Stephen HensonNew option to disable characteristic two fields in...
2011-01-24  Dr. Stephen HensonPR: 1612
2011-01-19  Dr. Stephen Hensonoops, revert mistakenly committed EC changes
2011-01-19  Dr. Stephen HensonAdd additional parameter to dsa_builtin_paramgen to...
2010-02-23  Bodo MöllerAlways check bn_wexpend() return values for failure...
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