aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2005-02-22 10:29:51 +0000
committerBodo Möller <bodo@openssl.org>2005-02-22 10:29:51 +0000
commitc9a112f54079058bc0d075e04866035e41ad45aa (patch)
tree567bd2466f8803d65ec96716fee68ff52ea46e81 /CHANGES
parent5286db697f8db930f14e75522736dd2769ff8bfd (diff)
downloadopenssl-c9a112f54079058bc0d075e04866035e41ad45aa.tar.gz
Change ./Configure so that certain algorithms can be disabled by default.
This is now the case for RC5. As a side effect, the OPTIONS in the Makefile will usually look a little different now, but they are essentially only for information anyway.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4d766fb2f2..10302e0dda 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.7e and 0.9.8 [xx XXX xxxx]
+ *) Change ./Configure so that certain algorithms can be disabled by default.
+ The new counterpiece to "no-xxx" is "enable-xxx", and RC5 will now be
+ disabled unless "enable-rc5" is specified.
+ [Bodo Moeller]
+
*) Add processing of proxy certificates (see RFC 3820). This work was
sponsored by KTH (The Royal Institute of Technology in Stockholm) and
EGEE (Enabling Grids for E-science in Europe).