summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-15 00:22:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-04-15 00:22:05 +0000
commitba1ba5f0fb16ddd6d2f80abf79c56cfff8c6b62a (patch)
tree2a18f94c6bfd7fca77e6e41a44e64017d03b2697 /CHANGES
parent51aa7bd3213cab82c5afd81e28627bd3602587e9 (diff)
If cipher list contains a match for an explicit ciphersuite only match that
one suite.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3ba2d71f2f..dd272bdef9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -206,6 +206,10 @@
Changes between 0.9.8a and 0.9.8b [XX xxx XXXX]
+ *) When applying a cipher rule check to see if string match is an explicit
+ cipher suite and only match that one cipher suite if it is.
+ [Steve Henson]
+
*) Link in manifests for VC++ if needed.
[Austin Ziegler <halostatue@gmail.com>]