summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_oct.c
AgeCommit message (Expand)Author
2021-05-13Replace some of the ERR_clear_error() calls with mark callsTomas Mraz
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-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
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2016-06-09RT 4242: reject invalid EC point coordinatesEmilia Kasper
2016-05-17Copyright consolidation 06/10Rich Salz
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-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2014-12-08Implement internally opaque bn access from ecMatt Caswell
2011-02-14Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson