summaryrefslogtreecommitdiffstats
path: root/include/internal
AgeCommit message (Expand)Author
2023-07-17QUIC: Fix multistream test on macOSHugo Landau
2023-07-17Minor updates 2Hugo Landau
2023-07-17Minor updatesHugo Landau
2023-07-17QUIC QSM: Get rid of recv_fin_retired in favour of recv_stateHugo Landau
2023-07-17QUIC QSM: Update API documentationHugo Landau
2023-07-17QUIC CONFORMANCE: Validate preferred_addr transport parameterHugo Landau
2023-07-17QUIC WIRE: Allow encoding/decoding of reserved header bitsHugo Landau
2023-07-17QUIC CONFORMANCE: RFC 9000 s. 12.3: PN duplicate suppressionHugo Landau
2023-07-17QUIC ACKM: Clarify the role of is_inflightHugo Landau
2023-07-17QUIC CONFORMANCE: Enforce minimal frame type encodingHugo Landau
2023-07-17QUIC CONFORMANCE: Packet handling fixesHugo Landau
2023-07-17QUIC CONFORMANCE: Validate RESET_STREAM final sizes correctlyHugo Landau
2023-07-17QUIC QSM: Model final sizes and handle STOP_SENDING correctlyHugo Landau
2023-07-17QUIC QSM/STREAM: Refactor to use RFC stream statesHugo Landau
2023-07-17Optimise PKEY decodersMatt Caswell
2023-07-14quicapitest: Fix SSL_trace() test on big endian platformsTomas Mraz
2023-07-13use '__builtin_expect' to improve EVP_EncryptUpdate performance for gcc/clang.Liu-ErMeng
2023-07-07QUIC err handling: Save and restore error stateTomas Mraz
2023-07-07QUIC err handling: Properly report network errorsTomas Mraz
2023-07-05Minor updatesHugo Landau
2023-07-05Minor fixesHugo Landau
2023-07-05QUIC: Implement SSL_has_pendingHugo Landau
2023-07-05QUIC: Control SSL option settingHugo Landau
2023-07-05fix memory allocation and reference counting issuesPauli
2023-07-03Cleanse data in send and receive ring buffers on releaseTomas Mraz
2023-07-03Cleanse also the send stream data with SSL_OP_CLEANSE_PLAINTEXTTomas Mraz
2023-07-01refcnt: convert references counts to a structurePauli
2023-06-28Add a test quicserver utilityMatt Caswell
2023-06-23Support SSL_OP_CLEANSE_PLAINTEXT on QUIC streamsTomas Mraz
2023-06-16QUIC: Allow application to trigger TXKUHugo Landau
2023-06-16QUIC CHANNEL: Optimise key update using ACKsHugo Landau
2023-06-16QUIC: Add internal APIs for white-box testing of key updateHugo Landau
2023-06-16QUIC APL: Correct implementation of time callback overrideHugo Landau
2023-06-16QUIC RX: Support reporting the key epoch a packet was received withHugo Landau
2023-06-16QUIC TXP: Allow callbacks on ACK transmissionHugo Landau
2023-06-16QUIC TXP: Allow next PN to be used to be queriedHugo Landau
2023-06-16QUIC RX: Refactor key update callback to provide PNHugo Landau
2023-06-16QUIC TXP: Remove TX key update handling from TXPHugo Landau
2023-06-16QUIC TXP: Refactor status output to use an extensible structureHugo Landau
2023-06-16QUIC ACKM: Allow largest acked PN to be queriedHugo Landau
2023-06-16QUIC WIRE: Utility function to determine if PN is in an ACK frameHugo Landau
2023-06-15Partially revert #18070 (Add support for Windows CA certificate store)Hugo Landau
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-06-10Include poll.h instead of incorrect sys/poll.hTomas Mraz
2023-06-02params: provide a faster TRIE based param lookup.Pauli
2023-05-29QUIC APL: Change SSL_get_event_timeout API designHugo Landau
2023-05-29QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau
2023-05-24Create internal/ssl.hMatt Caswell
2023-05-24Rename msg_callback_s to msg_callback_ssl for greater clarityMatt Caswell
2023-05-24Create setter functions for the msg_callback and msg_callback_argMatt Caswell