]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/statem/extensions_srvr.c
Ensure default supported groups works even with no-ec and no-dh
[thirdparty/openssl.git] / ssl / statem / extensions_srvr.c
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_encapsulate on server side
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-13  Matt CaswellFix safestack issues in ocsp.h
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-09-13  Matt CaswellFix safestack issues in ssl.h
2020-08-29  Matt CaswellEnsure libssl creates libctx aware MAC keys
2020-08-09  Shane LontisAdd EVP signature with libctx methods.
2020-06-19  Matt CaswellModify libssl to discover supported groups based on...
2020-06-05  Matt CaswellDon't downgrade keys in libssl
2020-05-19  Dmitry BelyavskiyNew Russian TLS 1.2 implementation
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-04-01  Matt CaswellUse EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex...
2020-02-20  PauliDeprecate the low level Diffie-Hellman functions.
2020-02-06  Matt CaswellUse the OPENSSL_CTX and property query string in EVP_PK...
2020-02-06  Matt CaswellExplicitly fetch ciphers and digests in libssl
2020-01-30  Matt CaswellFix SSL_get_servername() and SNI behaviour
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-06  Matt CaswellDon't send a status_request extension in a CertificateR...
2019-06-18  Matt CaswellFollowing the previous 2 commits also move ecpointforma...
2019-06-18  Matt CaswellFix a race condition in supported groups handling
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-09-04  Matt CaswellSend a NewSessionTicket after using an external PSK
2018-08-15  Matt CaswellUpdate code for the final RFC version of TLSv1.3 (RFC8446)
2018-07-20  Benjamin KadukNormalize SNI hostname handling for SSL and SSL_SESSION
2018-07-17  Matt CaswellAlways issue new tickets when using TLSv1.3 stateful...
2018-07-02  Matt CaswellMake the anti-replay feature optional
2018-06-26  Matt CaswellUse stateful tickets if we are doing anti-replay
2018-06-26  Matt CaswellRespect SSL_OP_NO_TICKET in TLSv1.3
2018-05-22  Matt CaswellFix no-ec in combination with no-dh
2018-05-15  Matt CaswellSuport TLSv1.3 draft 28
2018-05-11  Matt CaswellRework the decrypt ticket callback
2018-04-17  Matt CaswellIgnore the status_request extension in a resumption...
2018-03-19  Matt CaswellFix no-psk
2018-03-19  Matt CaswellAdd an anti-replay mechanism
2018-03-15  Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15  Matt CaswellAdd support for setting raw private HMAC keys
2018-03-14  Matt CaswellOnly allow supported_versions in a TLSv1.3 ServerHello
2018-03-12  Benjamin SaundersIntroduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
2018-03-12  Todd ShortSession Ticket app data
2018-03-09  Matt CaswellGive more information in the SSL_stateless return code
2018-03-09  Matt CaswellFallback on old style PSK callbacks if the new style...
2018-02-13  Matt CaswellUpdate copyright year
2018-02-01  Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-01-25  Benjamin KadukAdd support for the TLS 1.3 signature_algorithms_cert...
2018-01-24  Matt CaswellUpdates following review of SSL_stateless() code
2018-01-24  Matt CaswellAdd a timestamp to the cookie
2018-01-24  Matt CaswellFix the cookie/key_share extensions for use with SSL_st...
2018-01-24  Matt CaswellFix logic around when to send an HRR based on cookies
2018-01-24  Matt CaswellAdd support for sending TLSv1.3 cookies
2017-12-17  Paul YangRemove spaces at end of line in ssl/statem
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-06  Matt CaswellFix bug in TLSv1.3 PSK processing
2017-12-04  Matt CaswellAdd some more cleanups
2017-12-04  Matt CaswellFix up a few places in the state machine that got misse...
2017-12-04  Matt CaswellConvert remaining functions in statem_srvr.c to use...
2017-12-04  Matt CaswellConvert the state machine code to use SSLfatal()
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 HensonNew function ssl_generate_param_group
2017-09-26  Dr. Stephen HensonReplace tls1_ec_curve_id2nid.
2017-09-22  Dr. Stephen HensonStore groups as uint16_t
2017-08-31  Matt CaswellAdd server side sanity checks of SNI/ALPN for use with...
2017-08-31  Matt CaswellEnable the ability to use an external PSK for sending...
2017-08-11  FdaSilvaYYFix some Typos and indents
2017-08-09  Benjamin KadukDon't modify resumed session objects
2017-07-18  Matt CaswellFix early_data with an HRR
2017-07-07  Matt CaswellDo not allow non-dhe kex_modes by default
2017-06-21  Matt CaswellFix some bugs in the TLSv1.3 PSK code
2017-06-21  Matt CaswellAdd TLSv1.3 server side external PSK support
2017-06-16  Matt CaswellMove ciphersuite selection before session resumption...
2017-06-06  Todd ShortFix #2400 Add NO_RENEGOTIATE option
2017-05-19  Matt CaswellTry to be more consistent about the alerts we send
2017-05-17  Matt CaswellFail if we receive a response to an extension that...
2017-05-11  Matt CaswellSend a missing_extension alert if key_share/supported...
2017-05-11  Matt CaswellFix some alert codes
2017-05-10  Richard LevitteFix 'no-ec'
2017-05-08  Matt CaswellUpdates to supported_groups following review feedback
2017-05-08  Matt CaswellSend the supported_groups extension in EE where applicable
2017-04-19  Todd ShortFix minor compiler issues.
2017-04-07  Matt CaswellMove the extensions context codes into the public API
2017-03-16  Matt CaswellMerge early_data_info extension into early_data
2017-03-04  Matt CaswellFix a memory leak on an error path
2017-03-02  Matt CaswellSilence some clang warnings
2017-03-02  Matt CaswellDon't accept early_data if we are going to issue a...
2017-03-02  Matt CaswellValidate the ticket age for resumed sessions
2017-03-02  Matt CaswellConstruct the server side early_data extension
next