Set authkey to NULL and check malloc return value.
[openssl.git] / crypto / ec / ec_key.c
2013-07-15 Adam LangleyMake `safe' (EC)DSA nonces the default.
2013-06-13 Adam LangleyAdd secure DSA nonce flag.
2012-10-05 Bodo MöllerFix EC_KEY initialization race.
2011-11-16 Dr. Stephen HensonIn EC_KEY_set_public_key_affine_coordinates include...
2011-10-22 Dr. Stephen HensonCheck for selftest failure in various places.
2011-05-11 Dr. Stephen HensonRename FIPS_mode_set and FIPS_mode. Theses symbols...
2011-04-24 Richard LevitteError discrepancy corrected.
2011-04-23 Dr. Stephen HensonAdd PRNG security strength checking.
2011-04-19 Dr. Stephen HensonUse 0 for tbslen to perform strlen.
2011-04-14 Dr. Stephen HensonRemove several of the old obsolete FIPS_corrupt_*(...
2011-04-14 Dr. Stephen HensonInitial incomplete POST overhaul: add support for POST...
2011-02-15 Dr. Stephen HensonAdd pairwise consistency test to EC.
2011-02-14 Dr. Stephen HensonReorganise ECC code for inclusion in FIPS module.
2011-02-12 Dr. Stephen HensonNew option to disable characteristic two fields in...
2011-01-24 Dr. Stephen HensonNew function EC_KEY_set_affine_coordinates() this perfo...
2011-01-24 Dr. Stephen Hensoncheck EC public key isn't point at infinity
2011-01-19 Dr. Stephen Hensonoops, revert mistakenly committed EC changes
2011-01-19 Dr. Stephen HensonAdd additional parameter to dsa_builtin_paramgen to...
2008-09-23 Andy PolyakovFix EC_KEY_check_key.
2005-05-17 Nils Larschsimplify EC_KEY_dup
2005-05-16 Nils Larschecc api cleanup; summary:
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2003-02-19 Bodo Möllertypo
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-08-10 Richard Levittemem* functions are declared in string.h.
2002-08-09 Bodo MöllerAdd ECDH support.
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...