add sign/verify methods
[openssl.git] / crypto / ecdsa / ecs_lib.c
2015-12-09 Dr. Stephen HensonRemove reference to ECDSA_OpenSSL.
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-09-12 Dr. Stephen HensonConstify ECDSA_METHOD_new.
2015-09-03 Rich Salzremove 0 assignments.
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-04-30 Rich Salzfree cleanup 12
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-28 Rich Salzremove malloc casts
2015-02-02 Rich SalzDead code cleanup: crypto/ec,ecdh,ecdsa
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-07-01 Dr. Stephen HensonAccessor functions for app_data in ECDSA_METHOD
2013-09-20 Ben LaurieMerge remote-tracking branch 'trevp/pemfix' into trev...
2013-09-18 Dr. Stephen HensonAdd functions to set ECDSA_METHOD structure.
2012-10-05 Bodo MöllerFix EC_KEY initialization race.
2010-06-12 Ben LaurieFix warnings.
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2006-01-29 Nils Larschadd additional checks + cleanup
2005-05-20 Nils Larschfix typo, add prototype
2005-05-16 Nils Larschecc api cleanup; summary:
2005-04-29 Nils Larschhide the definition of ECDSA_METHOD and ECDSA_DATA...
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2004-10-21 Geoff ThorpeUpdate ECDSA and ECDH for OPENSSL_NO_ENGINE.
2004-05-17 Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
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-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-07-26 Bodo MöllerUse SEC1 format for EC private keys.
2002-06-18 Bodo MöllerImplement handling of EC parameter seeds (new functions
2002-06-10 Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...
2002-04-09 Bodo Möllerfix ECDSA handling
2002-02-13 Bodo MöllerECDSA support