diff options
author | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2019-04-04 18:27:15 +0200 |
---|---|---|
committer | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2019-04-04 18:35:22 +0200 |
commit | ecbfaef2aad61fae0c29c04287913af11981b82e (patch) | |
tree | 4fb8553c955ed885400978f1d3b963b12bc7f1f5 /doc/man3 | |
parent | Correct the documentation about SSL_CIPHER_description() (diff) | |
download | openssl-ecbfaef2aad61fae0c29c04287913af11981b82e.tar.xz openssl-ecbfaef2aad61fae0c29c04287913af11981b82e.zip |
trace: add PROVIDER_CONF trace category
Fixes #8667
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8672)
Diffstat (limited to 'doc/man3')
-rw-r--r-- | doc/man3/OSSL_trace_set_channel.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man3/OSSL_trace_set_channel.pod b/doc/man3/OSSL_trace_set_channel.pod index 46e248f45d..cb349674c4 100644 --- a/doc/man3/OSSL_trace_set_channel.pod +++ b/doc/man3/OSSL_trace_set_channel.pod @@ -176,6 +176,10 @@ point during evaluation. Traces BIGNUM context operations. +=item C<OSSL_TRACE_CATEGORY_PROVIDER_CONF> + +Traces the OSSL_PROVIDER configuration. + =back There is also C<OSSL_TRACE_CATEGORY_ALL>, which works as a fallback |