summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-04-02 11:44:00 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-04-02 11:44:00 +0000
commit3df935710339fd5658ba881a7cd2022314083c3b (patch)
tree754c2f4d93aa162afc93199aaa6388c3502b5be1 /CHANGES
parent992e92a46e87e6d226cd6f996b4f1091ccd6f35a (diff)
Update CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 65e6d77f0d..1aa60fadd3 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]