openssl/ssl/quic
Pauli 50e76846bf quic conformance: 10.2.1 rate limiting
Implement the two requirements about limiting closing transmission size to
no more than thrice the received size.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21429)
2023-08-04 11:55:45 +10:00
..
build.info
cc_newreno.c
quic_ackm.c
quic_cfq.c
quic_channel_local.h quic conformance: 10.2.1 rate limiting 2023-08-04 11:55:45 +10:00
quic_channel.c quic conformance: 10.2.1 rate limiting 2023-08-04 11:55:45 +10:00
quic_demux.c
quic_fc.c quic: use the safe fused multiply divide instead of a safe multiply then a normal division 2023-08-04 11:55:34 +10:00
quic_fifd.c
quic_impl.c Ensure the QUIC TLS SSL object is marked as shutdown 2023-08-02 20:27:07 +01:00
quic_local.h
quic_method.c
quic_reactor.c
quic_record_rx.c
quic_record_shared.c
quic_record_shared.h
quic_record_tx.c
quic_record_util.c
quic_rstream.c
quic_rx_depack.c
quic_sf_list.c
quic_sstream.c
quic_statm.c
quic_stream_map.c
quic_thread_assist.c
quic_tls.c Keep doing ossl_quic_tls_tick() even after handshake completion 2023-08-02 20:26:54 +01:00
quic_trace.c
quic_tserver.c Add the ability for tserver to use a pre-existing SSL_CTX 2023-08-02 20:27:07 +01:00
quic_txp.c quic conformance: 10.2.1 rate limiting 2023-08-04 11:55:45 +10:00
quic_txpim.c
quic_wire_pkt.c
quic_wire.c Note RFC 9000 19.19 requirement 2023-08-04 11:55:34 +10:00
uint_set.c