Make preprocessor error into real preprocessor error
[openssl.git] / crypto / ecdsa /
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Rich Salzfree cleanup 12
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-28 Rich Salzremove malloc casts
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-25 Rich Salzfree NULL cleanup.
2015-03-25 Rich Salzfree NULL cleanup
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-24 Dr. Stephen Hensonmake depend
2015-03-15 Dr. Stephen HensonUpdate ordinals, fix error message.
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-02-02 Rich SalzDead code cleanup: crypto/ec,ecdh,ecdsa
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-13 Matt CaswellFix warning where BIO_FLAGS_UPLINK was being redefined.
2015-01-12 Matt Caswellmake update
2015-01-05 Dr. Stephen HensonFix various certificate fingerprint issues.
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-18 Matt CaswellChange all instances of OPENSSL_NO_DEPRECATED to OPENSS...
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08 Dr. Stephen Hensonremove FIPS module code from crypto/ecdsa
2014-12-08 Dr. Stephen HensonRemove OPENSSL_FIPSCANISTER code.
2014-12-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28 Rich SalzRemove all .cvsignore files
2014-09-11 Andy PolyakovReserve option to use BN_mod_exp_mont_consttime in...
2014-08-18 Laszlo PappRT2492: Remove extra NULL check.
2014-07-01 Dr. Stephen HensonAccessor functions for app_data in ECDSA_METHOD
2014-02-19 Dr. Stephen Hensonmake depend
2013-09-20 Ben LaurieMerge remote-tracking branch 'trevp/pemfix' into trev...
2013-09-18 Dr. Stephen HensonAdd functions to set ECDSA_METHOD structure.
2013-07-19 Dr. Stephen HensonMake ecdsatest work with nonces.
2013-07-17 Dr. Stephen HensonAvoid need to change function code.
2013-07-15 Adam LangleyMake `safe' (EC)DSA nonces the default.
2013-06-13 Adam LangleyAdd secure DSA nonce flag.
2012-10-05 Bodo MöllerFix EC_KEY initialization race.
2012-01-10 Dr. Stephen Hensonfix warning (revert original patch)
2011-12-07 Dr. Stephen HensonInitial experimental support for X9.42 DH parameter...
2011-12-02 Bodo MöllerFix ecdsatest.c.
2011-11-14 Ben LaurieFix some warnings caused by __owur. Temporarily (I...
2011-11-05 Dr. Stephen HensonAdd single call public key sign and verify functions.
2011-10-22 Dr. Stephen HensonCheck for selftest failure in various places.
2011-09-05 Bodo Möllermake update
2011-09-01 Dr. Stephen Hensonmake timing attack protection unconditional
2011-06-08 Dr. Stephen HensonSet flags in ECDH and ECDSA methods for FIPS.
2011-05-25 Dr. Stephen HensonFix the ECDSA timing attack mentioned in the paper at:
2011-04-23 Dr. Stephen HensonAdd PRNG security strength checking.
2011-04-06 Dr. Stephen HensonOnly use fake rand once per operation. This stops the EC
2011-04-06 Dr. Stephen Hensoncheck buffer is larger enough before overwriting
2011-03-24 Richard Levittemake update
2011-03-12 Ben LaurieAdd SRP support.
2011-02-21 Dr. Stephen HensonUpdate dependencies.
2011-02-14 Dr. Stephen HensonAdd ECDSA functionality to fips module. Initial very...
2011-02-12 Dr. Stephen HensonNew option to disable characteristic two fields in...
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2010-06-12 Ben LaurieFix warnings.
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...
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...
next