Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-07-24 | Provide record layer callbacks for QUIC. | jsing | 7 | -16/+217 |
2022-07-24 | Move tls13_phh_done_cb() after tl13_phh_received_cb(). | jsing | 1 | -12/+12 |
2022-07-24 | Provide QUIC encryption levels. | jsing | 6 | -20/+33 |
2022-07-24 | Rely on tlsext_parse() to set a decode_error alert | tb | 1 | -79/+47 |
2022-07-24 | Start making ts opaque | tb | 10 | -50/+134 |
2022-07-23 | Fix file names in comments. | tb | 1 | -7/+7 |
2022-07-22 | Convert TLS transcript from BUF_MEM to tls_buffer. | jsing | 2 | -29/+16 |
2022-07-22 | Extend TLS buffer regress to cover read/write usage. | jsing | 1 | -13/+219 |
2022-07-22 | Add read and write support to tls_buffer. | jsing | 4 | -13/+139 |
2022-07-22 | Simplify tls13_server_encrypted_extensions_recv | tb | 1 | -8/+2 |
2022-07-22 | Remove redundant length checks in parse functions | tb | 1 | -21/+1 |
2022-07-21 | Make test table based, extend it a little | tb | 1 | -69/+117 |
2022-07-20 | Simplify tlsext_supported_groups_server_parse | tb | 1 | -45/+31 |
2022-07-20 | link ssl_set_alpn_protos to regress | tb | 1 | -1/+2 |