]> git.ipfire.org Git - thirdparty/openssl.git/commit
QUIC APL: Implement base listener API, move addressing mode handling into PORT
authorHugo Landau <hlandau@openssl.org>
Thu, 11 Jan 2024 13:20:05 +0000 (13:20 +0000)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:32 +0000 (11:27 -0500)
commit15f9df40ff32f40681f38d73ddbdf0ccd83b1e94
tree76bbb584c790cf59232c04f056aa6149da0b653a
parent3a9cedc20fe6ce58c6fb1020b090509586a2ae92
QUIC APL: Implement base listener API, move addressing mode handling into PORT

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23334)
12 files changed:
include/internal/quic_channel.h
include/internal/quic_port.h
include/internal/ssl_unwrap.h
include/openssl/quic.h
ssl/quic/quic_channel.c
ssl/quic/quic_channel_local.h
ssl/quic/quic_engine.c
ssl/quic/quic_impl.c
ssl/quic/quic_local.h
ssl/quic/quic_method.c
ssl/quic/quic_port.c
ssl/quic/quic_port_local.h