summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-08-25 07:43:04 +0000
committerNils Larsch <nils@openssl.org>2005-08-25 07:43:04 +0000
commit3c0e39c5397100190bd77a3f644dc0d80bbbf03a (patch)
treec673d7226f2ce3f9df3a74d26aa3edc2725fb19a /CHANGES
parent19fddebf0e921c132c991cf86e97b8624c7b0178 (diff)
Keep cipher lists sorted in the source instead of sorting them at
runtime, thus removing the need for a lock. Add a test to ssltest to verify that the cipher lists are sorted.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5310571ec0..02e1fc1da5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.8 and 0.9.8a [XX xxx XXXX]
+ *) Keep cipherlists sorted in the source instead of sorting them at
+ runtime, thus removing the need for a lock.
+ [Nils Larsch]
+
*) Avoid some small subgroup attacks in Diffie-Hellman.
[Nick Mathewson and Ben Laurie]