summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-03 17:22:30 +0100
committerMatt Caswell <matt@openssl.org>2020-09-13 11:11:56 +0100
commit316054147aad943d794c5ba723e5635c31f4ca3e (patch)
tree322710e2b487f9f00ac986b307149c2838d28e54 /CHANGES.md
parent262cda1cdac3d5c8f2fdb3c30b6d1c1a982864d6 (diff)
Add a CHANGES entry for the safestack updates
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12781)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 19cccb725d..49324c4790 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -23,6 +23,12 @@ OpenSSL 3.0
### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
+ * Changed all "STACK" functions to be macros instead of inline functions. Macro
+ parameters are still checked for type safety at compile time via helper
+ inline functions.
+
+ *Matt Caswell*
+
* Remove the RAND_DRBG API
The RAND_DRBG API did not fit well into the new provider concept as
@@ -607,8 +613,7 @@ OpenSSL 3.0
*Rich Salz*
- * Added documentation for the STACK API. OpenSSL only defines the STACK
- functions where they are used.
+ * Added documentation for the STACK API.
*Rich Salz*