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