]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ec/ec_key.c
New function EC_KEY_set_affine_coordinates() this performs all the
[thirdparty/openssl.git] / crypto / ec / ec_key.c
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...