summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_ossl.c
AgeCommit message (Expand)Author
2015-12-22Fix memory leak in DSA redo case.David Benjamin
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2014-09-09RT3192: spurious error in DSA verifyMatt Caswell
2011-02-01Since FIPS 186-3 specifies we use the leftmost bits of the digestDr. Stephen Henson
2011-01-25recalculate DSA signature if r or s is zero (FIPS 186-3 requirement)Dr. Stephen Henson
2010-10-11PR: 2295Dr. Stephen Henson
2007-03-28Change to mitigate branch prediction attacksBodo Möller
2007-02-11avoid shifting inputNils Larsch
2007-02-07remove unused variableNils Larsch
2007-02-03add support for DSA with SHA2Nils Larsch
2006-11-08Fix various warnings.Ben Laurie
2006-09-28Introduce limits to prevent malicious keys being able toBodo Möller
2006-03-18remove unnecessary codeNils Larsch
2006-03-15fix problems found by coverity: remove useless codeNils Larsch
2005-05-26make sure DSA signing exponentiations really are constant-timeBodo Möller
2005-05-16Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller
2005-05-09improve comment readabilityBodo Möller
2005-04-27Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove severalDr. Stephen Henson
2005-04-26Port BN_MONT_CTX_set_locked() from stable branch.Dr. Stephen Henson
2005-04-23Add debug target, remove cast, note possible bug.Ben Laurie
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch
2003-04-08We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte
2003-03-11The default implementation of DSA_METHOD has an interdependence on theGeoff Thorpe
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-15Fix initialization sequence to prevent freeing of unitialized objects.Lutz Jänicke
2003-01-15As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller
2001-09-25This commits changes to various parts of libcrypto required by the recentGeoff Thorpe
2001-06-26DSA verification should insist that r and s are in the allowed range.Bodo Möller
2001-04-21Fix ASN1 bug when decoding OTHER type.Dr. Stephen Henson
2001-02-10Simplify BN_rand_rangeBodo Möller
2001-02-08Integrate my implementation of a countermeasure againstBodo Möller
2001-02-07Bleichenbacher's DSA attackUlf Möller
2000-11-07Constify DSA-related code.Richard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-09-13Don't set the two top bits to one when generating a random number < q.:wqUlf Möller
1999-11-04Allow additional information to be attached to aDr. Stephen Henson
1999-08-23Initial support for DH_METHOD. Also added a DH lock. A few changes made toDr. Stephen Henson
1999-08-22Initial support for DSA_METHOD...Dr. Stephen Henson