summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-07-16 12:54:24 -0400
committerTomas Mraz <tmraz@fedoraproject.org>2019-07-22 16:24:56 +0200
commit46160e6fb957a3f4141c13cba75d03c05b240968 (patch)
tree5dd5b2dcbad972efab0aa20146e53f7032574298 /CHANGES
parent56c3a135b239f4c8ccfdbbb1668880d4c39d5b87 (diff)
Deprecate SYSerr, add new FUNCerr macro
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9072)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index a5e345108c..e517aceba9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,10 @@
Changes between 1.1.1 and 3.0.0 [xx XXX xxxx]
+ *) Added a new FUNCerr() macro that takes a function name.
+ The macro SYSerr() is deprecated.
+ [Rich Salz]
+
*) {CRYPTO,OPENSSL}_mem_debug_{push,pop} are now no-ops and have been
deprecated.
[Rich Salz]
@@ -45,10 +49,6 @@
*) Support SM2 signing and verification schemes with X509 certificate.
[Paul Yang]
- *) The macro SYSerr() was changed to take a function name, not
- a numeric value; the SYS_F_xxx defines were removed.
- [Rich Salz]
-
*) Use SHA256 as the default digest for TS query in the ts app.
[Tomas Mraz]