mirror of https://github.com/openssl/openssl.git
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:
parent
707f612416
commit
62c4633851
|
@ -198,6 +198,12 @@ Traces decrementing certain ASN.1 structure references.
|
||||||
|
|
||||||
Traces the HTTP client and server, such as messages being sent and received.
|
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
|
=back
|
||||||
|
|
||||||
This variable is not considered security-sensitive.
|
This variable is not considered security-sensitive.
|
||||||
|
|
Loading…
Reference in New Issue