aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-10-08 15:10:07 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-10-08 15:10:07 +0000
commita70da5b3ecc3160368529677006801c58cb369db (patch)
tree1d6ddfa96a05ff50c05aca002ab884e428a45e8e /CHANGES
parentc5f6da54fc64fb544028a547c9f6835f3f392428 (diff)
downloadopenssl-a70da5b3ecc3160368529677006801c58cb369db.zip
openssl-a70da5b3ecc3160368529677006801c58cb369db.tar.gz
openssl-a70da5b3ecc3160368529677006801c58cb369db.tar.bz2
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.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index be586a2..79d31f2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 1.0.x and 1.1.0 [xx XXX xxxx]
+ *) 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.
+ [Steve Henson]
+
*) 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.