summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2011-12-02 12:52:00 +0000
committerBodo Möller <bodo@openssl.org>2011-12-02 12:52:00 +0000
commit19b0d0e75b1ac7ea177d38aba4ba331ba9c93653 (patch)
tree41ecfe29edeabaa1ba87909e12716fc2da3d3a0e /CHANGES
parentea8c77a55bcf3ac0744ac8724ca2476818787330 (diff)
Resolve a stack set-up race condition (if the list of compression
methods isn't presorted, it will be sorted on first read). Submitted by: Adam Langley
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ab83fa21d2..a453a7bf8d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -487,6 +487,9 @@
Changes between 1.0.0e and 1.0.0f [xx XXX xxxx]
+ *) Fix ssl_ciph.c set-up race.
+ [Adam Langley (Google)]
+
*) Fix spurious failures in ecdsatest.c.
[Emilia Käsper (Google)]
@@ -1414,6 +1417,9 @@
Changes between 0.9.8r and 0.9.8s [xx XXX xxxx]
+ *) Fix ssl_ciph.c set-up race.
+ [Adam Langley (Google)]
+
*) Fix spurious failures in ecdsatest.c.
[Emilia Käsper (Google)]