X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=4ef63b808fb5591c42cc98e06428019350a6ffcb;hp=ff61ff438398d8bee6a070646f7edc76d565a5a9;hb=d88736df4d19521664ebb125ff66e0d7b085a53c;hpb=ac4033d658e4dc210ed4552b88069b57532ba3d7 diff --git a/CHANGES b/CHANGES index ff61ff4383..4ef63b808f 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,24 @@ Changes between 1.1.1 and 3.0.0 [xx XXX xxxx] + *) Changed the output of 'openssl {digestname} < file' to display the + digest name in its output. + [Richard Levitte] + + *) Added a new generic trace API which provides support for enabling + instrumentation through trace output. This feature is mainly intended + as an aid for developers and is disabled by default. To utilize it, + OpenSSL needs to be configured with the `enable-trace` option. + + If the tracing API is enabled, the application can activate trace output + by registering BIOs as trace 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 thing, to include one public OpenSSL head file each. This tests that the public header files can be usefully included in a C++ application. @@ -17,6 +35,12 @@ 'enable-buildtest-c++'. [Richard Levitte] + *) Add Single Step KDF (EVP_KDF_SS) to EVP_KDF. + [Shane Lontis] + + *) Add KMAC to EVP_MAC. + [Shane Lontis] + *) Added property based algorithm implementation selection framework to the core. [Paul Dale]