aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-04-02 19:54:30 +0200
committerRichard Levitte <levitte@openssl.org>2016-04-06 16:19:21 +0200
commit36297463a55ced7b7a6c49726b3096c4f0dd9931 (patch)
treee206dcf518bbdb5aa705830692c77d2d6aa905c8
parentcd35e6c06db9bd412f0ac629c264e11171bf21b9 (diff)
downloadopenssl-36297463a55ced7b7a6c49726b3096c4f0dd9931.tar.gz
Update CHANGES with the new about RSA and RSA_METHOD
Reviewed-by: Matt Caswell <matt@openssl.org>
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
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.