summaryrefslogtreecommitdiffstats
path: root/ssl/statem/extensions_clnt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-04-231-1/+1
* TLS: Temporarly downgrade newly generated EVP_PKEYs to legacyRichard Levitte2020-04-081-0/+32
* Explicitly fetch ciphers and digests in libsslMatt Caswell2020-02-061-3/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Don't generate an unnecessary Diffie-Hellman key in TLS 1.3 clients.David Benjamin2019-07-251-2/+2
* Following the previous 2 commits also move ecpointformats out of sessionMatt Caswell2019-06-181-6/+6
* Allow TLSv1.3 in a no-ec buildMatt Caswell2019-06-171-10/+38
* TLS1.3 FFDHE Supportraja-ashok2019-06-121-9/+18
* Collapse ssl3_state_st (s3) into ssl_stTodd Short2019-04-291-43/+43
* Don't write the tick_identity to the sessionMatt Caswell2019-03-051-13/+23
* Add option to disable Extended Master SecretTodd Short2019-02-151-0/+5
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Ignore disabled ciphers when deciding if we are using ECCMatt Caswell2018-11-081-5/+8
* Use the same min-max version range on the client consistentlyMatt Caswell2018-08-221-1/+1
* Change Post Handshake auth so that it is opt-inMatt Caswell2018-08-201-17/+2
* Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell2018-08-151-22/+1
* Suport TLSv1.3 draft 28Matt Caswell2018-05-151-2/+6
* Assert that alpn_selected is NULL before we assign itMatt Caswell2018-03-271-1/+9
* Fix stack-use-after-scopePeter Wu2018-03-211-1/+3
* Fix no-pskMatt Caswell2018-03-191-1/+3
* Only allow supported_versions in a TLSv1.3 ServerHelloMatt Caswell2018-03-141-12/+12
* Fallback on old style PSK callbacks if the new style ones aren't presentMatt Caswell2018-03-091-0/+53
* If not sending key_share (no TLSv1.3), return appropriately.Todd Short2018-03-051-2/+3
* Fix status_request and SCT extensionsMatt Caswell2018-03-051-0/+12
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Don't overestimate the ticket ageMatt Caswell2018-02-121-0/+10
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-011-0/+42
* Fix some instances of the wrong alert type being sentMatt Caswell2018-02-011-2/+7
* Remove spaces at end of line in ssl/statemPaul Yang2017-12-171-1/+1
* Delay flush until after CCS with early_dataMatt Caswell2017-12-141-3/+3
* Send supported_versions in an HRRMatt Caswell2017-12-141-0/+15
* Update state machine to send CCS based on whether we did an HRRMatt Caswell2017-12-141-5/+5
* Update ServerHello to new draft-22 formatMatt Caswell2017-12-141-7/+37
* Fix up a few places in the state machine that got missed with SSLfatal()Matt Caswell2017-12-041-21/+18
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-197/+278
* Allow a client to send early_data with SNI if the session has no SNIMatt Caswell2017-11-211-7/+8
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-1/+1
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-0/+62
* Change curves to groups where relevantDr. Stephen Henson2017-10-061-17/+17
* Use separate functions for supported and peer groups listsDr. Stephen Henson2017-10-061-3/+3
* Rename tls1_get_curvelist.Dr. Stephen Henson2017-09-261-13/+3
* Replace tls1_ec_curve_id2nid.Dr. Stephen Henson2017-09-261-1/+1
* Store groups as uint16_tDr. Stephen Henson2017-09-221-15/+15
* Don't attempt to add a zero length padding extensionMatt Caswell2017-09-041-1/+1
* ssl/statem/extensions_clnt.c: fix return code buglet.Andy Polyakov2017-09-011-1/+1
* ssl/statem/*.c: address "enum mixed with another type" warnings.Andy Polyakov2017-09-011-2/+2
* Avoid possible uninitialized variable.Rich Salz2017-09-011-1/+1
* Various review fixes for PSK early_data supportMatt Caswell2017-08-311-4/+4
* Client side sanity check of ALPN after server has accepted early_dataMatt Caswell2017-08-311-11/+20
* Add some fixes for Travis failuresMatt Caswell2017-08-311-1/+1