openssl/ssl/quic
Tomas Mraz 80b9eca279 Add test for handling NEW_CONNECTION_ID frame
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20892)
2023-05-17 14:04:18 +01:00
..
build.info QUIC CC: Move dummy method to test code 2023-05-01 11:03:54 +01:00
cc_newreno.c QUIC CC: Use OSSL_PARAM 2023-05-01 11:03:54 +01:00
quic_ackm.c Minor fixups 2023-05-01 11:03:54 +01:00
quic_cfq.c
quic_channel_local.h quic_tserver: Add possibility to change the connection id 2023-05-17 14:04:18 +01:00
quic_channel.c quic_tserver: Add possibility to change the connection id 2023-05-17 14:04:18 +01:00
quic_demux.c QUIC DEMUX: Ensure time field is always initialised 2023-03-22 10:14:25 +11:00
quic_fc.c QUIC FC: Modify RXFC to support use for enforcing MAX_STREAMS 2023-05-12 14:47:12 +01:00
quic_fifd.c QUIC FIFD: Add support for callback on frame ACK 2023-05-12 14:47:13 +01:00
quic_impl.c QUIC MSST: Rename SSL_set_incoming_stream_reject_policy 2023-05-12 14:47:15 +01:00
quic_local.h QUIC MSST: Rename SSL_set_incoming_stream_reject_policy 2023-05-12 14:47:15 +01:00
quic_method.c
quic_reactor.c QUIC Thread Assisted mode: miscellaneous fixes 2023-03-30 11:14:16 +01:00
quic_record_rx.c QUIC QRX: Fix a list usage bug 2023-05-12 14:47:14 +01:00
quic_record_shared.c
quic_record_shared.h
quic_record_tx.c Add the ability to mutate QUIC packets before they are written 2023-02-22 05:33:23 +00:00
quic_record_util.c
quic_rstream.c Improve the QUIC_RSTREAM implementation 2023-03-06 12:26:16 +01:00
quic_rx_depack.c Add minimal handling of NEW_CONNECTION_ID frames 2023-05-17 14:04:18 +01:00
quic_sf_list.c stream_frame_new(): Add missing allocation check 2023-03-06 12:26:16 +01:00
quic_sstream.c QUIC QSM: Stream garbage collection 2023-05-12 14:47:13 +01:00
quic_statm.c
quic_stream_map.c QUIC QSM: Minor bugfixes 2023-05-12 14:47:13 +01:00
quic_thread_assist.c QUIC Thread Assisted Mode: Fix typos and use of CRYPTO_RWLOCK type 2023-03-30 11:14:10 +01:00
quic_tls.c Update the SSL_rstate_string*() return value for QUIC 2023-04-27 17:03:33 +01:00
quic_tserver.c Add test for handling NEW_CONNECTION_ID frame 2023-05-17 14:04:18 +01:00
quic_txp.c QUIC FIFD: Add support for callback on frame ACK 2023-05-12 14:47:13 +01:00
quic_txpim.c
quic_wire_pkt.c
quic_wire.c Add minimal handling of NEW_CONNECTION_ID frames 2023-05-17 14:04:18 +01:00
uint_set.c