From: Dr. Stephen Henson Date: Wed, 2 Apr 2008 11:44:00 +0000 (+0000) Subject: Update CHANGES. X-Git-Tag: OpenSSL_0_9_8k^2~474 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3df935710339fd5658ba881a7cd2022314083c3b;p=thirdparty%2Fopenssl.git Update CHANGES. --- diff --git a/CHANGES b/CHANGES index 65e6d77f0d3..1aa60fadd3d 100644 --- a/CHANGES +++ b/CHANGES @@ -64,9 +64,7 @@ content types and variants. [Steve Henson] - *) Zlib compression BIO. This is a filter BIO which compressed and - uncompresses any data passed through it. Add options to enc utility - to support it. + *) Add options to enc utility to support use of zlib compression BIO. [Steve Henson] *) Extend mk1mf to support importing of options and assembly language @@ -683,6 +681,10 @@ Changes between 0.9.8g and 0.9.8h [xx XXX xxxx] + *) Zlib compression BIO. This is a filter BIO which compressed and + uncompresses any data passed through it. + [Steve Henson] + *) Add AES_wrap_key() and AES_unwrap_key() functions to implement RFC3394 compatible AES key wrapping. [Steve Henson]