aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-08-25 07:29:54 +0000
committerNils Larsch <nils@openssl.org>2005-08-25 07:29:54 +0000
commit6e119bb02e8f324874d9dff779133377b1d41a3c (patch)
tree3efc62ceb3699c12a9fb3331be88a3b6bb68cb48 /CHANGES
parent2c2e46dbf5a3919bcb47a67fc79704201df04843 (diff)
downloadopenssl-6e119bb02e8f324874d9dff779133377b1d41a3c.zip
openssl-6e119bb02e8f324874d9dff779133377b1d41a3c.tar.gz
openssl-6e119bb02e8f324874d9dff779133377b1d41a3c.tar.bz2
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 f0114e6..5631f5f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,6 +27,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]