summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_check.c
AgeCommit message (Expand)Author
2021-03-11Update copyright yearMatt Caswell
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-04-03Remove an unnecessary call to BN_CTX_free.Aaron Thompson
2020-03-12Add EC key validation to default providerShane Lontis
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-06-25EC only uses approved curves in FIPS mode.Shane Lontis
2019-04-11doc fixupsShane Lontis
2019-04-11added code to validate EC named curve parametersShane Lontis
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte
2016-05-17Copyright consolidation 06/10Rich Salz
2016-04-29Remove some dead code from EC_GROUP_check()Matt Caswell
2016-02-28Extended EC_METHOD customisation support.Dr. Stephen Henson
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-06-10EC_POINT_is_on_curve does not return a booleanMatt Caswell
2015-04-30free NULL cleanup 7Rich Salz
2015-03-25free NULL cleanup.Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2006-03-13fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch
2002-03-20New function EC_GROUP_check_discriminant().Bodo Möller