summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-12-14 17:18:00 +0100
committerRichard Levitte <levitte@openssl.org>2019-03-06 11:15:14 +0100
commitc699712fa329ce1ce1b4756a50a78ab2f47909e1 (patch)
treeffe408b29449ce1da5c6b853dce40c81d002bf6a /NEWS
parent0b836c2168fee1689ab1ea3bb785e38b9f85ef0f (diff)
downloadopenssl-new-c699712fa329ce1ce1b4756a50a78ab2f47909e1.tar.gz
Add a log about the tracing functionality
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8198)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7ac249e5f5..c743dbc62b 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,8 @@
Major changes between OpenSSL 1.1.1 and OpenSSL 3.0.0 [under development]
+ o Add support for enabling instrumentation through trace and debug
+ output.
o Changed our version number scheme and set the next major release to
3.0.0
o Added EVP_MAC, an EVP layer MAC API, and a generic EVP_PKEY to EVP_MAC