summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-10 13:49:02 +0000
committerBodo Möller <bodo@openssl.org>2000-03-10 13:49:02 +0000
commit2d5e449a18ed4fb85633c358bfc37df0cc5abc3a (patch)
treef0c52f8476dacc4b2e1a8eaf7102e2b63d45234a /CHANGES
parente458958280c2cfaf7d9be4c87fab4a1dd59e02aa (diff)
Mention -ign_eof.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 91f4e56a60..55db5725b4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 0.9.5 and 0.9.5a [XX XXX 2000]
+ *) New s_client option -ign_eof: EOF at stdin is ignored, and
+ 'Q' and 'R' lose their special meanings (quit/renegotiate).
+ This is part of what -quiet does; unlike -quiet, -ign_eof
+ does not suppress any output.
+ [Richard Levitte]
+
*) Add compatibility options to the purpose and trust code. The
purpose X509_PURPOSE_ANY is "any purpose" which automatically
accepts a certificate or CA, this was the previous behaviour,