Make rcu_thread_key context-aware
[openssl.git] / ssl / statem / extensions_clnt.c
2023-08-15 Matt CaswellNewSessionTickets with an early_data extension must...
2023-03-28 Todd ShortRFC7250 (RPK) support
2022-10-12 Matt CaswellEnsure that the key share group is allowed for our...
2022-10-07 Matt CaswellPartial revert and reimplement "Enable brainpool curves...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-23 Matt CaswellMove logic for figuring out the record version out...
2022-09-13 Paulissl: modify libssl so that it uses OSSL_TIME
2022-08-18 PauliCoverity: misuses of time_t
2022-08-18 Matt CaswellMove some fields out of the SSL object and into the...
2022-08-18 Matt CaswellRemove some use of SSL object from record layer
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-05-03 Matt CaswellUpdate copyright year
2022-02-17 Tomas MrazAdd back check for the DH public key size
2021-11-29 Dmitry BelyavskiyNo EtM for GOST ciphers in TLS 1.2
2021-11-26 Bernd EdlingerEnable brainpool curves for TLS1.3
2021-11-04 Bernd EdlingerFix a memory leak in tls_parse_stoc_key_share
2021-06-02 Paulitls: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-15 Benjamin KadukPromote SSL_get_negotiated_group() for non-TLSv1.3
2021-03-25 Matt CaswellEnsure buffer/length pairs are always in sync
2021-03-08 Matt CaswellFix the check for suitable groups and TLSv1.3
2021-02-18 Matt CaswellUpdate copyright year
2021-02-05 Matt CaswellRemove OPENSSL_NO_EC guards from libssl
2021-02-05 Matt CaswellMake supported_groups code independent of EC and DH
2021-02-05 Matt CaswellEnsure default supported groups works even with no...
2020-12-03 Paulitag unused function arguments as ossl_unused
2020-11-11 Richard LevitteSSL: refactor all SSLfatal() calls
2020-10-20 Matt CaswellRename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_...
2020-10-14 Nicola Tuveri[ssl] Support ssl_decapsulate on client side
2020-09-13 Matt CaswellFix safestack issues in ocsp.h
2020-09-13 Matt CaswellFix safestack issues in ssl.h
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()
next