Age | Commit message (Expand) | Author |
2020-02-06 | Correctly handle key share extensions in a hello retry request. | Joel Sing |
2020-02-01 | Correctly unpack client key shares. | Joel Sing |
2020-01-30 | Provide struct/functions for handling TLSv1.3 key shares. | Joel Sing |
2020-01-26 | Add sigalgs for server side to enable client certificate processing | Bob Beck |
2020-01-25 | Only discard the extension block for client hello and server hello | Joel Sing |
2020-01-25 | Only send an RI extension for pre-TLSv1.3 versions. | Joel Sing |
2020-01-22 | Rename failure into alert_desc in tlsext_ocsp_server_parse(). | Theo Buehler |
2020-01-22 | fix previous: alert_desc needs to be an int. | Theo Buehler |
2020-01-22 | Avoid modifying alert in the success path. | Theo Buehler |
2019-11-16 | Revert previous deduplication diff, I broke portable in a strange way. | Bob Beck |
2019-11-15 | Deduplicate some extension processing code. | Bob Beck |
2019-05-29 | Relax parsing of TLS key share extensions on the server. | Joel Sing |
2019-05-29 | Do not send an SNI extension when resuming a session that contains a server | Joel Sing |
2019-05-28 | Fix typo and label indent. | Joel Sing |
2019-05-28 | Tidy up some names/structures following the renaming of TLS extension | Joel Sing |
2019-05-08 | In DTLS, use_srtp is part of the extended server hello while in TLSv1.3, | Theo Buehler |
2019-03-25 | Defer sigalgs selection until the certificate is known. | Joel Sing |
2019-03-19 | Revert TLS1_get{,_client}_version simplification because DTLS. | Joel Sing |
2019-03-17 | Partially clean up the TLS1_get_{,client}_version macros. | Joel Sing |
2019-02-03 | Revert r1.38 as it introduces use of a stack value post function return. | Joel Sing |
2019-01-31 | unwrap a line introduced in previous. | Theo Buehler |
2019-01-30 | Correct handling of TLS sigalgs extension for TLSv1.0/TLSv1.1. | Joel Sing |
2019-01-28 | Deduplicate a bunch of replicated code in the extension handling | Bob Beck |
2019-01-28 | Add tls_extension_seen(), a utility to know if a particular extension | Bob Beck |
2019-01-24 | Add server side of versions, keyshare, and client and server of cookie | Bob Beck |
2019-01-24 | move the extensions_seen into the handshake struct | Bob Beck |
2019-01-23 | Modify sigalgs extension processing to accomodate TLS 1.3. | Bob Beck |
2019-01-23 | revert previous, accidentally contained another diff in addition | Bob Beck |
2019-01-23 | Modify sigalgs extension processing for TLS 1.3. | Bob Beck |
2019-01-20 | TLS 1.3 clients always need to send the supported groups extension. | Joel Sing |
2019-01-18 | bump copyright years appopriately | Bob Beck |
2019-01-18 | Add client side of supported versions and keyshare extensions with basic regress | Bob Beck |
2019-01-18 | Add support for RFC 8446 section 4.2 enforcing which extensions may | Bob Beck |
2019-01-18 | Rename TLS extension handling to use less "hello". | Joel Sing |
2018-11-09 | Add the ability to have a separate priority list for sigalgs. | Bob Beck |
2018-11-09 | Reimplement the sigalgs processing code into a new implementation | Bob Beck |
2018-11-05 | Rename the TLS Supported Elliptic Curves extension to Supported Groups. | Joel Sing |
2018-11-05 | Rework the TLS extension handling code to improve readability/flexibility, | Joel Sing |
2018-05-12 | If we fail to decode an EC point format extension, send a decode_error | Joel Sing |
2018-02-08 | Complete the TLS extension rewrite on the client-side. | Joel Sing |
2018-01-27 | Complete the TLS extension handling rewrite for the server-side. | Joel Sing |
2018-01-27 | Clarify the comment re the F5 EC curves extension bug. | Joel Sing |
2017-11-28 | Correct TLS extensions handling when no extensions are present. | Joel Sing |
2017-09-25 | Fix various issues in the OCSP extension parsing code: | Joel Sing |
2017-09-25 | When building the OCSP extension, only add the length prefixed extensions | Joel Sing |
2017-08-30 | Move the full extension building into tlsext_{client,server}hello_build(), | Joel Sing |
2017-08-29 | When OCSP status type is unknown, ignore the extension. | Doug Hogan |
2017-08-29 | Actually parse the ALPN extension in a client hello, even if no ALPN | Joel Sing |
2017-08-27 | Rewrite SRTP extension using CBB/CBS and the new extension framework. | Doug Hogan |
2017-08-26 | Rewrite ALPN extension using CBB/CBS and the new extension framework. | Doug Hogan |