Add a test for loading serverinfo data from memory
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index b1476d8ba6bd2a9dcb9aa304996618b72fbfb25d..7bd0f924f1f26d6fc939686a9107a1685980485a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
   *) Add support for ARIA
      [Paul Dale]
 
+  *) s_client will now send the Server Name Indication (SNI) extension by
+     default unless the new "-noservername" option is used. The server name is
+     based on the host provided to the "-connect" option unless overridden by
+     using "-servername".
+     [Matt Caswell]
+
   *) Add support for SipHash
      [Todd Short]