summaryrefslogtreecommitdiffstats
path: root/ssl/statem/extensions_clnt.c
AgeCommit message (Expand)Author
2020-06-19Don't send supported groups if no-ec and we're doing DTLSMatt Caswell
2020-06-19Provider a better error message if we fail to copy parametersMatt Caswell
2020-06-19Modify libssl to discover supported groups based on available providersMatt Caswell
2020-06-05Don't downgrade keys in libsslMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-08TLS: Temporarly downgrade newly generated EVP_PKEYs to legacyRichard Levitte
2020-02-06Explicitly fetch ciphers and digests in libsslMatt Caswell
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-07-25Don't generate an unnecessary Diffie-Hellman key in TLS 1.3 clients.David Benjamin
2019-06-18Following the previous 2 commits also move ecpointformats out of sessionMatt Caswell
2019-06-17Allow TLSv1.3 in a no-ec buildMatt Caswell
2019-06-12TLS1.3 FFDHE Supportraja-ashok
2019-04-29Collapse ssl3_state_st (s3) into ssl_stTodd Short
2019-03-05Don't write the tick_identity to the sessionMatt Caswell
2019-02-15Add option to disable Extended Master SecretTodd Short
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-11-08Ignore disabled ciphers when deciding if we are using ECCMatt Caswell
2018-08-22Use the same min-max version range on the client consistentlyMatt Caswell
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell
2018-08-15Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell
2018-05-15Suport TLSv1.3 draft 28Matt Caswell
2018-03-27Assert that alpn_selected is NULL before we assign itMatt Caswell
2018-03-21Fix stack-use-after-scopePeter Wu
2018-03-19Fix no-pskMatt Caswell
2018-03-14Only allow supported_versions in a TLSv1.3 ServerHelloMatt Caswell
2018-03-09Fallback on old style PSK callbacks if the new style ones aren't presentMatt Caswell
2018-03-05If not sending key_share (no TLSv1.3), return appropriately.Todd Short
2018-03-05Fix status_request and SCT extensionsMatt Caswell
2018-02-13Update copyright yearMatt Caswell
2018-02-12Don't overestimate the ticket ageMatt Caswell
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2018-02-01Fix some instances of the wrong alert type being sentMatt Caswell
2017-12-17Remove spaces at end of line in ssl/statemPaul Yang
2017-12-14Delay flush until after CCS with early_dataMatt Caswell
2017-12-14Send supported_versions in an HRRMatt Caswell
2017-12-14Update state machine to send CCS based on whether we did an HRRMatt Caswell
2017-12-14Update ServerHello to new draft-22 formatMatt Caswell
2017-12-04Fix up a few places in the state machine that got missed with SSLfatal()Matt Caswell
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-11-21Allow a client to send early_data with SNI if the session has no SNIMatt Caswell
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-10-06Change curves to groups where relevantDr. Stephen Henson
2017-10-06Use separate functions for supported and peer groups listsDr. Stephen Henson
2017-09-26Rename tls1_get_curvelist.Dr. Stephen Henson
2017-09-26Replace tls1_ec_curve_id2nid.Dr. Stephen Henson
2017-09-22Store groups as uint16_tDr. Stephen Henson
2017-09-04Don't attempt to add a zero length padding extensionMatt Caswell
2017-09-01ssl/statem/extensions_clnt.c: fix return code buglet.Andy Polyakov