summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
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]