summaryrefslogtreecommitdiff
path: root/crypto/ec/ec2_oct.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix typosDimitris Apostolou2022-01-051-1/+1
* Replace some of the ERR_clear_error() calls with mark callsTomas Mraz2021-05-131-4/+4
* Avoid division by zero in hybrid point encodingTheo Buehler2021-05-091-8/+33
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-10/+11
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-19/+17
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-10/+10
* Update copyright yearMatt Caswell2020-04-231-1/+1
* 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-3/+25
* fixed public range check in ec_GF2m_simple_oct2pointShane Lontis2019-03-301-4/+5
* Following the license change, modify the boilerplates in crypto/ec/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-09-111-1/+1
* Use the new non-curve type specific EC functions internallyMatt Caswell2018-07-311-6/+5
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-15/+1
* RT 4242: reject invalid EC point coordinatesEmilia Kasper2016-06-091-6/+4
* Copyright consolidation 05/10Rich Salz2016-05-171-53/+9
* 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-8/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-312/+306
* Move more comments that confuse indentMatt Caswell2015-01-221-2/+3
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* Implement internally opaque bn access from ecMatt Caswell2014-12-081-5/+5
* Don't use FIPS api for ec2_oct.cDr. Stephen Henson2011-02-141-2/+0
* Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson2011-02-141-0/+409