aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-11-16 19:12:24 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-11-16 19:12:24 +0000
commit3db935a9e5e62fcbde719b2a03ce8941bb13514a (patch)
tree7342527a5baf5f988b42a35b7731dd778bfb7381 /CHANGES
parent63d103ea48ec588700b681ff420cdf9a2907554e (diff)
downloadopenssl-3db935a9e5e62fcbde719b2a03ce8941bb13514a.tar.gz
add SSL_CONF functions and documentation
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 79d31f2d00..cbdf33df1e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.x and 1.1.0 [xx XXX xxxx]
+ *) 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.