aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_ossl.c
Commit message (Expand)AuthorAgeFilesLines
* 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