From: Frederik Wedel-Heinen Date: Mon, 2 Oct 2023 13:53:28 +0000 (+0200) Subject: Added info on change to HISTORY of SSL_CTX_set_msg_callback() X-Git-Tag: openssl-3.2.0-beta1~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74f8d9ce081a512777ae1f4abe015b7fd1a4a686;p=thirdparty%2Fopenssl.git Added info on change to HISTORY of SSL_CTX_set_msg_callback() 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 559f53d4089..f046c77b535 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, B, B, B and B were added in OpenSSL 3.2. +In versions previous to OpenSSL 3.0 I was called with 0 as I for +the pseudo content type B for TLS records. + +In versions previous to OpenSSL 3.2 I was called with 0 as I for +the pseudo content type B for DTLS records. + =head1 COPYRIGHT Copyright 2001-2023 The OpenSSL Project Authors. All Rights Reserved.