From 063a8905bfd53f3cc12a01789efc23c0ea6af053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lutz=20J=C3=A4nicke?= Date: Wed, 10 Jul 2002 06:41:55 +0000 Subject: [PATCH] Ciphers with NULL encryption were not properly handled because they were not covered by the strength bit mask. Submitted by: Reviewed by: PR: 130 --- CHANGES | 7 ++++++- ssl/s2_lib.c | 4 +++- ssl/s3_lib.c | 8 ++++---- ssl/ssl_locl.h | 15 ++++++++------- 4 files changed, 21 insertions(+), 13 deletions(-) diff --git a/CHANGES b/CHANGES index c61871907a..6ed2f7163b 100644 --- a/CHANGES +++ b/CHANGES @@ -99,7 +99,7 @@ EC_GROUP_get_nid() [Nils Larsch