aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-02-25 11:26:26 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-02-25 11:26:26 +0000
commitea14a91f64c1d277f6899c5e451202d5a4e42f6d (patch)
tree0fa66fd9ea43d0b222c96eda96c5eb6a4d485742 /CHANGES
parent4b8f2ce648be38595bcc88fbf62b7022c6c3c4d5 (diff)
downloadopenssl-ea14a91f64c1d277f6899c5e451202d5a4e42f6d.tar.gz
Move s_server -dcert and -dkey options out of the undocumented feature area
because they are useful for the DSA situation and should be recognized by the users. Thanks to Steve for the original hint.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 801432f471..7bca0f5474 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,11 @@
Changes between 0.9.1c and 0.9.2
+ *) Move s_server -dcert and -dkey options out of the undocumented feature
+ area because they are useful for the DSA situation and should be
+ recognized by the users.
+ [Ralf S. Engelschall]
+
*) Fix the cipher decision scheme for export ciphers: the export bits are
*not* within SSL_MKEY_MASK or SSL_AUTH_MASK, they are within
SSL_EXP_MASK. So, the original variable has to be used instead of the