From: Frederik Wedel-Heinen Date: Mon, 2 Oct 2023 11:08:56 +0000 (+0200) Subject: Update documentation on SSL_CTX_set_msg_callback() to match the actual functionality. X-Git-Tag: openssl-3.2.0-beta1~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fac54a65c0f4ede37d884b8304a2fdbd94df11ea;p=thirdparty%2Fopenssl.git Update documentation on SSL_CTX_set_msg_callback() to match the actual functionality. Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/22241) --- diff --git a/doc/man3/SSL_CTX_set_msg_callback.pod b/doc/man3/SSL_CTX_set_msg_callback.pod index 7484773afe6..559f53d4089 100644 --- a/doc/man3/SSL_CTX_set_msg_callback.pod +++ b/doc/man3/SSL_CTX_set_msg_callback.pod @@ -58,8 +58,9 @@ when a protocol message has been sent. The protocol version according to which the protocol message is interpreted by the library such as B, B, -B etc. This is set to 0 for the SSL3_RT_HEADER pseudo -content type (see NOTES below). +B etc. For the SSL3_RT_HEADER pseudo +content type (see NOTES below) this value will be the decoded +version/legacy_version field of the record header. =item I