doc/man7/openssl-env: document PROVIDER OPENSSL_TRACE category

Complements: 93296eaaa0e8 "Adding a trace category for PROVIDER calls"
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28025)
This commit is contained in:
Eugene Syromiatnikov 2025-07-14 09:45:54 +02:00 committed by Neil Horman
parent 707f612416
commit 62c4633851
1 changed files with 6 additions and 0 deletions

View File

@ -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<PROVIDER>
Traces various operations that are performed on OpenSSL providers during their
handling by the library (see L<provider(7)>), such as initialisation, tear down,
parameter and capability retrieval, self-test, and so on.
=back
This variable is not considered security-sensitive.