]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Added info on change to HISTORY of SSL_CTX_set_msg_callback()
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Mon, 2 Oct 2023 13:53:28 +0000 (15:53 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 4 Oct 2023 10:56:53 +0000 (12:56 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22241)

doc/man3/SSL_CTX_set_msg_callback.pod

index 559f53d4089c70bde66cd051f16a1cd49ed176df..f046c77b535b9d4febbae49e6bb8aff4288a52be 100644 (file)
@@ -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.