Deprecate the ECDSA and EV_KEY_METHOD functions.
[openssl.git] / crypto / ec / ec_check.c
2020-02-04 PauliDeprecate the ECDSA and EV_KEY_METHOD functions.
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-08-06 Matt CaswellMake the EC code available from inside the FIPS provider
2019-06-25 Shane LontisEC only uses approved curves in FIPS mode.
2019-04-11 Shane Lontisdoc fixups
2019-04-11 Shane Lontisadded code to validate EC named curve parameters
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-04-29 Matt CaswellRemove some dead code from EC_GROUP_check()
2016-02-28 Dr. Stephen HensonExtended EC_METHOD customisation support.
2016-01-31 Dr. Stephen HensonAdd EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GRO...
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-06-10 Matt CaswellEC_POINT_is_on_curve does not return a boolean
2015-05-01 Rich Salzfree NULL cleanup 7
2015-03-25 Rich Salzfree NULL cleanup.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2006-03-13 Nils Larschfix error found by coverity: check if ctx is != NULL...
2002-03-20 Bodo MöllerNew function EC_GROUP_check_discriminant().