]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix SSL_new() with QUIC_server_method and improve formatting (Fixes #27255)
authorSamson S. Kolge <eglok1980@gmail.com>
Fri, 4 Apr 2025 11:38:22 +0000 (17:08 +0530)
committerNeil Horman <nhorman@openssl.org>
Sat, 5 Apr 2025 13:06:24 +0000 (09:06 -0400)
commit5341e271d9eb211d3b61d370a68ee4ce4147cd12
tree28f327a60e3572558f79c26d4ee12a5887827dea
parent0a16bb7e740306a10c14a6f92c42782f9b5e2048
Fix SSL_new() with QUIC_server_method and improve formatting (Fixes #27255)

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27264)
ssl/quic/quic_impl.c
test/quicapitest.c