summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-07-23 13:45:38 +0000
committerRichard Levitte <levitte@openssl.org>2002-07-23 13:45:38 +0000
commitf013c7f2a6d6c6ab4695c11e47c7eba9fe09a84e (patch)
tree012cfe83d82c39c378abb5b24e6b2f404fde0d42 /CHANGES
parent1cc67fa80c38606edaedaf60a97d10584f94c416 (diff)
Document the recent DJGPP-related changes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 06e5677a66..5ea0e7b916 100644
--- a/CHANGES
+++ b/CHANGES
@@ -101,6 +101,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 <dkaufman@rahul.net>]
+
*) 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.