Fix up path generation to use OPENSSL_MODULES
[openssl.git] / include / internal /
2023-10-19 Tomas MrazDo not include crypto/asn1.h from internal/cryptlib.h
2023-10-10 Matt CaswellWhen calling ossl_crypto_condvar_wait_timeout() we...
2023-09-14 Matt CaswellRemove use of _Static_assert
2023-09-12 Matt CaswellFix the SSL_CIPHER_find() function when used with a...
2023-09-12 Matt CaswellAdd a test for using a PSK with QUIC
2023-09-11 Dimitri PapadopoulosBad function definition
2023-09-11 Dimitri PapadopoulosRemove repeated words
2023-09-08 Randall S. BeckerExclude include of poll.h from NonStop builds - not...
2023-09-07 Matt CaswellCopyright year updates
2023-09-04 Richard Levitteinternal/numbers.h: Add fallback implementation for...
2023-09-04 Richard LevitteVMS: Add a fallback definition of socklen_t
2023-09-03 Tom CosgroveMove ALIGN32 and ALIGN64 into common.h, and fix for...
2023-09-01 Hugo LandauQUIC APL: Implement SSL_want
2023-09-01 Hugo LandauQUIC: Make TLS1_FLAGS_QUIC private
2023-09-01 Hugo LandauQUIC APL: Allow stream origin to be queried
2023-09-01 Hugo LandauQUIC CHANNEL: Introduce concept of (non-)addressed...
2023-09-01 Hugo LandauQUIC CHANNEL: Cleanup poll descriptor management
2023-09-01 Hugo LandauQUIC REACTOR: Move can-poll flags into reactor
2023-08-31 Hugo LandauQUIC: Harden ring buffer against internal misuse
2023-08-30 Dmitry BelyavskiyOSSL_PROVIDER_load_ex
2023-08-30 Hugo LandauQUIC MULTISTREAM TEST: Test WAIT_PEER
2023-08-25 Hugo LandauQUIC APL: Implement backpressure on stream creation
2023-08-25 Tomas MrazAlways use uint8_t for TLS record type
2023-08-25 Tomas MrazAvoid issues with endianness when type is used in SSL_t...
2023-08-25 Matt CaswellDon't keep creating CONNECTION_CLOSE frames
2023-08-23 Tomas Mrazossl_quic_tx_packetiser_generate(): Always report if...
2023-08-16 Pauliquic: process stateless resets
2023-08-15 Matt CaswellAdd a test for receiving a post-handshake CertificateRe...
2023-08-15 Matt CaswellAdd the ability to send NewSessionTicket messages when...
2023-08-15 Matt CaswellNewSessionTickets with an early_data extension must...
2023-08-15 Matt CaswellUnexpected QUIC post-handshake CertificateRequests...
2023-08-15 Richard LevitteRemove include/internal/decoder.h, as it's superfluous
2023-08-10 Hugo LandauQUIC APL/CHANNEL: Wire up connection closure reason
2023-08-10 Hugo LandauQUIC TEST: Test NEW_CONN_ID frames
2023-08-10 Hugo LandauQUIC TEST: Test malformed crypto stream data, excess...
2023-08-10 Hugo LandauQUIC TEST: Ensure PING causes ACK generation
2023-08-08 Tomas MrazResolve some of the TODO(QUIC) items
2023-08-08 Hugo LandauQUIC TLS: Rethink error handling
2023-08-08 Hugo LandauQUIC: Move string conversion functions into a source...
2023-08-08 Hugo LandauQUIC CHANNEL: Improve error reporting
2023-08-08 Hugo LandauQUIC FC: Rename stream count mode to reflect actual...
2023-08-08 Hugo LandauQUIC QRX: Don't process 1-RTT packets until handshake...
2023-08-08 Hugo LandauQUIC CHANNEL, TXP: Discard INITIAL EL correctly
2023-08-08 Hugo LandauQUIC TLS: Report TLS errors properly as QUIC protocol...
2023-08-08 Hugo LandauQUIC CHANNEL: Send correct alert code if no TPARAMs...
2023-08-08 Hugo LandauQUIC CFQ: Unreliable transmission for PATH_RESPONSE
2023-08-08 Hugo LandauQUIC: Echo PATH_CHALLENGE frames as PATH_RESPONSE frames
2023-08-04 Pauliquic: using #defined constant rather than a magic number
2023-08-04 Pauliquic conformance: 10.2.1 rate limiting
2023-08-04 Pauliquic conformance: section 10.2.2 requirements
2023-08-02 Matt CaswellAdd the ability for tserver to use a pre-existing SSL_CTX
2023-07-31 Hugo LandauQUIC QSM: Infrastructure for tracking shutdown flush...
2023-07-31 Hugo LandauQUIC APL: Add internal call to allow changing send...
2023-07-31 Hugo LandauQUIC CHANNEL: Allow ticking to be inhibited for testing...
2023-07-27 John KohlInclude <openssl/err.h> in include/refcount.h
2023-07-21 Hugo LandauQUIC TXP: Refactor TXP-related deadline handling into TXP
2023-07-21 Hugo LandauQUIC TXP: Major refactor to handle padding correctly
2023-07-21 Hugo LandauQUIC QTX: Add ciphertext size calculation function
2023-07-19 Hugo LandauQUIC TXP: Do not generate full-size packets when sendin...
2023-07-19 Hugo LandauQUIC ACKM: Clean up max_ack_delay tracking and separate...
2023-07-19 Hugo LandauQUIC STATM: Move max_ack_delay tracking out of STATM
2023-07-19 Pauliremove duplicate defines, add comment
2023-07-16 Hugo LandauQUIC: Fix multistream test on macOS
2023-07-16 Hugo LandauMinor updates 2
2023-07-16 Hugo LandauMinor updates
2023-07-16 Hugo LandauQUIC QSM: Get rid of recv_fin_retired in favour of...
2023-07-16 Hugo LandauQUIC QSM: Update API documentation
2023-07-16 Hugo LandauQUIC CONFORMANCE: Validate preferred_addr transport...
2023-07-16 Hugo LandauQUIC WIRE: Allow encoding/decoding of reserved header...
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.3: PN duplicate suppre...
2023-07-16 Hugo LandauQUIC ACKM: Clarify the role of is_inflight
2023-07-16 Hugo LandauQUIC CONFORMANCE: Enforce minimal frame type encoding
2023-07-16 Hugo LandauQUIC CONFORMANCE: Packet handling fixes
2023-07-16 Hugo LandauQUIC CONFORMANCE: Validate RESET_STREAM final sizes...
2023-07-16 Hugo LandauQUIC QSM: Model final sizes and handle STOP_SENDING...
2023-07-16 Hugo LandauQUIC QSM/STREAM: Refactor to use RFC stream states
2023-07-16 Matt CaswellOptimise PKEY decoders
2023-07-14 Tomas Mrazquicapitest: Fix SSL_trace() test on big endian platforms
2023-07-13 Liu-ErMenguse '__builtin_expect' to improve EVP_EncryptUpdate...
2023-07-07 Tomas MrazQUIC err handling: Save and restore error state
2023-07-07 Tomas MrazQUIC err handling: Properly report network errors
2023-07-04 Hugo LandauMinor updates
2023-07-04 Hugo LandauMinor fixes
2023-07-04 Hugo LandauQUIC: Implement SSL_has_pending
2023-07-04 Hugo LandauQUIC: Control SSL option setting
2023-07-04 Paulifix memory allocation and reference counting issues
2023-07-02 Tomas MrazCleanse data in send and receive ring buffers on release
2023-07-02 Tomas MrazCleanse also the send stream data with SSL_OP_CLEANSE_P...
2023-07-01 Paulirefcnt: convert references counts to a structure
2023-06-27 Matt CaswellAdd a test quicserver utility
2023-06-23 Tomas MrazSupport SSL_OP_CLEANSE_PLAINTEXT on QUIC streams
2023-06-15 Hugo LandauQUIC: Allow application to trigger TXKU
2023-06-15 Hugo LandauQUIC CHANNEL: Optimise key update using ACKs
2023-06-15 Hugo LandauQUIC: Add internal APIs for white-box testing of key...
2023-06-15 Hugo LandauQUIC APL: Correct implementation of time callback override
2023-06-15 Hugo LandauQUIC RX: Support reporting the key epoch a packet was...
2023-06-15 Hugo LandauQUIC TXP: Allow callbacks on ACK transmission
2023-06-15 Hugo LandauQUIC TXP: Allow next PN to be used to be queried
2023-06-15 Hugo LandauQUIC RX: Refactor key update callback to provide PN
2023-06-15 Hugo LandauQUIC TXP: Remove TX key update handling from TXP
next