aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* "EC_POINT_invert" was checking "dbl" function pointer instead of "invert".Billy Brumley2014-07-211-1/+1
* Fix overly lenient comparisons:Bodo Moeller2013-09-161-5/+5
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-141-0/+1
* Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson2011-02-141-68/+2
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-8/+8
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-1/+1
* remove unnecessary checkNils Larsch2006-02-081-1/+1
* Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller2006-01-081-1/+1
* fix function name in errorNils Larsch2005-09-031-1/+1
* fix typo, add prototypeNils Larsch2005-05-201-1/+1
* ecc api cleanup; summary:Nils Larsch2005-05-161-30/+27
* give EC_GROUP_*_nid functions a more meaningful nameNils Larsch2005-05-081-4/+4
* Fix various incorrect error function codes.Bodo Möller2005-04-261-2/+2
* Fix typoBodo Möller2005-03-091-1/+1
* Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe2004-03-131-2/+2
* new function EC_GROUP_cmp() (used by EVP_PKEY_cmp())Bodo Möller2003-07-211-0/+75
* Allow EC_GROUP objects to share precomputation for improved memoryBodo Möller2003-02-121-55/+132