From: Lutz Jänicke Date: Wed, 10 Jul 2002 06:41:55 +0000 (+0000) Subject: Ciphers with NULL encryption were not properly handled because they were X-Git-Tag: OpenSSL_0_9_6e~26^2~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=063a8905bfd53f3cc12a01789efc23c0ea6af053;p=oweals%2Fopenssl.git Ciphers with NULL encryption were not properly handled because they were not covered by the strength bit mask. Submitted by: Reviewed by: PR: 130 --- diff --git a/CHANGES b/CHANGES index c61871907a..6ed2f7163b 100644 --- a/CHANGES +++ b/CHANGES @@ -99,7 +99,7 @@ EC_GROUP_get_nid() [Nils Larsch