summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/ecs_lib.c
AgeCommit message (Expand)Author
2015-02-02Dead code cleanup: crypto/ec,ecdh,ecdsaRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-07-01Accessor functions for app_data in ECDSA_METHODDr. Stephen Henson
2013-09-18Add functions to set ECDSA_METHOD structure.Dr. Stephen Henson
2012-10-05Fix EC_KEY initialization race.Bodo Möller
2010-06-12Fix warnings.Ben Laurie
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2006-01-29add additional checks + cleanupNils Larsch
2005-05-20fix typo, add prototypeNils Larsch
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-04-29hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisNils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller
2004-10-21Update ECDSA and ECDH for OPENSSL_NO_ENGINE.Geoff Thorpe
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-08-10mem* functions are declared in string.h.Richard Levitte
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-07-26Use SEC1 format for EC private keys.Bodo Möller
2002-06-18Implement handling of EC parameter seeds (new functionsBodo Möller
2002-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller
2002-04-09fix ECDSA handlingBodo Möller
2002-02-13ECDSA supportBodo Möller