new command line option -stdname to ciphers utility
[oweals/openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 751819bf6fdfbae7d2065f841c6dddaef9a85972..b77336fe64a7dc0402d6cdd4bdab22b21c71cf40 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,15 @@
 
  Changes between 1.0.1 and 1.0.2 [xx XXX xxxx]
 
+  *) Add -rev test option to s_server to just reverse order of characters
+     received by client and send back to server. Also prints an abbreviated
+     summary of the connection parameters.
+     [Steve Henson]
+
+  *) New option -brief for s_client and s_server to print out a brief summary
+     of connection parameters.
+     [Steve Henson]
+
   *) Add callbacks for arbitrary TLS extensions.
      [Trevor Perrin <trevp@trevp.net> and Ben Laurie]