openssl/ssl/quic
Hugo Landau 45b7c7e06e QUIC APL: Unlock mutex before freeing (clang tsan error)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20856)
2023-05-24 10:34:55 +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 QSM: Allow QSM to know if we are in the server role 2023-05-24 10:34:47 +01:00
quic_demux.c
quic_fc.c QUIC FC: Correct operation of stream count mode 2023-05-24 10:34:47 +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 APL: Unlock mutex before freeing (clang tsan error) 2023-05-24 10:34:55 +01:00
quic_local.h QUIC APL: Make SSL_get_error per-stream, error raising refactor 2023-05-24 10:34:47 +01:00
quic_method.c
quic_reactor.c QUIC: Fix bugs where threading is disabled 2023-05-24 10:34:54 +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
quic_record_util.c
quic_rstream.c
quic_rx_depack.c QUIC RXDP: Ensure all stream-related frames autocreate a stream 2023-05-24 10:34:47 +01:00
quic_sf_list.c
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: Correct the logic for determining stream count limits 2023-05-24 10:34:47 +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 QUIC: Fix bugs where threading is disabled 2023-05-24 10:34:54 +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