summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_ossl.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix various warnings.Ben Laurie2006-11-081-2/+2
* Introduce limits to prevent malicious keys being able toBodo Möller2006-09-281-0/+12
* remove unnecessary codeNils Larsch2006-03-181-1/+0
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-2/+2
* make sure DSA signing exponentiations really are constant-timeBodo Möller2005-05-261-3/+27
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-161-0/+4
* improve comment readabilityBodo Möller2005-05-091-1/+1
* Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove severalDr. Stephen Henson2005-04-271-5/+4
* Port BN_MONT_CTX_set_locked() from stable branch.Dr. Stephen Henson2005-04-261-9/+12
* Add debug target, remove cast, note possible bug.Ben Laurie2005-04-231-0/+2
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-2/+2
* We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte2003-04-081-3/+0
* The default implementation of DSA_METHOD has an interdependence on theGeoff Thorpe2003-03-111-45/+42
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+2
* Fix initialization sequence to prevent freeing of unitialized objects.Lutz Jänicke2003-01-151-4/+9
* As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe2003-01-151-0/+2
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-2/+4
* This commits changes to various parts of libcrypto required by the recentGeoff Thorpe2001-09-251-2/+2
* DSA verification should insist that r and s are in the allowed range.Bodo Möller2001-06-261-0/+11
* Fix ASN1 bug when decoding OTHER type.Dr. Stephen Henson2001-04-211-0/+15
* Simplify BN_rand_rangeBodo Möller2001-02-101-1/+1
* Integrate my implementation of a countermeasure againstBodo Möller2001-02-081-1/+3
* Bleichenbacher's DSA attackUlf Möller2001-02-071-7/+1
* Constify DSA-related code.Richard Levitte2000-11-071-1/+1
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-2/+3
* Don't set the two top bits to one when generating a random number < q.:wqUlf Möller2000-09-131-1/+1
* Allow additional information to be attached to aDr. Stephen Henson1999-11-041-2/+2
* Initial support for DH_METHOD. Also added a DH lock. A few changes made toDr. Stephen Henson1999-08-231-1/+3
* Initial support for DSA_METHOD...Dr. Stephen Henson1999-08-221-0/+319