aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_key.c
Commit message (Expand)AuthorAgeFilesLines
* 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