Update CHANGES.

This commit is contained in:
Dr. Stephen Henson 2008-04-02 11:44:00 +00:00
parent 992e92a46e
commit 3df9357103

View file

@ -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]