From: Richard Levitte Date: Tue, 23 Jul 2002 13:46:05 +0000 (+0000) Subject: Document the recent DJGPP-related changes X-Git-Tag: OpenSSL_0_9_7-beta3~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b721e1e239e38af88aa5e52c4e95f02c29766ba9;p=oweals%2Fopenssl.git Document the recent DJGPP-related changes --- diff --git a/CHANGES b/CHANGES index 87c20a071b..8bf94a48e8 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,11 @@ Changes between 0.9.6e and 0.9.7 [XX xxx 2002] + *) Make sure tests can be performed even if the corresponding algorithms + have been removed entirely. This was also the last step to make + OpenSSL compilable with DJGPP under all reasonable conditions. + [Richard Levitte, Doug Kaufman ] + *) 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.