Age | Commit message (Expand) | Author |
2022-02-05 | Bye bye S3I. | Joel Sing |
2021-09-16 | Implement flushing for TLSv1.3 handshakes. | Joel Sing |
2021-09-02 | Call the ocsp callback if present and we get no response, instead of | Bob Beck |
2021-08-30 | Clean up and simplify info and msg callbacks. | Joel Sing |
2021-04-07 | Avoid clobbering the error code when sending an alert | Theo Buehler |
2021-03-21 | Move the TLSv1.3 handshake struct inside the shared handshake struct. | Joel Sing |
2021-03-21 | Avoid a use-after-scope in tls13_cert_add(). | Joel Sing |
2021-01-05 | Convert tls13_exporter() to tls13_secret_{init,cleanup}() | Theo Buehler |
2020-11-16 | Implement exporter for TLSv1.3. | Joel Sing |
2020-09-11 | Some SSL_AD_* defines snuck into the TLSv1.3 code - replace them with | Joel Sing |
2020-07-30 | Add minimal info callback support for TLSv1.3 | Theo Buehler |
2020-07-03 | Improve argument order for the internal tlsext API | Theo Buehler |
2020-06-06 | Implement a rolling hash of the ClientHello message, Enforce RFC 8446 | Bob Beck |
2020-05-22 | Ensure we only attach an ocsp staple to a leaf certificate, because | Bob Beck |
2020-05-21 | Simplify: transform a dangling else into an early return and | Theo Buehler |
2020-05-21 | Avoid a shadowing issue by renaming cbs and cbb to cbb_hs and cbb_hs, | Theo Buehler |
2020-05-21 | A failure of tls13_handshake_msg_new() could lead to a NULL deref | Theo Buehler |
2020-05-19 | Add support for TLS 1.3 server to send certificate status | Bob Beck |
2020-05-17 | Send alerts back correctly when handling key shares, including | Bob Beck |
2020-05-17 | Free handshake message correctly, noticed by tb@ | Bob Beck |
2020-05-11 | Provide an alert sent record layer callback. | Joel Sing |
2020-05-11 | Move the record layer callbacks into a struct. | Joel Sing |
2020-05-10 | Provide alert defines for TLSv1.3 and use in the TLSv1.3 code. | Joel Sing |
2020-05-10 | Use size_t for OCSP response length. | Joel Sing |
2020-05-10 | Correct tlsext_ocsp_resplen check. | Joel Sing |
2020-05-09 | Add a middlebox_compat flag and condition session ID randomisation on it. | Joel Sing |
2020-05-09 | Add support for certificate status requests in TLS 1.3 client | Bob Beck |
2020-04-28 | Rename tls13_client_synthetic_handshake_message() and move to tls13_lib.c. | Joel Sing |
2020-04-21 | Consolidate TLSv1.3 constants. | Joel Sing |
2020-02-15 | Move the TLSv1.3 code that interfaces with the legacy APIs/stack into a | Joel Sing |
2020-02-05 | Rework tls13_legacy_handshake_message_{recv,sent}_cb() to use | Theo Buehler |
2020-01-29 | If the TLSv1.3 code has not recorded an error and something already exists | Joel Sing |
2020-01-26 | Move pad and verify context into tls13_lib.c | Bob Beck |
2020-01-25 | Support legacy message callbacks. First step for SSL_set_msg_callback(3) | Theo Buehler |
2020-01-24 | Permit 0 length writes, because openssl s_client is special | Bob Beck |
2020-01-24 | Enable SSL_ENC_FLAG_SIGALGS on TLSv1_3_enc_data. | Joel Sing |
2020-01-24 | Fix breakage in SSL_connect, SSL_accept, etc. by not propagating | Bob Beck |
2020-01-23 | Implement client hello processing in the TLSv1.3 server. | Joel Sing |
2020-01-23 | Correctly handle TLSv1.3 ciphers suites in ssl3_choose_cipher(). | Joel Sing |
2020-01-23 | Add checking int the client to check the magic values which are | Bob Beck |
2020-01-23 | Implement pending for TLSv1.3. | Joel Sing |
2020-01-23 | Add a TLS13_IO_ALERT return value so that we can explicitly signal when | Joel Sing |
2020-01-22 | Pass a handshake message content CBS to TLSv1.3 receive handlers. | Joel Sing |
2020-01-22 | Implement support for SSL_peek() in the TLSv1.3 record layer. | Joel Sing |
2020-01-22 | Don't add an extra unknown error if we got a fatal alert | Bob Beck |
2020-01-22 | Add minimal support for hello retry request for RFC conformance. | Bob Beck |
2020-01-22 | Implement close-notify and SSL_shutdown() handling for the TLSv1.3 client. | Joel Sing |
2020-01-21 | Provide SSL_R_UNKNOWN. | Joel Sing |
2020-01-21 | Clear and free the tls13_ctx that hangs off an SSL *s from | Theo Buehler |
2020-01-20 | Provide an error framework for use with the TLSv1.3 code. | Joel Sing |