From: Richard Levitte Date: Sat, 2 Apr 2016 17:54:30 +0000 (+0200) Subject: Update CHANGES with the new about RSA and RSA_METHOD X-Git-Tag: OpenSSL_1_1_0-pre5~116 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=36297463a55ced7b7a6c49726b3096c4f0dd9931 Update CHANGES with the new about RSA and RSA_METHOD Reviewed-by: Matt Caswell --- diff --git a/CHANGES b/CHANGES index 5ac7ef57ef..8ea13306cf 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,11 @@ Changes between 1.0.2g and 1.1.0 [xx XXX xxxx] + *) Made RSA and RSA_METHOD opaque. The structures for managing RSA + objects have been moved out of the public header files. New + functions for managing these have been added. + [Richard Levitte] + *) Made DSA and DSA_METHOD opaque. The structures for managing DSA objects have been moved out of the public header files. New functions for managing these have been added.