diff options
author | Bodo Möller <bodo@openssl.org> | 2005-02-22 11:29:51 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2005-02-22 11:29:51 +0100 |
commit | c9a112f54079058bc0d075e04866035e41ad45aa (patch) | |
tree | 567bd2466f8803d65ec96716fee68ff52ea46e81 /CHANGES | |
parent | Fix typo on blowfish manual page (diff) | |
download | openssl-c9a112f54079058bc0d075e04866035e41ad45aa.tar.xz openssl-c9a112f54079058bc0d075e04866035e41ad45aa.zip |
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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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). |