]> git.ipfire.org Git - thirdparty/openssl.git/commit
fix: msg callback in dtls1_do_write that incorrectly shows message (like a certificat...
authornoctuelles <plouvel@student.42.fr>
Thu, 29 May 2025 19:01:21 +0000 (21:01 +0200)
committerMatt Caswell <matt@openssl.org>
Mon, 30 Jun 2025 10:25:21 +0000 (11:25 +0100)
commitcd329b8795181f8d85f6a0b5823c66ea0f351ae9
treef2f6e60cdb9e10038f94ca094f049c2eb3f5cb04
parent3bb4f9f0692d9f22eaa58399ece2c42ea2faf87b
fix: msg callback in dtls1_do_write that incorrectly shows message (like a certificate) that spans over multiple fragments.

Reviewed-by: Paul Yang <paulyang.inf@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27811)

(cherry picked from commit de5a619aa015e7c8648e415975e5e2b722b2cbf7)
ssl/statem/statem_dtls.c