summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man1/openssl.pod')
-rw-r--r--doc/man1/openssl.pod40
1 files changed, 32 insertions, 8 deletions
diff --git a/doc/man1/openssl.pod b/doc/man1/openssl.pod
index b6f4029a67..5c7bf94657 100644
--- a/doc/man1/openssl.pod
+++ b/doc/man1/openssl.pod
@@ -704,15 +704,19 @@ available:
=item B<TRACE>
-The tracing functionality.
+Traces the OpenSSL trace API itself.
+
+=item B<INIT>
+
+Traces OpenSSL library initialization and cleanup.
=item B<TLS>
-General SSL/TLS.
+Traces the TLS/SSL protocol.
=item B<TLS_CIPHER>
-SSL/TLS cipher.
+Traces the ciphers used by the TLS/SSL protocol.
=item B<CONF>
@@ -731,24 +735,44 @@ of generated for each change.
=item B<PKCS5V2>
-PKCS#5 v2 keygen.
+Traces PKCS#5 v2 key generation.
=item B<PKCS12_KEYGEN>
-PKCS#12 key generation.
+Traces PKCS#12 key generation.
=item B<PKCS12_DECRYPT>
-PKCS#12 decryption.
+Traces PKCS#12 decryption.
=item B<X509V3_POLICY>
-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<BN_CTX>
-BIGNUM context.
+Traces BIGNUM context operations.
+
+=item B<CMP>
+
+Traces CMP client and server activity.
+
+=item B<STORE>
+
+Traces STORE operations.
+
+=item B<DECODER>
+
+Traces decoder operations.
+
+=item B<ENCODER>
+
+Traces encoder operations.
+
+=item B<REF_COUNT>
+
+Traces decrementing certain ASN.1 structure references.
=back