summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-11-18 15:13:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-11-18 15:13:55 +0000
commitd88926f1815d79c800e4cf11ecee8e43f3a7ad1f (patch)
tree75522b25e26843fbb6bb002ad684c062821153b1 /CHANGES
parent24f77b34d574cb02bdd8e2f37a8c12965ddd2a1f (diff)
PR: 2909
Contributed by: Florian Weimer <fweimer@redhat.com> Fixes to X509 hostname and email address checking. Wildcard matching support. New test program and manual page.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cbdf33df1e..6e4eaaed70 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
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]