summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>2023-10-02 15:53:28 +0200
committerTomas Mraz <tomas@openssl.org>2023-10-04 12:56:53 +0200
commit74f8d9ce081a512777ae1f4abe015b7fd1a4a686 (patch)
treebe813093683742ef65aa3fbc941cff68bae2fa59 /doc
parentfac54a65c0f4ede37d884b8304a2fdbd94df11ea (diff)
Added info on change to HISTORY of SSL_CTX_set_msg_callback()
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.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man3/SSL_CTX_set_msg_callback.pod b/doc/man3/SSL_CTX_set_msg_callback.pod
index 559f53d408..f046c77b53 100644
--- a/doc/man3/SSL_CTX_set_msg_callback.pod
+++ b/doc/man3/SSL_CTX_set_msg_callback.pod
@@ -173,6 +173,12 @@ The pseudo content types B<SSL3_RT_QUIC_DATAGRAM>, B<SSL3_RT_QUIC_PACKET>,
B<SSL3_RT_QUIC_FRAME_FULL>, B<SSL3_RT_QUIC_FRAME_HEADER> and
B<SSL3_RT_QUIC_FRAME_PADDING> were added in OpenSSL 3.2.
+In versions previous to OpenSSL 3.0 I<cb> was called with 0 as I<version> for
+the pseudo content type B<SSL3_RT_HEADER> for TLS records.
+
+In versions previous to OpenSSL 3.2 I<cb> was called with 0 as I<version> for
+the pseudo content type B<SSL3_RT_HEADER> for DTLS records.
+
=head1 COPYRIGHT
Copyright 2001-2023 The OpenSSL Project Authors. All Rights Reserved.