From: Eugene Syromiatnikov Date: Mon, 14 Jul 2025 07:45:54 +0000 (+0200) Subject: doc/man7/openssl-env: document PROVIDER OPENSSL_TRACE category X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62c4633851c15f4043e25ded8408f9d720f4b5ca;p=thirdparty%2Fopenssl.git doc/man7/openssl-env: document PROVIDER OPENSSL_TRACE category Complements: 93296eaaa0e8 "Adding a trace category for PROVIDER calls" Signed-off-by: Eugene Syromiatnikov Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/28025) --- diff --git a/doc/man7/openssl-env.pod b/doc/man7/openssl-env.pod index bbdb33c3313..bae1a654c55 100644 --- a/doc/man7/openssl-env.pod +++ b/doc/man7/openssl-env.pod @@ -198,6 +198,12 @@ Traces decrementing certain ASN.1 structure references. Traces the HTTP client and server, such as messages being sent and received. +=item B + +Traces various operations that are performed on OpenSSL providers during their +handling by the library (see L), such as initialisation, tear down, +parameter and capability retrieval, self-test, and so on. + =back This variable is not considered security-sensitive.