aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* implement fast point multiplication with precomputationBodo Möller2003-02-061-1/+58
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-3/+3
* move EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.cBodo Möller2002-08-261-39/+0
* ASN1 for binary curvesBodo Möller2002-08-261-0/+39
* Rename implementations of method functions so that they matchBodo Möller2002-08-021-62/+31
* add support for elliptic curves over binary fieldsBodo Möller2002-08-021-14/+178
* Implement handling of EC parameter seeds (new functionsBodo Möller2002-06-181-1/+34
* simplify asn1_flagBodo Möller2002-06-121-6/+21
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-101-0/+52
* accept NULL in 'free' functionsBodo Möller2002-05-211-0/+8
* Change internals of the EC library so that the functionsBodo Möller2002-05-081-44/+91
* New function EC_GROUP_check_discriminant().Bodo Möller2002-03-201-4/+4
* Fix bugs and typos.Bodo Möller2002-03-181-11/+23
* reference counting for EC_GROUP structures is not needed (at theBodo Möller2002-03-061-18/+4
* ECDSA supportBodo Möller2002-02-131-1/+1
* add support for named curvesBodo Möller2002-02-131-1/+27
* More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2001-03-101-2/+68
* More method functions for elliptic curves,Bodo Möller2001-03-081-14/+25
* Let EC_POINT_copy do nothing if dest==srcBodo Möller2001-03-081-0/+2
* More 'TODO' items.Bodo Möller2001-03-081-1/+83
* More method functions for EC_GFp_simple_method.Bodo Möller2001-03-081-3/+51
* More method functions.Bodo Möller2001-03-071-1/+1
* Optimized EC_METHODs need specific 'set_curve' and 'free' functions.Bodo Möller2001-03-071-1/+1