]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ecdsa
Fix memory leaks in CA related functions.
[thirdparty/openssl.git] / crypto / ecdsa /
2017-11-01  PauliAddress a timing side channel whereby it is possible...
2017-07-02  Bernd EdlingerFix a memory leak in ecdh/ecdsa_check.
2015-09-15  Rich SalzRT4044: Remove .cvsignore files.
2015-09-12  Dr. Stephen HensonConstify ECDSA_METHOD_new.
2015-05-23  Richard LevitteFix the update target and remove duplicate file updates
2015-03-25  Matt CaswellFix RAND_(pseudo_)?_bytes returns
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Tim Hudsonmark all block comments that need format preserving...
2015-01-13  Matt CaswellFix warning where BIO_FLAGS_UPLINK was being redefined.
2015-01-05  Dr. Stephen HensonFix various certificate fingerprint issues.
2014-09-21  Andy PolyakovReserve option to use BN_mod_exp_mont_consttime in...
2014-07-01  Dr. Stephen HensonAccessor functions for app_data in ECDSA_METHOD
2013-10-01  Ben LaurieMerge remote-tracking branch 'agl/1.0.2alpn' into agl...
2013-09-18  Dr. Stephen HensonAdd functions to set ECDSA_METHOD structure.
2012-10-05  Bodo MöllerFix EC_KEY initialization race.
2012-03-21  cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-12-09  Ben LaurieFix warning.
2011-12-02  Bodo MöllerFix ecdsatest.c.
2011-09-01  Dr. Stephen Hensonmake timing attack protection unconditional
2011-06-20  Dr. Stephen HensonDon't set default public key methods in FIPS mode so...
2011-06-08  Dr. Stephen HensonCheck fips method flags for ECDH, ECDSA.
2011-06-06  Dr. Stephen HensonRedirection of ECDSA, ECDH operations to FIPS module.
2011-06-06  Dr. Stephen HensonBackport from HEAD:
2011-05-25  Dr. Stephen HensonFix the ECDSA timing attack mentioned in the paper at:
2011-04-06  Dr. Stephen Hensoncheck buffer is larger enough before overwriting
2010-06-16  cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-06-15  Dr. Stephen HensonFix warnings (From HEAD, original patch by Ben).
2009-12-01  Dr. Stephen HensonPR: 1432
2009-10-18  Dr. Stephen Hensonmake update
2009-09-09  Dr. Stephen HensonSeed PRNG with DSA and ECDSA digests for additional...
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01  Ben LaurieMore size_tification.
2008-08-06  Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-03  Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-06-04  Ben LaurieMore type-checking.
2008-03-28  Geoff ThorpeThere was a need to support thread ID types that couldn...
2007-11-19  Bodo MöllerShould reject signatures that we can't properly verify
2007-11-16  Bodo MöllerThe hash length check wasn't strict enough,
2007-08-12  Dr. Stephen HensonFix warnings.
2007-01-21  Dr. Stephen HensonConstify version strings and some structures.
2006-11-21  Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-10-04  Nils Larschreturn an error if the supplied precomputed values...
2006-02-13  Nils Larschfix typo: pass pre-computed parameters to the underlyin...
2006-01-29  Nils Larschadd additional checks + cleanup
2005-12-18  Andy PolyakovMissing CFLAG in couple of depend: targets.
2005-09-19  Nils Larschcleanup doxygen comments
2005-07-17  Nils Larschfix typo
2005-07-16  Nils Larschmake
2005-06-23  Richard LevitteWrap the inclusion of openssl/engine.h with a protectiv...
2005-05-20  Nils Larschfix typo, add prototype
2005-05-16  Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16  Nils Larschecc api cleanup; summary:
2005-05-15  Andy PolyakovFool-proofing Makefiles
2005-05-10  Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-05-09  Bodo MöllerUpdate util/ck_errf.pl script, and have it run automati...
2005-04-29  Nils Larschhide the definition of ECDSA_METHOD and ECDSA_DATA...
2005-04-26  Bodo MöllerFix various incorrect error function codes.
2005-04-22  Nils Larschmore const
2005-04-22  Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2005-04-12  Dr. Stephen HensonRebuild error codes.
2005-03-30  Ben LaurieBlow away Makefile.ssl.
2004-11-02  Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-10-21  Geoff ThorpeUpdate ECDSA and ECDH for OPENSSL_NO_ENGINE.
2004-07-16  Geoff ThorpeQuick fix.
2004-06-14  Geoff ThorpeCorrect the return codes for ecdsatest.
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...
2004-04-19  Geoff ThorpeReduce header interdependencies, initially in engine...
2004-02-22  Geoff ThorpeA cleanup of the ecs_ossl.c code and some (doxygen...
2003-12-06  Ulf MöllerSkip a curve with generator of non-prime order.
2003-11-16  Ulf Möllerre-enable the test, keeping the original method for...
2003-11-16  Ulf MöllerThe x9.62 tests replace the PRNG with specific numbers,
2003-05-01  Richard Levittemake update
2003-03-20  Richard LevitteMake sure we get the definition of OPENSSL_NO_ECDSA.
2003-03-20  Richard LevitteMake sure we get the definition of OPENSSL_NO_ERR.
2003-01-15  Lutz JänickeFix initialization sequence to prevent freeing of uniti...
2002-12-08  Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2002-12-04  Bodo MöllerDon't compute timings here, we can do this elsewhere.
2002-11-28  Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-14  Richard Levittemake update
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-04  Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-10-29  Bodo MöllerSun has agreed to removing the covenant language from...
2002-10-28  Bodo Möller'broken' PKCS #8 format does not apply to ECDSA
2002-10-09  Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-08-15  Bodo MöllerSimplify handling of named curves: get rid of EC_GROUP_...
2002-08-10  Richard Levittemem* functions are declared in string.h.
2002-08-09  Bodo Möllermake update
2002-08-09  Bodo Möllerfix warnings
2002-08-09  Bodo MöllerAdd ECDH support.
2002-08-07  Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-08-01  Richard Levittemake update
2002-07-30  Lutz Jänicke"make update"
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-11  Ben LaurieFix warnings.
2002-06-10  Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...
2002-06-10  Bodo Möllerremove unnecessary calls to EC_POINT_copy()
2002-04-20  Richard LevitteNo point constifying an int.
next