summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_key.c
AgeCommit message (Expand)Author
2016-01-13Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz
2015-12-29Fix no-engine.Ben Laurie
2015-12-16New EC functions.Dr. Stephen Henson
2015-12-09Use NULL comparisonDr. Stephen Henson
2015-12-09Add set methods.Dr. Stephen Henson
2015-12-09EC_KEY_METHOD copy supportDr. Stephen Henson
2015-12-09EC_KEY_METHOD init and finish supportDr. Stephen Henson
2015-12-09ENGINE fixesDr. Stephen Henson
2015-12-09EC_KEY_METHOD keygen support.Dr. Stephen Henson
2015-12-09Support for EC_KEY_METHOD.Dr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-29Fix no-stdio buildDavid Woodhouse
2015-09-03remove 0 assignments.Rich Salz
2015-08-03Fix warning when compiling with no-ec2mMatt Caswell
2015-06-10EC_POINT_is_on_curve does not return a booleanMatt Caswell
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-25free NULL cleanup.Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08Implement internally opaque bn access from ecMatt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08remove FIPS module code from crypto/ecdsaDr. Stephen Henson
2014-08-29Fixed double inclusion of string.hMatt Caswell
2013-07-15Make `safe' (EC)DSA nonces the default.Adam Langley
2013-06-13Add secure DSA nonce flag.Adam Langley
2012-10-05Fix EC_KEY initialization race.Bodo Möller
2011-11-16In EC_KEY_set_public_key_affine_coordinates include explicit check to see pas...Dr. Stephen Henson
2011-10-22Check for selftest failure in various places.Dr. Stephen Henson
2011-05-11Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson
2011-04-24Error discrepancy corrected.Richard Levitte
2011-04-23Add PRNG security strength checking.Dr. Stephen Henson
2011-04-19Use 0 for tbslen to perform strlen.Dr. Stephen Henson
2011-04-14Remove several of the old obsolete FIPS_corrupt_*() functions.Dr. Stephen Henson
2011-04-14Initial incomplete POST overhaul: add support for POST callback toDr. Stephen Henson
2011-02-15Add pairwise consistency test to EC.Dr. Stephen Henson
2011-02-14Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson
2011-02-12New option to disable characteristic two fields in EC code.Dr. Stephen Henson
2011-01-24New function EC_KEY_set_affine_coordinates() this performs all theDr. Stephen Henson
2011-01-24check EC public key isn't point at infinityDr. Stephen Henson
2011-01-19oops, revert mistakenly committed EC changesDr. Stephen Henson
2011-01-19Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson
2008-09-23Fix EC_KEY_check_key.Andy Polyakov
2005-05-17simplify EC_KEY_dupNils Larsch
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
2003-02-19typoBodo Möller
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-08-10mem* functions are declared in string.h.Richard Levitte