]> git.feebdaed.xyz Git - 0xmirror/openssl.git/commit
Update port_make_channel to behave for accept_ex/accept_connection
authorNeil Horman <nhorman@openssl.org>
Fri, 11 Apr 2025 19:09:54 +0000 (15:09 -0400)
committerNeil Horman <nhorman@openssl.org>
Fri, 5 Dec 2025 15:13:14 +0000 (10:13 -0500)
commit3d3021afdfd792c2d0c1dbf8c9e61d0040c3d695
tree13ffd4d1c6004988e1cf4288157084fdfc64d062
parentc6eb7383702638c89b71884551eb1f990b6886a5
Update port_make_channel to behave for accept_ex/accept_connection

Based on the value of the using_peeloff flag, we need to choose if we're
going to create a user_ssl when creating a new channel

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27397)
ssl/quic/quic_impl.c
ssl/quic/quic_port.c