From: Eugene Syromiatnikov Date: Mon, 14 Jul 2025 07:53:51 +0000 (+0200) Subject: doc/man7/openssl-env: sort OPENSSL_TRACE categories lexicographically X-Git-Tag: openssl-3.6.0-alpha1~368 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30740298b6ceb9d37604ef13cb5f0389b00074b8;p=thirdparty%2Fopenssl.git doc/man7/openssl-env: sort OPENSSL_TRACE categories lexicographically There is little reason to preserve the declaration order for the reader. Signed-off-by: Eugene Syromiatnikov Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/28025) --- diff --git a/doc/man7/openssl-env.pod b/doc/man7/openssl-env.pod index 1dd9da1249a..828554a9557 100644 --- a/doc/man7/openssl-env.pod +++ b/doc/man7/openssl-env.pod @@ -122,73 +122,72 @@ with the following available: =over 4 -=item B - -Traces the OpenSSL trace API itself. +=item B -=item B - -Traces OpenSSL library initialization and cleanup. +Traces everything. -=item B +=item B -Traces the TLS/SSL protocol. +Traces BIGNUM context operations. -=item B +=item B -Traces the ciphers used by the TLS/SSL protocol. +Traces CMP client and server activity. =item B Show details about provider and engine configuration. -=item B +=item B -The function that is used by RSA, DSA (etc) code to select registered -ENGINEs, cache defaults and functional references (etc), will generate -debugging summaries. +Traces decoder operations. + +=item B + +Traces encoder operations. =item B Reference counts in the ENGINE structure will be monitored with a line of generated for each change. -=item B - -Traces PKCS#5 v2 key generation. - -=item B +=item B -Traces PKCS#12 key generation. +The function that is used by RSA, DSA (etc) code to select registered +ENGINEs, cache defaults and functional references (etc), will generate +debugging summaries. -=item B +=item B -Traces PKCS#12 decryption. +Traces the HTTP client and server, such as messages being sent and received. -=item B +=item B -Generates the complete policy tree at various points during X.509 v3 -policy evaluation. +Traces OpenSSL library initialization and cleanup. -=item B +=item B -Traces BIGNUM context operations. +Traces PKCS#12 decryption. -=item B +=item B -Traces CMP client and server activity. +Traces PKCS#12 key generation. -=item B +=item B -Traces STORE operations. +Traces PKCS#5 v2 key generation. -=item B +=item B -Traces decoder operations. +Traces various operations that are performed on OpenSSL providers during their +handling by the library (see L), such as initialisation, tear down, +parameter and capability retrieval, self-test, and so on. -=item B +=item B -Traces encoder operations. +Traces operation related to addition, removal, and fetching of methods +in the so-called method store, that holds pointers to functions provided +by various providers. =item B @@ -197,21 +196,26 @@ including C, C, C, C, C, C, C, C, C, C, C, C, C, C, and some others. -=item B +=item B -Traces the HTTP client and server, such as messages being sent and received. +Traces STORE operations. -=item B +=item B -Traces various operations that are performed on OpenSSL providers during their -handling by the library (see L), such as initialisation, tear down, -parameter and capability retrieval, self-test, and so on. +Traces the TLS/SSL protocol. -=item B +=item B -Traces operation related to addition, removal, and fetching of methods -in the so-called method store, that holds pointers to functions provided -by various providers. +Traces the ciphers used by the TLS/SSL protocol. + +=item B + +Traces the OpenSSL trace API itself. + +=item B + +Generates the complete policy tree at various points during X.509 v3 +policy evaluation. =back