summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_quic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix alert callback in the QUIC layertb2024-09-091-2/+12
* Make internal header file names consistenttb2022-11-261-3/+2
* Plug leak of BIO in tls13_quic_init()tb2022-08-301-2/+1
* Handle SSL_do_handshake() being called before SSL_provide_quic_data().jsing2022-08-271-1/+4
* Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC.jsing2022-08-211-16/+48
* Provide and use QUIC specific error reasons.jsing2022-08-211-3/+3
* Set NULL BIOs for QUIC.jsing2022-07-241-1/+14
* Provide record layer callbacks for QUIC.jsing2022-07-241-0/+135