]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/statem/statem_clnt.c
Don't double free a DH object
[thirdparty/openssl.git] / ssl / statem / statem_clnt.c
2020-04-01  Matt CaswellDon't double free a DH object
2020-03-24  Matt CaswellUse a fetched version of SHA256 in tls_process_new_sess...
2020-03-23  Matt CaswellUse the libctx and properties when constructing an...
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-24  Matt CaswellMake sure we use RAND_bytes_ex and RAND_priv_bytes_ex...
2020-01-19  Matt Caswelllibssl: Eliminate as much use of EVP_PKEY_size() as...
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-06-03  Matt CaswellDefer sending a KeyUpdate until after pending writes...
2019-04-29  Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2019-03-06  Richard LevitteAdapt SSL_DEBUG to the new generic trace API
2019-03-05  Matt CaswellDon't write the tick_identity to the session
2019-02-01  Michael TuexenFix end-point shared secret for DTLS/SCTP
2019-01-08  Matt CaswellDon't artificially limit the size of the ClientHello
2018-12-15  Kurt RoeckxUse (D)TLS_MAX_VERSION_INTERNAL internally
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-05  Matt CaswellFix some SSL_export_keying_material() issues
2018-11-27  Paul YangFix access zero memory if SSL_DEBUG is enabled
2018-10-30  Matt CaswellDon't call the client_cert_cb immediately in TLSv1.3
2018-09-07  Matt CaswellProcess KeyUpdate and NewSessionTicket messages after...
2018-08-07  Andy Polyakovssl/*: switch to switch to Thread-Sanitizer-friendly...
2018-08-06  Matt CaswellEnsure we send an alert on error when processing a...
2018-07-13  Matt CaswellUse ssl_version_supported() when choosing server version
2018-07-03  Matt CaswellRemove TLSv1.3 tickets from the client cache as we...
2018-07-03  Matt CaswellRestore behaviour from commit 36ff232cf that was incorr...
2018-06-07  Matt CaswellReformulate the if condition in tls_process_new_session...
2018-06-07  Matt CaswellDon't store the ticket nonce in the session
2018-06-07  Matt CaswellFix TLSv1.3 ticket nonces
2018-05-17  Matt CaswellChange the default number of NewSessionTickets we send...
2018-05-08  Matt CaswellDon't fail on an out-of-order CCS in DTLS
2018-03-28  Rich SalzRewrite the X509->alert mapping code
2018-03-28  Matt CaswellTolerate a Certificate using a non-supported group...
2018-03-27  Philippe Antoinestatem/statem_clnt.c: omit redundant check in tls_const...
2018-03-19  Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-02-12  Matt CaswellThe function ssl_get_min_max_version() can fail
2018-02-01  Todd ShortFix some minor code nits
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
2018-01-25  Benjamin KadukAdd support for the TLS 1.3 signature_algorithms_cert...
2018-01-24  Matt CaswellAdd support for sending TLSv1.3 cookies
2018-01-22  Rich SalzMove fprintf after assignment to avoid crash.
2017-12-28  Matt CaswellDon't flush the ClientHello if we're going to send...
2017-12-14  Matt CaswellIssue a CCS from the client if we received an HRR
2017-12-14  Matt CaswellDelay flush until after CCS with early_data
2017-12-14  Matt CaswellUpdate state machine to send CCS based on whether we...
2017-12-14  Matt CaswellMerge HRR into ServerHello
2017-12-14  Matt CaswellSend a CCS from a client in an early_data handshake
2017-12-14  Matt CaswellSend a CCS from the client in a non-early_data handshake
2017-12-14  Matt CaswellRemove TLSv1.3 specific write transition for ClientHello
2017-12-14  Matt CaswellImplement session id TLSv1.3 middlebox compatibility...
2017-12-14  Matt CaswellUpdate ServerHello to new draft-22 format
2017-12-08  Rich SalzConsistent formatting for sizeof(foo)
2017-12-04  Matt CaswellFix some formatting nits
2017-12-04  Matt CaswellAdd some more cleanups
2017-12-04  Matt CaswellAssert that SSLfatal() only gets called once
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_clnt.c to use...
2017-12-04  Matt CaswellConvert the state machine code to use SSLfatal()
2017-10-30  Benjamin KadukNormalize on session_ctx for stats where possible
2017-10-30  Benjamin KadukUse atomics for SSL_CTX statistics
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-16  Matt CaswellSanity check the HRR version field
2017-10-16  Matt CaswellDon't do version neg on an HRR
2017-10-10  Tatsuhiro TsujikawaDon't change client random in Client Hello in its secon...
2017-10-06  Dr. Stephen HensonMerge tls1_check_curve into tls1_check_group_id
2017-10-04  Matt CaswellRemove an incorrect comment
2017-09-26  Dr. Stephen HensonNew function ssl_generate_param_group
2017-09-26  Dr. Stephen HensonReplace tls1_ec_curve_id2nid.
2017-09-14  Benjamin KadukFix no-ec no-dh build
2017-09-01  Andy Polyakovssl/statem/*.c: address "enum mixed with another type...
2017-08-03  Rich SalzAdd a DRBG to each SSL object
2017-08-01  Matt CaswellFix new_session_cb calls in TLSv1.3
2017-07-20  Paul YangSupport converting cipher name to RFC name and vice...
2017-07-18  Matt CaswellTolerate a zero length ticket nonce
2017-07-18  Matt CaswellFix early_data with an HRR
2017-07-13  Dr. Stephen HensonUse cert tables instead of X509_certificate_type
2017-07-13  Dr. Stephen HensonUse certificate tables instead of ssl_cipher_get_cert_i...
2017-07-07  Matt CaswellSend and receive the ticket_nonce field in a NewSession...
2017-07-03  Bernd EdlingerFix a crash in tls_construct_client_certificate.
2017-06-23  Matt CaswellTreat all failures from EVP_DigestVerify() as a bad...
2017-06-21  Dr. Stephen HensonAllow Ed25519 in TLS 1.2
2017-06-21  Dr. Stephen HensonConvert key exchange to one shot call
2017-06-21  Rich SalzMerge Nokia copyright notice into standard
2017-06-20  Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-16  Matt CaswellAllow the server to change the ciphersuite on resume
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-11  Bernd EdlingerFix gcc-7 warnings.
2017-05-11  Matt CaswellAdd some checks for trailing data after extension blocks
2017-05-11  Matt CaswellEnsure we fail with a decode error alert if the server...
2017-05-11  Matt CaswellFix more alert codes
2017-05-09  Matt CaswellVerify that if we have an HRR then something will change
2017-04-26  Tatsuhiro TsujikawaDon't treat PACKET_remaining() as boolean
2017-04-26  Tatsuhiro TsujikawaCall init and finalization functions per extension...
2017-04-26  Matt CaswellAlways duplicate the session on NewSessionTicket in...
2017-04-26  Matt CaswellAdd support for SSL_SESSION_is_resumable()
2017-04-26  Matt CaswellRemove TLS1.3 TODO around testing for session id length
2017-04-26  Matt CaswellAdd a ciphersuite config sanity check for clients
next