doc: fix trace category names
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Sun, 10 May 2020 00:42:58 +0000 (02:42 +0200)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Tue, 26 May 2020 23:32:53 +0000 (01:32 +0200)
The `ENGINE_CONF` and `PROVIDER_CONF` trace categories were merged
into a single `CONF` category (see bc362b9b7202 and 71849dff56d6).

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11806)

doc/man1/openssl.pod
doc/man3/OSSL_trace_set_channel.pod

index 7170a984486e7dc9bc99956458caea2d7528f674..4bf1a00b0efdc61b23eaa533b2ceede33446ec8f 100644 (file)
@@ -1298,9 +1298,9 @@ General SSL/TLS.
 
 SSL/TLS cipher.
 
-=item B<ENGINE_CONF>
+=item B<CONF>
 
-ENGINE configuration.
+Show details about provider and engine configuration.
 
 =item B<ENGINE_TABLE>
 
index 1105479af2d9c7b9dc9ccd4446a9a0ec00670bee..57a5a1c8c96bb3fc7b1b6d9e66f00be7223530cc 100644 (file)
@@ -178,9 +178,9 @@ point during evaluation.
 
 Traces BIGNUM context operations.
 
-=item C<OSSL_TRACE_CATEGORY_PROVIDER_CONF>
+=item C<OSSL_TRACE_CATEGORY_CONF>
 
-Traces the OSSL_PROVIDER configuration.
+Traces details about the provider and engine configuration.
 
 =back