From 6d594fdf52c4824acff9a1e50e2e2ea576a64fd1 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Fri, 8 Jul 2022 11:14:16 +0200 Subject: [PATCH] OSSL_trace_set_channel.pod and openssl.pod: fix missing/inconsistent category items Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz Reviewed-by: David von Oheimb (Merged from https://github.com/openssl/openssl/pull/18763) --- doc/man1/openssl.pod | 42 ++++++++++++++++++++++------- doc/man3/OSSL_trace_set_channel.pod | 28 +++++++++++++++++-- 2 files changed, 59 insertions(+), 11 deletions(-) diff --git a/doc/man1/openssl.pod b/doc/man1/openssl.pod index b3de6934e5e..d37ebb407ac 100644 --- a/doc/man1/openssl.pod +++ b/doc/man1/openssl.pod @@ -720,15 +720,19 @@ available: =item B -The tracing functionality. +Traces the OpenSSL trace API itself. + +=item B + +Traces OpenSSL library initialization and cleanup. =item B -General SSL/TLS. +Traces the TLS/SSL protocol. =item B -SSL/TLS cipher. +Traces the ciphers used by the TLS/SSL protocol. =item B @@ -747,28 +751,48 @@ of generated for each change. =item B -PKCS#5 v2 keygen. +Traces PKCS#5 v2 key generation. =item B -PKCS#12 key generation. +Traces PKCS#12 key generation. =item B -PKCS#12 decryption. +Traces PKCS#12 decryption. =item B -Generates the complete policy tree at various point during X.509 v3 +Generates the complete policy tree at various points during X.509 v3 policy evaluation. =item B -BIGNUM context. +Traces BIGNUM context operations. + +=item B + +Traces CMP client and server activity. + +=item B + +Traces STORE operations. + +=item B + +Traces decoder operations. + +=item B + +Traces encoder operations. + +=item B + +Traces decrementing certain ASN.1 structure references. =item B -HTTP client diagnostics +Traces the HTTP client, such as message headers being sent and received. =back diff --git a/doc/man3/OSSL_trace_set_channel.pod b/doc/man3/OSSL_trace_set_channel.pod index 22741b2e736..2d9ce98d423 100644 --- a/doc/man3/OSSL_trace_set_channel.pod +++ b/doc/man3/OSSL_trace_set_channel.pod @@ -141,6 +141,10 @@ Traces the TLS/SSL protocol. Traces the ciphers used by the TLS/SSL protocol. +=item B + +Traces details about the provider and engine configuration. + =item B Traces the ENGINE algorithm table selection. @@ -180,9 +184,29 @@ point during evaluation. Traces BIGNUM context operations. -=item B +=item B -Traces details about the provider and engine configuration. +Traces CMP client and server activity. + +=item B + +Traces STORE operations. + +=item B + +Traces decoder operations. + +=item B + +Traces encoder operations. + +=item B + +Traces decrementing certain ASN.1 structure references. + +=item B + +Traces the HTTP client, such as message headers being sent and received. =back -- 2.47.2