Resolve some of the TODO(QUIC) items
authorTomas Mraz <tomas@openssl.org>
Mon, 24 Jul 2023 16:05:47 +0000 (18:05 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 8 Aug 2023 13:58:59 +0000 (15:58 +0200)
commit44cb36d04adb737be1aee32908232003deeb67dd
treef1fe8280f92f99a4316db58b3c3b6de628d16110
parenta2ca189e273584a7af3fcb90d893df9439e96659
Resolve some of the TODO(QUIC) items

For some of the items we add FUTURE/SERVER/TESTING/MULTIPATH
designation to indicate these do not need to be resolved
in QUIC MVP release.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21539)
21 files changed:
doc/designs/quic-design/quic-api.md
doc/designs/quic-design/quic-fault-injector.md
doc/man3/SSL_accept_stream.pod
doc/man3/SSL_get_version.pod
doc/man3/SSL_handle_events.pod
doc/man3/SSL_shutdown.pod
doc/man3/SSL_stream_conclude.pod
include/internal/quic_stream_map.h
ssl/quic/cc_newreno.c
ssl/quic/quic_ackm.c
ssl/quic/quic_channel.c
ssl/quic/quic_impl.c
ssl/quic/quic_local.h
ssl/quic/quic_reactor.c
ssl/quic/quic_rstream.c
ssl/quic/quic_rx_depack.c
ssl/quic/quic_stream_map.c
ssl/quic/quic_trace.c
ssl/quic/quic_txp.c
ssl/quic/quic_wire_pkt.c
ssl/ssl_lib.c