summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_record_tx.c
AgeCommit message (Expand)Author
2023-10-23Don't encrypt/decrypt packet data during fuzzingMatt Caswell
2023-09-07Copyright year updatesMatt Caswell
2023-08-23QUIC: Add ERR_raise() calls for EVP call failuresTomas Mraz
2023-08-10QUIC QTX: Handle negative IV values correctly (coverity)Hugo Landau
2023-07-21QUIC QTX: Add ciphertext size calculation functionHugo Landau
2023-06-16QUIC: Add internal APIs for white-box testing of key updateHugo Landau
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
2023-05-24Enable tracing of datagrams we have sentMatt Caswell
2023-05-24Enable tracing of packets that have been sentMatt Caswell
2023-02-22Add the ability to mutate QUIC packets before they are writtenMatt Caswell
2023-01-13QUIC QTX: Handle network errors explicitlyHugo Landau
2023-01-13QUIC TX: Do not have QTX handle refcount of BIOsHugo Landau
2022-11-24QUIC TX Packetiser and Streams MapperHugo Landau
2022-11-16QUIC tx record layer: use list.hPauli
2022-09-02TX key update support, RX time and PN reporting, general refactoringHugo Landau
2022-09-02QUIC Record Layer (Refactor and TX Side)Hugo Landau