Fix fragile explicit cert date tests.
[openssl.git] / crypto / ec / ecp_smpl.c
2022-10-12 FdaSilvaYYnit: fix some pointer comparisons
2022-10-12 FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-10-28 x2018fix some code with obvious wrong coding style
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-03-11 Matt CaswellUpdate copyright year
2021-02-26 Shane LontisFix external symbols related to ec & sm2 keys
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-21 Billy Brumley[crypto/ec] deprecate Jprojective_coordinates_GFp functions
2020-04-07 Billy Brumley[crypto/ec] blind coordinates in ec_wNAF_mul for robustness
2020-04-01 Billy Brumley[crypto/ec] Ladder tweaks
2020-02-04 PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2019-09-28 Dr. Matthias St... Reorganize local header files
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-08-21 Nicola TuveriReplace GFp ladder implementation with ladd-2002-it...
2018-07-31 Matt CaswellUse the new non-curve type specific EC functions internally
2018-07-26 Billy BrumleyEC GFp ladder
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
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-06-26 Paul YangChange to check last return value of BN_CTX_get
2017-06-20 Rich SalzModify Sun copyright to follow OpenSSL style
2016-05-17 Rich SalzCopyright consolidation 05/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-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-11 Rich SalzFix memory leak
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
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
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
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-08-13 Bodo MoellerFurther improve/fix ec_GFp_simple_points_make_affine...
2014-08-01 Bodo MoellerSimplify and fix ec_GFp_simple_points_make_affine
2011-02-14 Dr. Stephen HensonReorganise ECC code for inclusion in FIPS module.
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...
2006-03-13 Nils Larschfix error found by coverity: check if ctx is != NULL...
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-07-06 Geoff ThorpeImprove error handling if decompression of an ec point...
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
2002-11-22 Bodo Mölleradd a comment
2002-11-20 Bodo MöllerMake ec_GFp_simple_point_get_affine_coordinates() faster
2002-11-04 Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-08-02 Bodo MöllerChange BN_mod_sqrt() so that it verifies that the input...
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-06-10 Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...
2002-05-23 Richard LevitteMake sure short aliases are used where required.
2002-05-08 Bodo MöllerChange internals of the EC library so that the functions
2002-03-20 Bodo MöllerNew function EC_GROUP_check_discriminant().
2002-03-18 Bodo MöllerFix bugs and typos.
2001-05-14 Richard Levittelen is a size_t, which is an unsigned integer. Therefo...
2001-03-10 Bodo MöllerMore EC stuff, including EC_POINTs_mul() for simultaneo...
2001-03-08 Bodo MöllerFix ec_GFp_simple_cmp.
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öllerMore method functions.
2001-03-07 Bodo MöllerSome actual method functions (not enough yet to use...
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...
2001-03-05 Bodo MöllerAdd more EC vaporware (empty source code files I missed...