aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_check.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-9/+9
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-2/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Remove an unnecessary call to BN_CTX_free.Aaron Thompson2020-04-031-3/+2
* Add EC key validation to default providerShane Lontis2020-03-121-9/+10
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-0/+6
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-4/+21
* EC only uses approved curves in FIPS mode.Shane Lontis2019-06-251-0/+8
* doc fixupsShane Lontis2019-04-111-1/+1
* added code to validate EC named curve parametersShane Lontis2019-04-111-1/+16
* Following the license change, modify the boilerplates in crypto/ec/Richard Levitte2018-12-061-1/+1
* Copyright consolidation 06/10Rich Salz2016-05-171-51/+6
* Remove some dead code from EC_GROUP_check()Matt Caswell2016-04-291-5/+0
* Extended EC_METHOD customisation support.Dr. Stephen Henson2016-02-281-0/+4
* Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson2016-01-311-2/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* EC_POINT_is_on_curve does not return a booleanMatt Caswell2015-06-101-1/+1
* free NULL cleanup 7Rich Salz2015-04-301-2/+1
* free NULL cleanup.Rich Salz2015-03-251-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-59/+56
* fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch2006-03-131-1/+2
* New function EC_GROUP_check_discriminant().Bodo Möller2002-03-201-0/+122