OSSL_HTTP_REQ_CTX_nbio(): use OSSL_TRACE_STRING() for msg body where it makes sense
[openssl.git] / doc / man1 / openssl-cmp.pod.in
index 2d7a57eb122db3e458d132e521ad9b49418b2f73..5d40a28747645a69d9848955c161da556a972060 100644 (file)
@@ -1071,9 +1071,9 @@ although they usually contain hints that would be helpful for diagnostics.
 For assisting in such cases the CMP client offers a workaround via the
 B<-unprotected_errors> option, which allows accepting such negative messages.
 
-If OpenSSL was built with trace support enabled
+If OpenSSL was built with trace support enabled (e.g., C<./config enable-trace>)
 and the environment variable B<OPENSSL_TRACE> includes B<HTTP>,
-the request and response headers of HTTP transfers are printed.
+the requests and the response headers transferred via HTTP are printed.
 
 =head1 EXAMPLES