summaryrefslogtreecommitdiff
path: root/crypto/ec/ec_lib.c
Commit message (Expand)AuthorAgeFilesLines
* [test] throw error from wrapper function instead of an EC_METHOD specific oneBilly Brumley2018-09-031-0/+4
* Deprecate the EC curve type specific functions in 1.2.0Matt Caswell2018-07-311-3/+9
* Provide EC functions that are not curve type specificMatt Caswell2018-07-311-64/+49
* EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri2018-07-161-3/+30
* [crypto/ec] default to FLT or errorBilly Brumley2018-06-211-28/+34
* [crypto/ec] remove blinding to support even ordersBilly Brumley2018-06-211-30/+11
* make EC_GROUP_do_inverse_ord more robustBilly Brumley2018-06-211-1/+68
* Implement coordinate blinding for EC_POINTSohaib ul Hassan2018-06-191-0/+18
* Improve compatibility of point and curve checksMatt Caswell2018-05-241-17/+22
* Add missing error code when alloc-return-nullFdaSilvaYY2018-04-261-2/+4
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov2018-01-071-1/+12
* Remove parentheses of return.KaoruToda2017-10-181-2/+2
* Updates following feedback on OPENSSL_assert() removalMatt Caswell2017-08-211-2/+0
* Remove OPENSSL_assert() from crypto/ecMatt Caswell2017-08-211-1/+2
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-6/+1
* Add -Wswitch-enumRich Salz2016-09-221-6/+16
* Use uppercase name for PCT_ enumRich Salz2016-08-291-10/+10
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-1/+0
* RT 4242: reject invalid EC point coordinatesEmilia Kasper2016-06-091-2/+18
* Copyright consolidation 05/10Rich Salz2016-05-171-53/+6
* Add default operations to EC_METHODDr. Stephen Henson2016-03-011-4/+1
* Replace overrides.Dr. Stephen Henson2016-03-011-5/+12
* Add group_order_bits to EC_METHOD.Dr. Stephen Henson2016-02-281-0/+2
* Extended EC_METHOD customisation support.Dr. Stephen Henson2016-02-281-10/+16
* Fix BN_gcd errors for some curvesBilly Brumley2016-02-041-2/+7
* Zero newly allocated pointsDr. Stephen Henson2016-01-311-1/+1
* Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson2016-01-311-5/+29
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Call single parent free_comp routine.Rich Salz2016-01-131-3/+3
* Add missing #ifdef's to fix build breakRich Salz2016-01-131-0/+4
* Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz2016-01-131-162/+61
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-6/+6
* remove 0 assignments.Rich Salz2015-09-031-14/+2
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* EC_POINT_is_on_curve does not return a booleanMatt Caswell2015-06-101-0/+7
* Use safer sizeof variant in mallocRich Salz2015-05-041-5/+5
* free NULL cleanup -- codaRich Salz2015-05-011-6/+1
* free null cleanup finaleRich Salz2015-05-011-9/+5
* free NULL cleanup 7Rich Salz2015-04-301-24/+12
* free cleanup almost the finaleRich Salz2015-04-301-10/+3
* free NULL cleanup.Rich Salz2015-03-251-13/+8
* Use named curve parameter encoding by default.Dr. Stephen Henson2015-02-191-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-962/+922
* Build fixesEmilia Kasper2014-12-171-1/+1
* Implement internally opaque bn access from ecMatt Caswell2014-12-081-21/+25
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Remove fips_constseg references.Dr. Stephen Henson2014-12-081-1/+0
* Reserve option to use BN_mod_exp_mont_consttime in ECDSA.Andy Polyakov2014-09-121-0/+71