summaryrefslogtreecommitdiff
path: root/ssl/quic/quic_tls.c
Commit message (Expand)AuthorAgeFilesLines
* Update the SSL_rstate_string*() return value for QUICMatt Caswell2023-04-271-5/+5
* Allow partially releasing a record for TLSMatt Caswell2023-04-121-8/+19
* Make the data field for get_record() constMatt Caswell2023-04-121-6/+2
* Add support for rstream get/release record in the QUIC TLS layerMatt Caswell2023-04-121-16/+17
* Add a test for a server that doesn't provide transport paramsMatt Caswell2023-02-221-2/+7
* Add QUIC-TLS server supportMatt Caswell2023-01-241-11/+19
* Add support for the msg_callbackMatt Caswell2023-01-241-0/+79
* Add an initial QUIC-TLS implementationMatt Caswell2023-01-241-0/+646