]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/dsa/dsa_ossl.c
Add debug target, remove cast, note possible bug.
[thirdparty/openssl.git] / crypto / dsa / dsa_ossl.c
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...