Check scalar->d before we use it (in BN_num_bits()). (Coverity ID 129)
[openssl.git] / crypto / ec / ec_key.c
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...