aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2001-07-11 18:59:25 +0000
committerGeoff Thorpe <geoff@openssl.org>2001-07-11 18:59:25 +0000
commitaf436bc1580949f49c25370f8ad1042303f92259 (patch)
tree4ce7a414e7fe4d19ffe1efe4ca560f3040fa2b6b /CHANGES
parentab603c6987f72a8b8771a8ad8ae24f3431c3ec5c (diff)
downloadopenssl-af436bc1580949f49c25370f8ad1042303f92259.tar.gz
openssl speed is quite useful for testing hardware support (among other
things), especially as the RSA keys are fixed. However, DSA only fixes the DSA parameters and then generates the public and private components on the fly each time - this commit hard-codes some sampled key values so that this is no longer the case.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3581aa7ad6..330954dc6f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,12 @@
*) applies to 0.9.6a/0.9.6b and 0.9.7
+) applies to 0.9.7 only
+ +) Cause 'openssl speed' to use fully hard-coded DSA keys as it
+ already does with RSA. testdsa.h now has 'priv_key/pub_key'
+ values for each of the key sizes rather than having just
+ parameters (and 'speed' generating keys each time).
+ [Geoff Thorpe]
+
-) OpenSSL 0.9.6b released [9 July 2001]
*) Change ssleay_rand_bytes (crypto/rand/md_rand.c)