]> git.ipfire.org Git - thirdparty/openssl.git/commit
Reduce the number of mallocs in dtls1_new() by allocating message queues together...
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Wed, 11 Dec 2024 12:13:28 +0000 (13:13 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 25 Feb 2025 11:06:27 +0000 (12:06 +0100)
commit6a233c31ded0badd0eb8ce75608d7ff193b7057c
treee71194d658e4c25ce4650f2bc3cea04eeb44724b
parent718f5b4cfb526ca8edd1a17782842ba1b0c15d2c
Reduce the number of mallocs in dtls1_new() by allocating message queues together with the d1 struct.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26150)
ssl/d1_lib.c
ssl/record/rec_layer_s3.c
ssl/ssl_local.h
ssl/statem/statem_dtls.c