..
__DECC_INCLUDE_EPILOGUE.H
__DECC_INCLUDE_PROLOGUE.H
asn1.h
internal/asn1.h: Add missing '#include <openssl/bio.h>'
2022-09-30 22:25:45 +02:00
bio_addr.h
QUIC Demuxer and Record Layer (RX Side)
2022-09-02 10:03:55 +02:00
bio_tfo.h
Fix typos found by codespell
2023-06-15 10:11:46 +10:00
bio.h
Add support for KTLS zerocopy sendfile on Linux
2022-11-24 13:19:37 +01:00
common.h
use '__builtin_expect' to improve EVP_EncryptUpdate performance for gcc/clang.
2023-07-13 22:54:14 +10:00
comp.h
Add ZSTD compression support (RFC8478bis)
2022-10-18 09:30:21 -04:00
conf.h
constant_time.h
core.h
"Reserve" the method store when constructing methods
2022-07-20 07:28:17 +01:00
cryptlib.h
Optimise PKEY decoders
2023-07-17 08:12:06 +10:00
dane.h
decoder.h
Optimise PKEY decoders
2023-07-17 08:12:06 +10:00
deprecated.h
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
dsoerr.h
e_os.h
e_os2: add ossl_static_assert_type_eq
2023-03-17 11:12:47 +11:00
endian.h
Fix typos found by codespell
2023-06-15 10:11:46 +10:00
err.h
event_queue.h
Fix typos found by codespell
2023-06-15 10:11:46 +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
numbers.h
o_dir.h
packet_quic.h
QUIC CONFORMANCE: Enforce minimal frame type encoding
2023-07-17 08:17:57 +10:00
packet.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
param_names.h.in
params: provide a faster TRIE based param lookup.
2023-06-02 15:13:20 +10:00
params.h
params: add helper functions to allocate & copy params
2023-04-26 08:01:46 +10:00
passphrase.h
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
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 ACKM: Clean up max_ack_delay tracking and separate TX and RX values
2023-07-19 13:03:11 +10:00
quic_cc.h
Fix typos found by codespell
2023-06-15 10:11:46 +10:00
quic_cfq.h
QUIC CFQ: Unreliable transmission for PATH_RESPONSE
2023-08-08 14:33:42 +01:00
quic_channel.h
QUIC TLS: Rethink error handling
2023-08-08 14:33:42 +01:00
quic_demux.h
QUIC: Implement SSL_has_pending
2023-07-05 09:02:26 +10:00
quic_error.h
QUIC: Move string conversion functions into a source file
2023-08-08 14:33:42 +01:00
quic_fc.h
QUIC FC: Rename stream count mode to reflect actual function
2023-08-08 14:33:42 +01:00
quic_fifd.h
QUIC FIFD: Add support for callback on frame ACK
2023-05-12 14:47:13 +01: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: Don't process 1-RTT packets until handshake is complete
2023-08-08 14:33:42 +01:00
quic_record_tx.h
QUIC QTX: Add ciphertext size calculation function
2023-07-21 08:43:52 +02: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
Support SSL_OP_CLEANSE_PLAINTEXT on QUIC streams
2023-06-23 14:31:45 +02:00
quic_ssl.h
QUIC APL: Add internal call to allow changing send buffer size
2023-07-31 14:03:25 +01:00
quic_statm.h
QUIC STATM: Move max_ack_delay tracking out of STATM
2023-07-19 13:03:11 +10:00
quic_stream_map.h
Resolve some of the TODO(QUIC) items
2023-08-08 15:58:59 +02:00
quic_stream.h
Cleanse also the send stream data with SSL_OP_CLEANSE_PLAINTEXT
2023-07-03 09:15:13 +10: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
QUIC TLS: Rethink error handling
2023-08-08 14:33:42 +01:00
quic_tserver.h
QUIC: Echo PATH_CHALLENGE frames as PATH_RESPONSE frames
2023-08-08 14:33:42 +01:00
quic_txp.h
QUIC CHANNEL, TXP: Discard INITIAL EL correctly
2023-08-08 14:33:42 +01:00
quic_txpim.h
QUIC: Enable building with QUIC support disabled
2023-01-13 13:20:16 +00:00
quic_types.h
remove duplicate defines, add comment
2023-07-19 13:02:07 +10:00
quic_vlint.h
QUIC: Enable building with QUIC support disabled
2023-01-13 13:20:16 +00:00
quic_wire_pkt.h
QUIC WIRE: Allow encoding/decoding of reserved header bits
2023-07-17 08:17:57 +10:00
quic_wire.h
QUIC: Move string conversion functions into a source file
2023-08-08 14:33:42 +01:00
recordmethod.h
quicapitest: Fix SSL_trace() test on big endian platforms
2023-07-14 11:51:48 +02:00
refcount.h
Include <openssl/err.h> in include/refcount.h
2023-07-27 10:05:53 -04:00
ring_buf.h
Cleanse data in send and receive ring buffers on release
2023-07-03 09:15:13 +10:00
safe_math.h
Avoid divide by 0 exception
2022-10-02 20:41:34 +11:00
sha3.h
sizes.h
sm3.h
sockets.h
Include poll.h instead of incorrect sys/poll.h
2023-06-10 22:34:42 +02:00
ssl3_cbc.h
Rationalize FIPS sources
2023-02-08 16:20:55 +01:00
ssl.h
QUIC TLS: Rethink error handling
2023-08-08 14:33:42 +01:00
sslconf.h
statem.h
Minor updates
2023-07-05 09:03:04 +10:00
symhacks.h
thread_arch.h
QUIC Thread Assisted Mode: Support Windows XP
2023-03-30 11:14:09 +01:00
thread_once.h
thread.h
crypto: add preemptive threading support
2022-10-17 09:45:39 +01:00
time.h
threading: Add ossl_crypto_condvar_wait_timeout
2023-03-30 11:14:07 +01:00
tlsgroups.h
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