From: Bodo Möller Date: Mon, 22 Jul 2002 08:38:14 +0000 (+0000) Subject: add an explanation and fix a typo X-Git-Tag: OpenSSL_0_9_7-beta3~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=16758de0a21da0349fcd0a8fe68663d8a0e15118;p=oweals%2Fopenssl.git add an explanation and fix a typo --- diff --git a/CHANGES b/CHANGES index e0050052b4..87c20a071b 100644 --- a/CHANGES +++ b/CHANGES @@ -4,9 +4,13 @@ Changes between 0.9.6e and 0.9.7 [XX xxx 2002] - *) Add cipher selection rules COMPLEMENTOFALL and COMPLENENTOFDEFAULT + *) Add cipher selection rules COMPLEMENTOFALL and COMPLEMENTOFDEFAULT to allow version independent disabling of normally unselected ciphers, which may be activated as a side-effect of selecting a single cipher. + + (E.g., cipher list string "RSA" enables ciphersuites that are left + out of "ALL" because they do not provide symmetric encryption. + "RSA:!COMPLEMEMENTOFALL" avoids these unsafe ciphersuites.) [Lutz Jaenicke, Bodo Moeller] *) Add appropriate support for separate platform-dependent build