aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_key.c
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup.Rich Salz2015-03-251-17/+9
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-436/+421
* Implement internally opaque bn access from ecMatt Caswell2014-12-081-3/+3
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* remove FIPS module code from crypto/ecdsaDr. Stephen Henson2014-12-081-87/+0
* Fixed double inclusion of string.hMatt Caswell2014-08-291-1/+0
* Make `safe' (EC)DSA nonces the default.Adam Langley2013-07-151-12/+0
* Add secure DSA nonce flag.Adam Langley2013-06-131-0/+12
* Fix EC_KEY initialization race.Bodo Möller2012-10-051-2/+11
* In EC_KEY_set_public_key_affine_coordinates include explicit check to see pas...Dr. Stephen Henson2011-11-161-3/+5
* Check for selftest failure in various places.Dr. Stephen Henson2011-10-221-0/+8
* Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson2011-05-111-1/+1
* Error discrepancy corrected.Richard Levitte2011-04-241-1/+1
* Add PRNG security strength checking.Dr. Stephen Henson2011-04-231-0/+64
* Use 0 for tbslen to perform strlen.Dr. Stephen Henson2011-04-191-1/+1
* Remove several of the old obsolete FIPS_corrupt_*() functions.Dr. Stephen Henson2011-04-141-9/+0
* Initial incomplete POST overhaul: add support for POST callback toDr. Stephen Henson2011-04-141-1/+2
* Add pairwise consistency test to EC.Dr. Stephen Henson2011-02-151-0/+40
* Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson2011-02-141-0/+2
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-1/+2
* New function EC_KEY_set_affine_coordinates() this performs all theDr. Stephen Henson2011-01-241-1/+76
* check EC public key isn't point at infinityDr. Stephen Henson2011-01-241-0/+6
* oops, revert mistakenly committed EC changesDr. Stephen Henson2011-01-191-7/+1
* Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson2011-01-191-1/+7
* Fix EC_KEY_check_key.Andy Polyakov2008-09-231-12/+4
* simplify EC_KEY_dupNils Larsch2005-05-171-34/+4
* ecc api cleanup; summary:Nils Larsch2005-05-161-4/+122
* Fix various incorrect error function codes.Bodo Möller2005-04-261-1/+1
* typoBodo Möller2003-02-191-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* mem* functions are declared in string.h.Richard Levitte2002-08-101-0/+1
* Add ECDH support.Bodo Möller2002-08-091-0/+22
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-0/+354