aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-07-12 09:11:14 +0000
committerRichard Levitte <levitte@openssl.org>2001-07-12 09:11:14 +0000
commite452de9d8753d1fc6ba8cd26eb035988ea2635e9 (patch)
tree6a09715405a9893dc0a6c3a2b49f67f3031301bf /CHANGES
parenta0256f462a5458aea172f3f42942a2d22d73df15 (diff)
downloadopenssl-e452de9d8753d1fc6ba8cd26eb035988ea2635e9.tar.gz
Add the possibility to specify the use of zlib compression and
decompression. It can be set up to link at link time or to load the zlib library at run-time.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6393413e03..c5dffa6280 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,9 @@
*) applies to 0.9.6a/0.9.6b and 0.9.7
+) applies to 0.9.7 only
+ +) Add configuration choices to get zlib compression for TLS.
+ [Richard Levitte]
+
+) Changes to Kerberos SSL for RFC 2712 compliance:
1. Implemented real KerberosWrapper, instead of just using
KRB5 AP_REQ message. [Thanks to Simon Wilkinson <sxw@sxw.org.uk>]