openssl/include/internal
Hugo Landau 02f5ab7785 QUIC: Make QUIC transport error codes public
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23598)
2024-03-07 23:48:49 +00:00
..
__DECC_INCLUDE_EPILOGUE.H
__DECC_INCLUDE_PROLOGUE.H
asn1.h
bio_addr.h
bio_tfo.h Remove repeated words 2023-09-11 10:15:30 +02:00
bio.h
common.h QLOG: Frontend: Implementation 2024-02-02 11:49:34 +00:00
comp.h
conf.h
constant_time.h
core.h
cryptlib.h Do not include crypto/asn1.h from internal/cryptlib.h 2023-10-19 10:15:56 +02:00
dane.h
deprecated.h
der.h
deterministic_nonce.h
dso.h
dsoerr.h
e_os.h Remove use of _Static_assert 2023-09-15 09:20:05 +10:00
endian.h Copyright year updates 2023-09-07 09:59:15 +01:00
err.h
event_queue.h Copyright year updates 2023-09-07 09:59:15 +01:00
ffc.h Fix conflicts between DH check flags and FFC check flags 2023-11-06 07:55:01 +00:00
hpke_util.h
json_enc.h Fix new typos found by codespell 2024-02-14 09:36:11 +01:00
ktls.h Fix a FreeBSD build failure when KTLS is enabled 2024-01-18 15:20:18 +00:00
list.h list.h: Add iterator macros 2023-12-21 08:11:59 +00:00
namemap.h
nelem.h
numbers.h Copyright year updates 2023-09-07 09:59:15 +01:00
o_dir.h
packet_quic.h Copyright year updates 2023-09-07 09:59:15 +01:00
packet.h Copyright year updates 2023-09-07 09:59:15 +01:00
param_build_set.h
param_names.h.in params: provide a faster TRIE based param lookup. 2023-06-02 15:13:20 +10:00
params.h
passphrase.h
priority_queue.h
property.h
propertyerr.h
provider.h Copyright year updates 2023-09-07 09:59:15 +01:00
qlog_event_helpers.h QLOG: Events: Implement transport:packet_received 2024-02-02 11:49:34 +00:00
qlog_events.h QLOG: Events: Implement transport:packet_received 2024-02-02 11:49:34 +00:00
qlog.h QUIC QLOG: Record implementation version 2024-02-02 11:50:30 +00:00
quic_ackm.h QUIC Refactor: Fix ANSI - struct definition duplications 2023-12-21 08:12:06 +00:00
quic_cc.h QUIC Refactor: Fix ANSI - struct definition duplications 2023-12-21 08:12:06 +00:00
quic_cfq.h QUIC Refactor: Fix ANSI - struct definition duplications 2023-12-21 08:12:06 +00:00
quic_channel.h QUIC CHANNEL: Add idle timeout configuration and stream count APIs 2024-02-08 16:50:00 +00:00
quic_demux.h QLOG: Wiring: QUIC DEMUX: Report a monotonically increasing datagram ID 2024-02-02 11:49:34 +00:00
quic_engine.h Minor updates 2023-12-21 08:12:06 +00:00
quic_error.h QUIC: Make QUIC transport error codes public 2024-03-07 23:48:49 +00:00
quic_fc.h QUIC RXFC: Add accessor for credit 2024-02-08 16:50:00 +00:00
quic_fifd.h QUIC FIFD: Allow QLOG instance retrieval via callback 2024-02-19 10:15:46 +01:00
quic_lcidm.h QUIC Refactor: Fix ANSI - struct definition duplications 2023-12-21 08:12:06 +00:00
quic_port.h Minor fixes 2023-12-21 08:12:06 +00:00
quic_predef.h QUIC ENGINE: Add unused QUIC_ENGINE object 2023-12-21 08:12:06 +00:00
quic_rcidm.h QUIC RCIDM: Minor updates 2024-01-11 11:16:27 +01:00
quic_reactor.h THREADING: Make CRYPTO_MUTEX and CRYPTO_CONDVAR typesafe 2024-02-09 14:10:17 +01:00
quic_record_rx.h QLOG: Wiring: QUIC QRX: Report the datagram ID from the DEMUX 2024-02-02 11:49:34 +00:00
quic_record_tx.h QUIC QTX: Allow QLOG instance retrieval via callback 2024-02-19 10:15:46 +01:00
quic_record_util.h Copyright year updates 2023-09-07 09:59:15 +01:00
quic_rx_depack.h Copyright year updates 2023-09-07 09:59:15 +01:00
quic_sf_list.h Copyright year updates 2023-09-07 09:59:15 +01:00
quic_srt_gen.h QUIC SRT GEN: Add SRT generator 2023-11-25 09:14:05 +00:00
quic_srtm.h Fix new typos found by codespell 2023-12-29 10:12:05 +01:00
quic_ssl.h QUIC POLLING: Implement autotick 2024-02-10 11:37:14 +00:00
quic_statm.h QUIC Refactor: Fix ANSI - struct definition duplications 2023-12-21 08:12:06 +00:00
quic_stream_map.h QUIC QSM: Allow bidi and uni incoming streams to be tracked separately 2024-02-10 11:37:14 +00:00
quic_stream.h QUIC Refactor: Fix ANSI - struct definition duplications 2023-12-21 08:12:06 +00:00
quic_thread_assist.h When calling ossl_crypto_condvar_wait_timeout() we must use real time 2023-10-10 08:17:43 +01:00
quic_tls.h QUIC Refactor: Fix ANSI - struct definition duplications 2023-12-21 08:12:06 +00:00
quic_tserver.h Add a test for using a PSK with QUIC 2023-09-12 15:29:00 +02:00
quic_txp.h QUIC TXP: Allow QLOG instance retrieval via callback 2024-02-19 10:15:46 +01:00
quic_txpim.h QLOG: Wiring: QUIC TXPIM: Record the packet type 2024-02-02 11:49:34 +00:00
quic_types.h QUIC CHANNEL, LCIDM: Factor duplicate CID generation function 2023-12-21 08:12:00 +00:00
quic_vlint.h Copyright year updates 2023-09-07 09:59:15 +01:00
quic_wire_pkt.h Copyright year updates 2023-09-07 09:59:15 +01:00
quic_wire.h Copyright year updates 2023-09-07 09:59:15 +01:00
rcu.h RCU lock implementation 2024-02-01 08:33:25 -05:00
recordmethod.h Remove repeated words 2023-09-11 10:15:30 +02:00
refcount.h Fix compilation on Windows using icc 2024-01-31 10:24:50 +00:00
ring_buf.h Copyright year updates 2023-09-07 09:59:15 +01:00
safe_math.h
sha3.h Add EVP_DigestSqueeze() API. 2023-11-10 13:27:00 +01:00
sizes.h
sm3.h
sockets.h Exclude include of poll.h from NonStop builds - not defined on platform. 2023-09-08 17:21:38 +01:00
ssl3_cbc.h Copyright year updates 2023-09-07 09:59:15 +01:00
ssl.h QUIC: Make TLS1_FLAGS_QUIC private 2023-09-01 14:02:50 +01:00
sslconf.h
statem.h Copyright year updates 2023-09-07 09:59:15 +01:00
symhacks.h
thread_arch.h THREADING: Make CRYPTO_MUTEX and CRYPTO_CONDVAR typesafe 2024-02-09 14:10:17 +01:00
thread_once.h
thread.h
time.h Round up nano secs when converting OSSL_TIME to struct timeval 2023-10-20 16:33:40 +01:00
tlsgroups.h
tsan_assist.h
uint_set.h
unicode.h