Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the alert level from the TLSv1.3 alert callback. | jsing | 2019-03-17 | 1 | -2/+2 |
* | Don't index a void pointer, fixes compilation with visual studio. | millert | 2019-03-04 | 1 | -2/+3 |
* | Implement non-SSL_MODE_ENABLE_PARTIAL_WRITE in tls13_legacy_write_bytes(). | jsing | 2019-02-28 | 1 | -3/+34 |
* | Automatically complete the handshake from tls13_legacy_{read,write}_bytes() | jsing | 2019-02-28 | 1 | -1/+13 |
* | Add appropriate length checks to tls13_legacy_{read,write}_bytes() | jsing | 2019-02-28 | 1 | -3/+9 |
* | Correctly propagate EOF from BIO in tls13_legacy_wire_read(). | jsing | 2019-02-26 | 1 | -1/+3 |
* | Set BIO retry on TLS13_IO_WANT_POLLIN/TLS13_IO_WANT_POLLOUT. | jsing | 2019-02-23 | 1 | -1/+3 |
* | Wire up alert handling for TLSv1.3. | jsing | 2019-02-21 | 1 | -2/+32 |
* | Provide the initial TLSv1.3 client implementation. | jsing | 2019-01-21 | 1 | -3/+36 |
* | Correct some rwstate handling that I broke when refactoring. | jsing | 2019-01-21 | 1 | -3/+13 |
* | Provide TLS 1.3 cipher AEAD/hash and legacy I/O handling functions. | jsing | 2019-01-21 | 1 | -0/+197 |