summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Implement client hello processing in the TLSv1.3 server.jsing2020-01-231-1/+4
* Correctly handle TLSv1.3 ciphers suites in ssl3_choose_cipher().jsing2020-01-231-1/+6
* Add checking int the client to check the magic values which arebeck2020-01-231-1/+9
* Implement pending for TLSv1.3.jsing2020-01-231-1/+17
* Add a TLS13_IO_ALERT return value so that we can explicitly signal whenjsing2020-01-231-3/+10
* Pass a handshake message content CBS to TLSv1.3 receive handlers.jsing2020-01-221-1/+4
* Implement support for SSL_peek() in the TLSv1.3 record layer.jsing2020-01-221-8/+6
* Don't add an extra unknown error if we got a fatal alertbeck2020-01-221-2/+3
* Add minimal support for hello retry request for RFC conformance.beck2020-01-221-1/+4
* Implement close-notify and SSL_shutdown() handling for the TLSv1.3 client.jsing2020-01-221-1/+51
* Provide SSL_R_UNKNOWN.jsing2020-01-211-2/+2
* Clear and free the tls13_ctx that hangs off an SSL *s fromtb2020-01-211-1/+2
* Provide an error framework for use with the TLSv1.3 code.jsing2020-01-201-4/+19
* Add support for TLS 1.3 post handshake messages and key updating.beck2019-11-261-3/+147
* Separate the callbacks for recieved and completed post handshake messagesbeck2019-11-171-2/+2
* Remove the alert level from the TLSv1.3 alert callback.jsing2019-03-171-2/+2
* Don't index a void pointer, fixes compilation with visual studio.millert2019-03-041-2/+3
* Implement non-SSL_MODE_ENABLE_PARTIAL_WRITE in tls13_legacy_write_bytes().jsing2019-02-281-3/+34
* Automatically complete the handshake from tls13_legacy_{read,write}_bytes()jsing2019-02-281-1/+13
* Add appropriate length checks to tls13_legacy_{read,write}_bytes()jsing2019-02-281-3/+9
* Correctly propagate EOF from BIO in tls13_legacy_wire_read().jsing2019-02-261-1/+3
* Set BIO retry on TLS13_IO_WANT_POLLIN/TLS13_IO_WANT_POLLOUT.jsing2019-02-231-1/+3
* Wire up alert handling for TLSv1.3.jsing2019-02-211-2/+32
* Provide the initial TLSv1.3 client implementation.jsing2019-01-211-3/+36
* Correct some rwstate handling that I broke when refactoring.jsing2019-01-211-3/+13
* Provide TLS 1.3 cipher AEAD/hash and legacy I/O handling functions.jsing2019-01-211-0/+197