make update
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 319340774471ed2128f2662f960ffaefc1036d45..55db5725b436c1c12aff4166d4f211d4d9099e2b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,13 @@
 
  Changes between 0.9.5 and 0.9.5a  [XX XXX 2000]
 
-  *) Add compatability options to the purpose and trust code. The
+  *) 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,
      with all the associated security issues.