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