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