summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-03-13 23:16:29 +0100
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-03-14 10:32:58 +0100
commit6bc62a620e715f7580651ca932eab052aa527886 (patch)
treecdb4aaa5dfdf7611dbc6aa874a5b38966cbc1f56 /CHANGES
parentd33d76168fb7642916cdcb7ccb0513abdb6f5f05 (diff)
Configure: disable new trace api by default
Fixes #8472 Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8474)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index d977c76656..0f7b77a45b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,9 +9,14 @@
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.
+ *) 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