summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-09-10 07:34:45 +0000
committerBodo Möller <bodo@openssl.org>2002-09-10 07:34:45 +0000
commit9226e2187c14979352cb78886ab8f0a90b3aef46 (patch)
tree931ee38a209befde8d19981d6c91f1c8220d1c3a /CHANGES
parent48921e00fc69060b7b29bab707ebc255a3506aff (diff)
Let 'openssl req' fail if an argument to '-newkey' is not
recognized instead of using RSA as a default.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9dbb21213c..dbb70cb119 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.7 and 0.9.8 [xx XXX 2002]
+ *) Let 'openssl req' fail if an argument to '-newkey' is not
+ recognized instead of using RSA as a default.
+ [Bodo Moeller]
+
*) Add support for ECC-based ciphersuites from draft-ietf-tls-ecc-01.txt.
As these are not official, they are not included in "ALL";
the "ECCdraft" ciphersuite group alias can be used to select them.