From: Matt Caswell Date: Tue, 29 Mar 2016 15:03:08 +0000 (+0100) Subject: Add a CHANGES entry for opaque BIOs X-Git-Tag: OpenSSL_1_1_0-pre5~211 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eb47aae5d33de3d39379c15e20cbbd12ea8a29be;p=oweals%2Fopenssl.git Add a CHANGES entry for opaque BIOs Reviewed-by: Richard Levitte --- diff --git a/CHANGES b/CHANGES index cdc85181a5..8597b8a367 100644 --- a/CHANGES +++ b/CHANGES @@ -4,8 +4,13 @@ Changes between 1.0.2g and 1.1.0 [xx XXX xxxx] + *) Made BIO and BIO_METHOD opaque. The structures for managing BIOs have been + moved out of the public header files. New functions for managing these + have been added. + [Matt Caswell] + *) Removed no-rijndael as a config option. Rijndael is an old name for AES. - [Matt Caswell} + [Matt Caswell] *) Removed the mk1mf build scripts. [Richard Levitte]