Add a log about the tracing functionality
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8198)
This commit is contained in:
parent
0b836c2168
commit
c699712fa3
2 changed files with 11 additions and 0 deletions
9
CHANGES
9
CHANGES
|
@ -9,6 +9,15 @@
|
||||||
|
|
||||||
Changes between 1.1.1 and 3.0.0 [xx XXX xxxx]
|
Changes between 1.1.1 and 3.0.0 [xx XXX xxxx]
|
||||||
|
|
||||||
|
*) Added support for enabling instrumentation through trace output.
|
||||||
|
This is left to application control, by allowing it to register BIOs as
|
||||||
|
channels for a number of tracing and debugging categories.
|
||||||
|
|
||||||
|
The 'openssl' application has been expanded to enable any of the types
|
||||||
|
available via environment variables defined by the user, and serves as
|
||||||
|
one possible example on how to use this functionality.
|
||||||
|
[Richard Levitte & Matthias St. Pierre]
|
||||||
|
|
||||||
*) Added build tests for C++. These are generated files that only do one
|
*) Added build tests for C++. These are generated files that only do one
|
||||||
thing, to include one public OpenSSL head file each. This tests that
|
thing, to include one public OpenSSL head file each. This tests that
|
||||||
the public header files can be usefully included in a C++ application.
|
the public header files can be usefully included in a C++ application.
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -7,6 +7,8 @@
|
||||||
|
|
||||||
Major changes between OpenSSL 1.1.1 and OpenSSL 3.0.0 [under development]
|
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
|
o Changed our version number scheme and set the next major release to
|
||||||
3.0.0
|
3.0.0
|
||||||
o Added EVP_MAC, an EVP layer MAC API, and a generic EVP_PKEY to EVP_MAC
|
o Added EVP_MAC, an EVP layer MAC API, and a generic EVP_PKEY to EVP_MAC
|
||||||
|
|
Loading…
Reference in a new issue