]> git.ipfire.org Git - thirdparty/openssl.git/commit
Backout validation of initial packet done by port_default_packet_handler()
authorAlexandr Nedvedicky <sashan@openssl.org>
Thu, 13 Feb 2025 21:55:10 +0000 (22:55 +0100)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:34 +0000 (11:27 -0500)
commit9eee58cce487d223b6c4338d8508e2f39b82421c
tree077bce1b7ced55247c9913e73080c6907625d344
parentc82c1dbbbbb9c8c152bbd7ec61930f3f245b98e1
Backout validation of initial packet done by port_default_packet_handler()

QUIC interoperability tests discovered bugs in my earlier commit #59e7c2313be7cff.
This change reverts everything out.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26748)
include/internal/quic_channel.h
include/internal/quic_predef.h
include/internal/quic_record_rx.h
ssl/quic/quic_channel.c
ssl/quic/quic_channel_local.h
ssl/quic/quic_port.c
ssl/quic/quic_record_rx.c