summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>2023-10-02 13:08:56 +0200
committerTomas Mraz <tomas@openssl.org>2023-10-04 12:56:53 +0200
commitfac54a65c0f4ede37d884b8304a2fdbd94df11ea (patch)
tree44e59af203043ad30ceb13f7696dbed65f6ca5b3 /doc
parent5f79670f7b9b0354a5f6ccac9474f7a12f86407e (diff)
Update documentation on SSL_CTX_set_msg_callback() to match the actual functionality.
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22241)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/SSL_CTX_set_msg_callback.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/man3/SSL_CTX_set_msg_callback.pod b/doc/man3/SSL_CTX_set_msg_callback.pod
index 7484773afe..559f53d408 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<TLS1_3_VERSION>, B<TLS1_2_VERSION>,
-B<OSSL_QUIC1_VERSION> etc. This is set to 0 for the SSL3_RT_HEADER pseudo
-content type (see NOTES below).
+B<OSSL_QUIC1_VERSION> 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<content_type>