]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ec/ecp_nist.c
Enable curve-spefific ECDSA implementations via EC_METHOD
[thirdparty/openssl.git] / crypto / ec / ecp_nist.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-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-26  Billy BrumleyEC GFp ladder
2018-07-16  Nicola TuveriEC point multiplication: add `ladder` scaffold
2018-06-20  Matt CaswellUpdate copyright year
2018-06-19  Sohaib ul HassanImplement coordinate blinding for EC_POINT
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
2015-05-01  Rich Salzfree NULL cleanup 7
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08  Matt CaswellImplement internally opaque bn access from ec
2014-12-08  Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-08-20  Laszlo PappPR2490: Remove unused local variable bn ecp_nist.c
2011-02-14  Dr. Stephen HensonReorganise ECC code for inclusion in FIPS module.
2008-04-24  Andy PolyakovAdd 64-bit support to BN_nist_mod_244 and engage BN_nis...
2005-06-28  Nils Larschremove OPENSSL_NO_ASM dependency
2005-05-03  Nils Larschrewrite of bn_nist.c, disable support for some curves...
2005-04-26  Bodo MöllerFix various incorrect error function codes.
2005-04-11  Nils Larschinclude limits.h for UINT_MAX etc.
2003-02-08  Bodo Möllerfix EC_GROUP_copy for EC_GFp_nist_method()
2003-02-06  Bodo Möllerimplement fast point multiplication with precomputation
2003-01-28  Bodo Möllersimplify
2002-11-18  Bodo Möllerremove redundant functions
2002-11-18  Bodo Mölleruse consistent order of function definitions
2002-11-15  Bodo Möllerthis method does not need field_data1
2002-11-04  Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-10-29  Richard LevitteThe #else part of the conditionals have two statements...
2002-10-28  Bodo Möllerclean up new code for NIST primes
2002-10-28  Bodo Möllerfast reduction for NIST curves
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-03-20  Bodo MöllerNew function EC_GROUP_check_discriminant().
2002-03-18  Bodo MöllerFix bugs and typos.
2001-03-10  Bodo MöllerMore EC stuff, including EC_POINTs_mul() for simultaneo...
2001-03-10  Dr. Stephen HensonIn crypto/ec #if 0 out structures which reference ...
2001-03-08  Bodo MöllerImplement EC_GFp_mont_method.
2001-03-08  Bodo MöllerMore method functions for elliptic curves,
2001-03-08  Bodo MöllerMore 'TODO' items.
2001-03-08  Bodo MöllerMore method functions for EC_GFp_simple_method.
2001-03-07  Bodo MöllerSome actual method functions (not enough yet to use...
2001-03-07  Bodo Möller..._init functions are method-specific too
2001-03-07  Bodo MöllerOptimized EC_METHODs need specific 'set_curve' and...
2001-03-07  Bodo MöllerThe next bunch of vaporware.
2001-03-07  Bodo MöllerImplement dispatcher for EC_GROUP and EC_POINT method...
2001-03-05  Bodo MöllerAdd yet another (still empty) source code file that...