add -naccept <n> option to s_server to automatically exit after <n> connections
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 79d31f2d007c17065a23f191b8c387bb9283a84f..6e4eaaed70c16fb9b5f41945d45e62cbd1b1749f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,14 @@
 
  Changes between 1.0.x and 1.1.0  [xx XXX xxxx]
 
+  *) Fixes and wildcard matching support to hostname and email checking
+     functions. Add manual page.
+     [Florian Weimer (Red Hat Product Security Team)]
+
+  *) New experimental SSL_CONF* functions. These provide a common framework
+     for application configuration using configuration files or command lines.
+     [Steve Henson]
+
   *) New functions to check a hostname email or IP address against a
      certificate. Add options to s_client, s_server and x509 utilities
      to print results of checks against a certificate.