summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-05-11 13:32:26 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-05-11 13:32:26 +0000
commit6e164e5c3d245c92a3793e292ad00c8e14dd7992 (patch)
tree3548caf4aaca35b0f9e6ccb36d9e8677f89ac11f /CHANGES
parent1b452133ae89e27248cc2b8801290f4742e5cedc (diff)
PR: 2811
Reported by: Phil Pennock <openssl-dev@spodhuis.org> Make renegotiation work for TLS 1.2, 1.1 by not using a lower record version client hello workaround if renegotiating.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index c6d51b0bce..ef8dff4a00 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,9 @@
Changes between 1.0.1c and 1.0.1d [xx XXX xxxx]
- *)
+ *) Don't use TLS 1.0 record version number in initial client hello
+ if renegotiating.
+ [Steve Henson]
Changes between 1.0.1b and 1.0.1c [10 May 2012]