More fix DSA, preserve BN_FLG_CONSTTIME
[openssl.git] / crypto / dsa / dsa_ossl.c
2016-06-07 Matt CaswellMore fix DSA, preserve BN_FLG_CONSTTIME
2016-06-06 Cesar PereidaFix DSA, preserve BN_FLG_CONSTTIME
2015-12-22 David BenjaminFix memory leak in DSA redo case.
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2011-02-01 Dr. Stephen HensonSince FIPS 186-3 specifies we use the leftmost bits...
2011-01-25 Dr. Stephen Hensonrecalculate DSA signature if r or s is zero (FIPS 186...
2010-10-11 Dr. Stephen HensonPR: 2295
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2007-03-28 Bodo MöllerChange to mitigate branch prediction attacks
2007-02-11 Nils Larschavoid shifting input
2007-02-07 Nils Larschremove unused variable
2007-02-03 Nils Larschadd support for DSA with SHA2
2006-11-08 Ben LaurieFix various warnings.
2006-09-28 Bodo MöllerIntroduce limits to prevent malicious keys being able to
2006-03-18 Nils Larschremove unnecessary code
2006-03-15 Nils Larschfix problems found by coverity: remove useless code
2005-05-26 Bodo Möllermake sure DSA signing exponentiations really are consta...
2005-05-16 Bodo MöllerImplement fixed-window exponentiation to mitigate hyper...
2005-05-09 Bodo Möllerimprove comment readability
2005-04-27 Dr. Stephen HensonChange method_mont_p from (char *) to (BN_MONT_CTX...
2005-04-26 Dr. Stephen HensonPort BN_MONT_CTX_set_locked() from stable branch.
2005-04-23 Ben LaurieAdd debug target, remove cast, note possible bug.
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2003-04-08 Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
2003-03-11 Geoff ThorpeThe default implementation of DSA_METHOD has an interde...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-15 Lutz JänickeFix initialization sequence to prevent freeing of uniti...
2003-01-15 Geoff ThorpeAs with RSA, which was modified recently, this change...
2002-11-04 Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2001-09-25 Geoff ThorpeThis commits changes to various parts of libcrypto...
2001-06-26 Bodo MöllerDSA verification should insist that r and s are in...
2001-04-21 Dr. Stephen HensonFix ASN1 bug when decoding OTHER type.
2001-02-10 Bodo MöllerSimplify BN_rand_range
2001-02-08 Bodo MöllerIntegrate my implementation of a countermeasure against
2001-02-07 Ulf MöllerBleichenbacher's DSA attack
2000-11-07 Richard LevitteConstify DSA-related code.
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-09-13 Ulf MöllerDon't set the two top bits to one when generating a...
1999-11-04 Dr. Stephen HensonAllow additional information to be attached to a
1999-08-23 Dr. Stephen HensonInitial support for DH_METHOD. Also added a DH lock...
1999-08-22 Dr. Stephen HensonInitial support for DSA_METHOD...