]> 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:15:56 +0000 (09:15 -0400)
commit88ecf93695b989c648a1ebed1db31f968c1d060c
treed79360beceb459884b699a96c4f92e3a4ad94644
parenta7816c9600b76ee0905ad35c7baa435a982a7c7f
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)

(cherry picked from commit 5341e271d9eb211d3b61d370a68ee4ce4147cd12)
ssl/quic/quic_impl.c
test/quicapitest.c