summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_ossl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-241-1/+3
* Initial support for DSA_METHOD...Dr. Stephen Henson1999-08-221-0/+319