summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-04-01 14:09:57 +0100
committerMatt Caswell <matt@openssl.org>2016-04-03 00:23:56 +0100
commit3fe85096bd8258b2b92dbd67c79b1be70e993012 (patch)
treee7d9ba98fdcd6385288b9b38372e1a2d08f05f73 /CHANGES
parentfbaedfdd4748bec057a39141faff6b396e25eac7 (diff)
Added DSA opacity to CHANGES
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8597b8a367..5ac7ef57ef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 1.0.2g and 1.1.0 [xx XXX xxxx]
+ *) 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.
+ [Matt Caswell]
+
*) 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.