summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-12-08 13:42:08 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-12-08 13:42:08 +0000
commit5430200b8b9528861ec9759623107f407ba8c38f (patch)
tree13554bb74de1bacd69b49781c9f78a7966f49e18 /CHANGES
parent13f6d57b1ef964f2b9cbd8f68783884caef0e5cb (diff)
Add ctrl and macro so we can determine if peer support secure renegotiation.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 58f695dd85..d3596e6b05 100644
--- a/CHANGES
+++ b/CHANGES
@@ -863,6 +863,11 @@
Changes between 0.9.8l (?) and 0.9.8m (?) [xx XXX xxxx]
+ *) Add ctrl macro SSL_get_secure_renegotiation_support() which returns 1 if
+ peer supports secure renegotiation and 0 otherwise. Print out peer
+ renegotiation support in s_client/s_server.
+ [Steve Henson]
+
*) Replace the highly broken and deprecated SPKAC certification method with
the updated NID creation version. This should correctly handle UTF8.
[Steve Henson]