openssl/include/internal
Matt Caswell 2eb91b0ec3 Make the data field for get_record() const
Improves consistency with the QUIC rstream implementation - and improves
the abstraction between the TLS implementation and the abstract record
layer. We should not expect that the TLS implementation should be able to
change the underlying buffer. Future record layers may not expect that.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20404)
2023-04-12 11:02:01 +10:00
..
__DECC_INCLUDE_EPILOGUE.H Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
__DECC_INCLUDE_PROLOGUE.H Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
asn1.h internal/asn1.h: Add missing '#include <openssl/bio.h>' 2022-09-30 22:25:45 +02:00
bio.h Add support for KTLS zerocopy sendfile on Linux 2022-11-24 13:19:37 +01:00
bio_addr.h QUIC Demuxer and Record Layer (RX Side) 2022-09-02 10:03:55 +02:00
bio_tfo.h Add TFO support to socket BIO and s_client/s_server 2022-03-10 10:42:43 -05:00
common.h Rationalize FIPS sources 2023-02-08 16:20:55 +01:00
comp.h Add ZSTD compression support (RFC8478bis) 2022-10-18 09:30:21 -04:00
conf.h Add ossl_ conf symbols 2021-03-18 17:52:37 +10:00
constant_time.h Add a constant time zero check function for 64-bit integers 2021-04-08 12:18:10 +01:00
core.h "Reserve" the method store when constructing methods 2022-07-20 07:28:17 +01:00
cryptlib.h crypto: add preemptive threading support 2022-10-17 09:45:39 +01:00
dane.h Update copyright year 2021-02-18 15:05:17 +00:00
deprecated.h Update copyright year 2021-02-18 15:05:17 +00:00
der.h der_writer: Use uint32_t instead of long. 2022-06-27 10:58:40 +02:00
deterministic_nonce.h Implement deterministic ECDSA sign (RFC6979) 2022-11-30 07:31:53 +00:00
dso.h Update copyright year 2021-02-18 15:05:17 +00:00
dsoerr.h err: rename err_load_xxx_strings_int functions 2021-05-26 13:01:47 +10:00
e_os.h e_os2: add ossl_static_assert_type_eq 2023-03-17 11:12:47 +11:00
endian.h Update copyright year 2021-02-18 15:05:17 +00:00
err.h Update copyright year 2021-02-18 15:05:17 +00:00
event_queue.h ssl: implement an event queue 2022-07-06 10:33:11 +10:00
ffc.h FFC cleanups 2023-04-03 10:31:04 +02:00
hpke_util.h Implements Hybrid Public Key Encryption (HPKE) as per RFC9180. 2022-11-25 16:26:55 +00:00
ktls.h Add support for KTLS zerocopy sendfile on Linux 2022-11-24 13:19:37 +01:00
list.h list: add debug sanity checks 2022-11-16 18:02:02 +11:00
namemap.h Drop ossl_namemap_add_name_n() and simplify ossl_namemap_add_names() 2022-05-21 21:49:54 +02:00
nelem.h Update copyright year 2021-02-18 15:05:17 +00:00
numbers.h Fix definition of ossl_intmax_t and ossl_uintmax_t 2021-06-22 19:49:52 +10:00
o_dir.h Update copyright year 2021-02-18 15:05:17 +00:00
packet.h Rationalize FIPS sources 2023-02-08 16:20:55 +01:00
packet_quic.h Rationalize FIPS sources 2023-02-08 16:20:55 +01:00
param_build_set.h Update copyright year 2022-05-03 13:34:51 +01:00
passphrase.h Fix pvk encoder to properly query for the passphrase 2021-12-06 16:38:03 +01:00
priority_queue.h Add additional include 2022-07-06 10:33:11 +10:00
property.h "Reserve" the method store when constructing methods 2022-07-20 07:28:17 +01:00
propertyerr.h err: rename err_load_xxx_strings_int functions 2021-05-26 13:01:47 +10:00
provider.h Drop ossl_provider_clear_all_operation_bits() and all uses of it 2022-05-05 15:05:54 +02:00
quic_ackm.h QUIC Probes Support: Minor tweaks 2023-01-30 09:44:59 +01:00
quic_cc.h QUIC: Minor comment and editorial fixes 2023-01-13 13:20:22 +00:00
quic_cfq.h QUIC: Enable building with QUIC support disabled 2023-01-13 13:20:16 +00:00
quic_channel.h QUIC Thread Assisted mode: miscellaneous fixes 2023-03-30 11:14:16 +01:00
quic_demux.h QUIC DEMUX: (Server support) Add support for default handler 2023-01-19 13:17:39 +00:00
quic_error.h QUIC: Enable building with QUIC support disabled 2023-01-13 13:20:16 +00:00
quic_fc.h QUIC: Enable building with QUIC support disabled 2023-01-13 13:20:16 +00:00
quic_fifd.h QUIC: Enable building with QUIC support disabled 2023-01-13 13:20:16 +00:00
quic_reactor.h Add channel-only tick mode and use it for thread assisted mode 2023-03-30 11:14:08 +01:00
quic_record_rx.h QUIC QRX: (Server support) Add support for manual URXE injection 2023-01-19 13:17:39 +00:00
quic_record_tx.h Add the ability to mutate QUIC packets before they are written 2023-02-22 05:33:23 +00:00
quic_record_util.h QUIC: Enable building with QUIC support disabled 2023-01-13 13:20:16 +00:00
quic_rx_depack.h QUIC: Enable building with QUIC support disabled 2023-01-13 13:20:16 +00:00
quic_sf_list.h Improve the QUIC_RSTREAM implementation 2023-03-06 12:26:16 +01:00
quic_ssl.h Enhance quic_tserver test to fully test thread assisted mode 2023-03-30 11:14:09 +01:00
quic_statm.h QUIC: Enable building with QUIC support disabled 2023-01-13 13:20:16 +00:00
quic_stream.h Improve the QUIC_RSTREAM implementation 2023-03-06 12:26:16 +01:00
quic_stream_map.h QUIC Stream Mapper: CSM-related changes, stream limits handling 2023-01-13 13:20:15 +00:00
quic_thread_assist.h QUIC Thread Assisted Mode: Fix typos and use of CRYPTO_RWLOCK type 2023-03-30 11:14:10 +01:00
quic_tls.h Add support for rstream get/release record in the QUIC TLS layer 2023-04-12 11:02:01 +10:00
quic_tserver.h Minor fixes to thread assisted mode 2023-03-30 11:14:09 +01:00
quic_txp.h QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sent 2023-03-30 11:14:08 +01:00
quic_txpim.h QUIC: Enable building with QUIC support disabled 2023-01-13 13:20:16 +00:00
quic_types.h QUIC CHANNEL: Transport params: Offer reason text and add server support 2023-01-19 13:17:39 +00:00
quic_vlint.h QUIC: Enable building with QUIC support disabled 2023-01-13 13:20:16 +00:00
quic_wire.h Rationalize FIPS sources 2023-02-08 16:20:55 +01:00
quic_wire_pkt.h Rationalize FIPS sources 2023-02-08 16:20:55 +01:00
recordmethod.h Make the data field for get_record() const 2023-04-12 11:02:01 +10:00
refcount.h Disable atomic refcounts with no-threads 2022-11-25 10:29:44 +01:00
ring_buf.h Improve the QUIC_RSTREAM implementation 2023-03-06 12:26:16 +01:00
safe_math.h Avoid divide by 0 exception 2022-10-02 20:41:34 +11:00
sha3.h include/internal: Remove TODOs that are irrelevant for 3.0 2021-03-04 14:15:01 +01:00
sizes.h Update copyright year 2021-02-18 15:05:17 +00:00
sm3.h Add ossl_ symbols for sm3 and sm4 2021-03-18 17:52:37 +10:00
sockets.h internal/sockets.h: Add support for testing EINTR portably 2023-01-13 13:20:15 +00:00
ssl3_cbc.h Rationalize FIPS sources 2023-02-08 16:20:55 +01:00
sslconf.h Update copyright year 2021-02-18 15:05:17 +00:00
statem.h Implement the QUIC Fault injector support for TLS handshake messages 2023-02-22 05:34:04 +00:00
symhacks.h Instantiate predefined providers just-in-time 2021-06-24 14:48:14 +01:00
thread.h crypto: add preemptive threading support 2022-10-17 09:45:39 +01:00
thread_arch.h QUIC Thread Assisted Mode: Support Windows XP 2023-03-30 11:14:09 +01:00
thread_once.h include/internal: add a few missing #pragma once directives 2021-02-10 23:20:58 +01:00
time.h threading: Add ossl_crypto_condvar_wait_timeout 2023-03-30 11:14:07 +01:00
tlsgroups.h Enable brainpool curves for TLS1.3 2021-11-26 06:45:19 +01:00
tsan_assist.h Update copyright year 2022-05-03 13:34:51 +01:00
uint_set.h uint_set: convert uint_set to use the list data type 2022-11-16 18:02:02 +11:00
unicode.h Fix a windows build break 2021-03-24 10:04:08 +10:00