openssl/ssl/quic
Matt Caswell 1a2a0e1dc8 Don't compile quic_thread_assist.c on OPENSSL_NO_QUIC_THREAD_ASSIST
If OPENSSL_NO_QUIC_THREAD_ASSIST is defined then we don't have the right
support for QUIC thread assisted mode so don't attempt to compile that
code.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21332)
2023-07-06 12:55:21 +10:00
..
build.info Support trace for QUIC datagrams 2023-05-24 12:18:27 +01:00
cc_newreno.c The CC wake up deadline is now if we have TX allowance 2023-06-28 09:53:22 +10:00
quic_ackm.c QUIC ACKM: Allow largest acked PN to be queried 2023-06-16 09:26:27 +10:00
quic_cfq.c QUIC CFQ Fixes 2022-11-07 18:18:34 +00:00
quic_channel_local.h QUIC: Add internal APIs for white-box testing of key update 2023-06-16 09:26:28 +10:00
quic_channel.c Rework options handling 2023-07-05 09:03:04 +10:00
quic_demux.c QUIC: Implement SSL_has_pending 2023-07-05 09:02:26 +10:00
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 Rework options handling 2023-07-05 09:03:04 +10:00
quic_local.h Rework options handling 2023-07-05 09:03:04 +10:00
quic_method.c Remove unused server code 2023-07-05 09:03:04 +10:00
quic_reactor.c QUIC: Rename SSL_tick, SSL_get_tick_timeout 2023-05-29 08:51:12 +02:00
quic_record_rx.c QUIC: Minor fixups 2023-06-16 09:26:48 +10:00
quic_record_shared.c QUIC Front-End I/O API 2023-01-13 13:20:15 +00:00
quic_record_shared.h TX key update support, RX time and PN reporting, general refactoring 2022-09-02 10:03:55 +02:00
quic_record_tx.c QUIC: Add internal APIs for white-box testing of key update 2023-06-16 09:26:28 +10:00
quic_record_util.c QUIC Record Layer (Refactor and TX Side) 2022-09-02 10:03:55 +02:00
quic_rstream.c Cleanse data in send and receive ring buffers on release 2023-07-03 09:15:13 +10:00
quic_rx_depack.c QUIC RXDP: Strictly enforce ACK PNs with regard to TX key epochs 2023-06-16 09:26:28 +10:00
quic_sf_list.c Support SSL_OP_CLEANSE_PLAINTEXT on QUIC streams 2023-06-23 14:31:45 +02:00
quic_sstream.c Cleanse data in send and receive ring buffers on release 2023-07-03 09:15:13 +10:00
quic_statm.c Avoid struct timeval in QUIC code 2022-09-13 21:13:22 +10:00
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 Don't compile quic_thread_assist.c on OPENSSL_NO_QUIC_THREAD_ASSIST 2023-07-06 12:55:21 +10:00
quic_tls.c Update the SSL_rstate_string*() return value for QUIC 2023-04-27 17:03:33 +01:00
quic_trace.c Fix new typos found by codespell 2023-06-18 16:53:09 +10:00
quic_tserver.c Add a test quicserver utility 2023-06-28 09:53:22 +10:00
quic_txp.c QUIC CHANNEL: Optimise key update using ACKs 2023-06-16 09:26:28 +10:00
quic_txpim.c QUIC CFQ Fixes 2022-11-07 18:18:34 +00:00
quic_wire_pkt.c Enable tracing of packets that have been sent 2023-05-24 12:18:33 +01:00
quic_wire.c QUIC WIRE: Utility function to determine if PN is in an ACK frame 2023-06-16 09:26:27 +10:00
uint_set.c uint_set: convert uint_set to use the list data type 2022-11-16 18:02:02 +11:00