commit | ba1ba5f0fb16ddd6d2f80abf79c56cfff8c6b62a | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Sat Apr 15 00:22:05 2006 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Sat Apr 15 00:22:05 2006 +0000 |
tree | 2a18f94c6bfd7fca77e6e41a44e64017d03b2697 | |
parent | 51aa7bd3213cab82c5afd81e28627bd3602587e9 [diff] [blame] |
If cipher list contains a match for an explicit ciphersuite only match that one suite.
diff --git a/CHANGES b/CHANGES index 3ba2d71..dd272bd 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>]