index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dsa
/
dsa_ossl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
The default implementation of DSA_METHOD has an interdependence on the
Geoff Thorpe
2003-03-11
1
-45
/
+42
*
Add the possibility to build without the ENGINE framework.
Richard Levitte
2003-01-30
1
-0
/
+2
*
Fix initialization sequence to prevent freeing of unitialized objects.
Lutz Jänicke
2003-01-15
1
-4
/
+9
*
As with RSA, which was modified recently, this change makes it possible to
Geoff Thorpe
2003-01-15
1
-0
/
+2
*
implement and use new macros BN_get_sign(), BN_set_sign()
Bodo Möller
2002-11-04
1
-2
/
+4
*
This commits changes to various parts of libcrypto required by the recent
Geoff Thorpe
2001-09-25
1
-2
/
+2
*
DSA verification should insist that r and s are in the allowed range.
Bodo Möller
2001-06-26
1
-0
/
+11
*
Fix ASN1 bug when decoding OTHER type.
Dr. Stephen Henson
2001-04-21
1
-0
/
+15
*
Simplify BN_rand_range
Bodo Möller
2001-02-10
1
-1
/
+1
*
Integrate my implementation of a countermeasure against
Bodo Möller
2001-02-08
1
-1
/
+3
*
Bleichenbacher's DSA attack
Ulf Möller
2001-02-07
1
-7
/
+1
*
Constify DSA-related code.
Richard Levitte
2000-11-07
1
-1
/
+1
*
Merge the engine branch into the main trunk. All conflicts resolved.
Richard Levitte
2000-10-26
1
-2
/
+3
*
Don't set the two top bits to one when generating a random number < q.:wq
Ulf Möller
2000-09-13
1
-1
/
+1
*
Allow additional information to be attached to a
Dr. Stephen Henson
1999-11-04
1
-2
/
+2
*
Initial support for DH_METHOD. Also added a DH lock. A few changes made to
Dr. Stephen Henson
1999-08-24
1
-1
/
+3
*
Initial support for DSA_METHOD...
Dr. Stephen Henson
1999-08-22
1
-0
/
+319