openssl/ssl/quic
Hugo Landau eadebcc863 QUIC TSERVER: Fix erroneously static variable
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/22828)
2023-11-27 07:57:32 +00:00
..
build.info QUIC SRT GEN: Add SRT generator 2023-11-25 09:14:05 +00:00
cc_newreno.c
quic_ackm.c If the loss detection timer has fired we may not have lost packets 2023-10-30 08:01:58 +00:00
quic_cfq.c
quic_channel_local.h
quic_channel.c QUIC CHANNEL: Set reason string for missing tparams extension 2023-11-02 14:22:04 +01:00
quic_demux.c
quic_fc.c Keep track of connection credit as we add stream data 2023-11-15 09:08:16 +01:00
quic_fifd.c
quic_impl.c ossl_quic_new(): Avoid dereferencing NULL qc during cleanup 2023-11-06 07:50:08 +00:00
quic_local.h
quic_method.c
quic_reactor.c
quic_record_rx.c
quic_record_shared.c ossl_qrl_enc_level_set_provide_secret(): Avoid leaking keyslot in error condition 2023-11-06 07:47:17 +00:00
quic_record_shared.h
quic_record_tx.c Correct tag len check when determining how much space we have in the pkt 2023-11-15 11:06:52 +01:00
quic_record_util.c
quic_rstream.c
quic_rx_depack.c
quic_sf_list.c
quic_srt_gen.c QUIC SRT GEN: Minor updates 2023-11-25 09:14:05 +00:00
quic_srtm.c QUIC SRTM: Switch to using AES-128-ECB 2023-11-23 14:46:01 +00:00
quic_sstream.c QUIC SSTREAM: Fix bug in ossl_quic_sstream_is_totally_acked 2023-11-02 08:49:01 +00:00
quic_statm.c
quic_stream_map.c Keep track of connection credit as we add stream data 2023-11-15 09:08:16 +01:00
quic_thread_assist.c
quic_tls.c Check for NULL when freeing the QUIC_TLS object 2023-10-31 11:40:02 +00:00
quic_trace.c
quic_tserver.c QUIC TSERVER: Fix erroneously static variable 2023-11-27 07:57:32 +00:00
quic_txp.c Keep track of connection credit as we add stream data 2023-11-15 09:08:16 +01:00
quic_txpim.c
quic_wire_pkt.c
quic_wire.c QUIC WIRE: Refuse integer transport params with trailing body bytes 2023-11-02 14:22:04 +01:00
uint_set.c