summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-03-03 14:07:28 +0000
committerRich Salz <rsalz@openssl.org>2016-03-04 10:50:11 -0500
commiteb64a6c6762652a5a293819f6934046e8a148c5e (patch)
tree0a3f876e4b7d979f94fcd83077269ad74264f0cd /CHANGES
parent238d692c6a9b07ce04d896481783478086fedc6d (diff)
Documentation for new CT s_client flags
Reviewed-by: Ben Laurie <ben@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8869e0b9ce..8c4d9a50c6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -873,6 +873,11 @@
whose return value is often ignored.
[Steve Henson]
+ *) New -noct, -requestct, -requirect and -ctlogfile options for s_client.
+ These allow SCTs (signed certificate timestamps) to be requested and
+ validated when establishing a connection.
+ [Rob Percival <robpercival@google.com>]
+
Changes between 1.0.2f and 1.0.2g [1 Mar 2016]
* Disable weak ciphers in SSLv3 and up in default builds of OpenSSL.