Move the QUIC_CONNECTION typedef to internal headers
authorRichard Levitte <levitte@openssl.org>
Tue, 6 Sep 2022 11:59:25 +0000 (13:59 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 23 Sep 2022 15:48:54 +0000 (17:48 +0200)
commitd5ab48a192d45ec51355ef2a186125961331eb9b
tree8f6127717456a79aa1254b876d584662228f4149
parent9ff519542387d32ab1c3a8b1f45a375e1712a383
Move the QUIC_CONNECTION typedef to internal headers

Also add internal functionality to get a QUIC_CONNECTION pointer from
an SSL pointer, and setters / getters for the GQX and ACKM fields.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18838)
doc/designs/quic-design/rx-depacketizer.md
include/internal/quic_ssl.h [new file with mode: 0644]
ssl/quic/quic_impl.c
ssl/quic/quic_local.h
ssl/quic/quic_wire.c