summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-07-19 19:55:34 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-07-19 19:55:34 +0000
commitc6ccf055ba151c348bb0026e05a83b0135e40518 (patch)
tree6d95d1f48e0152a4dcb7dba17d6302543b94ba87 /CHANGES
parent1649d85d10173fe769e3bc5684871c687a5cfb74 (diff)
New cipher selection options COMPLEMENTOFALL and COMPLEMENTOFDEFAULT.
Submitted by: Reviewed by: PR: 127
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 89ec06fe85..ff7e676a8e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -101,6 +101,11 @@
Changes between 0.9.6e and 0.9.7 [XX xxx 2002]
+ *) Add cipher selection rules COMPLEMENTOFALL and COMPLENENTOFDEFAULT
+ to allow version independent disabling of normally unselected ciphers,
+ which may be activated as a side-effect of selecting a single cipher.
+ [Lutz Jaenicke, Bodo Moeller]
+
*) Add appropriate support for separate platform-dependent build
directories. The recommended way to make a platform-dependent
build directory is the following (tested on Linux), maybe with