Don't send supported groups if no-ec and we're doing DTLS
[openssl.git] / ssl / statem / extensions_clnt.c
2020-06-19 Matt CaswellDon't send supported groups if no-ec and we're doing...
2020-06-19 Matt CaswellProvider a better error message if we fail to copy...
2020-06-19 Matt CaswellModify libssl to discover supported groups based on...
2020-06-05 Matt CaswellDon't downgrade keys in libssl
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-08 Richard LevitteTLS: Temporarly downgrade newly generated EVP_PKEYs...
2020-02-06 Matt CaswellExplicitly fetch ciphers and digests in libssl
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-07-25 David BenjaminDon't generate an unnecessary Diffie-Hellman key in...
2019-06-18 Matt CaswellFollowing the previous 2 commits also move ecpointforma...
2019-06-17 Matt CaswellAllow TLSv1.3 in a no-ec build
2019-06-12 raja-ashokTLS1.3 FFDHE Support
2019-04-29 Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2019-03-05 Matt CaswellDon't write the tick_identity to the session
2019-02-15 Todd ShortAdd option to disable Extended Master Secret
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-08 Matt CaswellIgnore disabled ciphers when deciding if we are using ECC
2018-08-22 Matt CaswellUse the same min-max version range on the client consis...
2018-08-20 Matt CaswellChange Post Handshake auth so that it is opt-in
2018-08-15 Matt CaswellUpdate code for the final RFC version of TLSv1.3 (RFC8446)
2018-05-15 Matt CaswellSuport TLSv1.3 draft 28
2018-03-27 Matt CaswellAssert that alpn_selected is NULL before we assign it
2018-03-21 Peter WuFix stack-use-after-scope
2018-03-19 Matt CaswellFix no-psk
2018-03-14 Matt CaswellOnly allow supported_versions in a TLSv1.3 ServerHello
2018-03-09 Matt CaswellFallback on old style PSK callbacks if the new style...
2018-03-05 Todd ShortIf not sending key_share (no TLSv1.3), return appropria...
2018-03-05 Matt CaswellFix status_request and SCT extensions
2018-02-13 Matt CaswellUpdate copyright year
2018-02-12 Matt CaswellDon't overestimate the ticket age
2018-02-01 Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-02-01 Matt CaswellFix some instances of the wrong alert type being sent
2017-12-17 Paul YangRemove spaces at end of line in ssl/statem
2017-12-14 Matt CaswellDelay flush until after CCS with early_data
2017-12-14 Matt CaswellSend supported_versions in an HRR
2017-12-14 Matt CaswellUpdate state machine to send CCS based on whether we...
2017-12-14 Matt CaswellUpdate ServerHello to new draft-22 format
2017-12-04 Matt CaswellFix up a few places in the state machine that got misse...
2017-12-04 Matt CaswellConvert the state machine code to use SSLfatal()
2017-11-21 Matt CaswellAllow a client to send early_data with SNI if the sessi...
2017-11-13 Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-11-05 FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-10-06 Dr. Stephen HensonChange curves to groups where relevant
2017-10-06 Dr. Stephen HensonUse separate functions for supported and peer groups...
2017-09-26 Dr. Stephen HensonRename tls1_get_curvelist.
2017-09-26 Dr. Stephen HensonReplace tls1_ec_curve_id2nid.
2017-09-22 Dr. Stephen HensonStore groups as uint16_t
2017-09-04 Matt CaswellDon't attempt to add a zero length padding extension
2017-09-01 Andy Polyakovssl/statem/extensions_clnt.c: fix return code buglet.
2017-09-01 Andy Polyakovssl/statem/*.c: address "enum mixed with another type...
2017-08-31 Rich SalzAvoid possible uninitialized variable.
2017-08-31 Matt CaswellVarious review fixes for PSK early_data support
2017-08-31 Matt CaswellClient side sanity check of ALPN after server has accep...
2017-08-31 Matt CaswellAdd some fixes for Travis failures
2017-08-31 Matt CaswellMake sure we save ALPN data in the session
2017-08-31 Matt CaswellComplain if we are writing early data but SNI or ALPN...
2017-08-31 Matt CaswellEnable the ability to use an external PSK for sending...
2017-08-18 Todd ShortReorder extensions to put SigAlgs last
2017-08-03 Matt CaswellMove ossl_assert
2017-07-07 Matt CaswellDo not allow non-dhe kex_modes by default
2017-06-21 Paul YangAvoid compiler complaining
2017-06-21 Matt CaswellPSK related tweaks based on review feedback
2017-06-21 Matt CaswellFix some bugs in the TLSv1.3 PSK code
2017-06-21 Matt CaswellAdd TLSv1.3 client side external PSK support
2017-06-21 Matt CaswellAdd TLSv1.3 server side external PSK support
2017-05-22 Matt CaswellConvert existing usage of assert() to ossl_assert(...
2017-05-19 Matt CaswellTry to be more consistent about the alerts we send
2017-05-18 Matt CaswellFix EXT_RETURN usage for add_key_share()
2017-05-17 Matt CaswellFail if we receive a response to an extension that...
2017-05-11 Matt CaswellFix more alert codes
2017-05-09 Matt CaswellFix HRR bug
2017-04-26 Matt CaswellAdd a ciphersuite config sanity check for servers
2017-04-07 Matt CaswellImplement a new custom extensions API
2017-04-07 Matt CaswellMove the extensions context codes into the public API
2017-04-03 Matt CaswellFix calls to SSL_get_server_tmp_key() in TLSv1.3
2017-03-28 FdaSilvaYYFix a few more typos
2017-03-16 Matt CaswellFix the Padding extension
2017-03-16 Matt CaswellEnsure after an HRR any PSKs have the right hash
2017-03-16 Matt CaswellMerge early_data_info extension into early_data
2017-03-15 Benjamin KadukRemove dead code
2017-03-15 Benjamin KadukTighten up client status_request processing
2017-03-14 Benjamin KadukDe-obfuscate
2017-03-06 Kurt RoeckxFix double free in cookie generation.
2017-03-04 Matt CaswellAdd basic TLSv1.3 cookie support
2017-03-02 Matt CaswellDon't accept early_data if we are going to issue a...
2017-03-02 Matt CaswellAdd extra validation parsing the server-to-client early...
2017-03-02 Matt CaswellImplement client side parsing of the early_data extension
2017-03-02 Matt CaswellConstruct the early_data extension
2017-03-02 Matt CaswellParse the ticket_early_data_info extension
2017-02-16 Matt CaswellDon't change the state of the ETM flags until CCS proce...
2017-02-14 Matt CaswellAdd a bytestogroup macro
2017-02-14 Matt CaswellVarious style fixes following review feedback
2017-02-14 Matt CaswellAdd client side support for parsing Hello Retry Request
2017-02-14 Matt CaswellAdd server side support for creating the Hello Retry...
2017-02-14 Matt CaswellMake the context available to the extensions parse...
2017-01-30 Dr. Stephen HensonUse uint16_t for signature scheme.
2017-01-30 Matt CaswellVarious style fixes following review feedback
2017-01-30 Matt CaswellMiscellaneous style tweaks based on feedback received
2017-01-30 Matt CaswellAlways ensure that session->cipher is set
next