diff --git a/CHANGES b/CHANGES index 65e6d77f0d35a329dc7748df7cd156c426c70c67..1aa60fadd3db34ea5cc114e25377fe77a8f28aa3 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]