Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix alert callback in the QUIC layer | tb | 2024-09-09 | 1 | -2/+12 |
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -3/+2 |
* | Plug leak of BIO in tls13_quic_init() | tb | 2022-08-30 | 1 | -2/+1 |
* | Handle SSL_do_handshake() being called before SSL_provide_quic_data(). | jsing | 2022-08-27 | 1 | -1/+4 |
* | Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC. | jsing | 2022-08-21 | 1 | -16/+48 |
* | Provide and use QUIC specific error reasons. | jsing | 2022-08-21 | 1 | -3/+3 |
* | Set NULL BIOs for QUIC. | jsing | 2022-07-24 | 1 | -1/+14 |
* | Provide record layer callbacks for QUIC. | jsing | 2022-07-24 | 1 | -0/+135 |