summaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem_clnt.c
AgeCommit message (Expand)Author
2018-08-14Update copyright yearMatt Caswell
2018-05-11Don't fail on an out-of-order CCS in DTLSMatt Caswell
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
2017-10-04Remove an incorrect commentMatt Caswell
2017-06-21Don't fail the connection in SSLv3 if server selects ECDHEMatt Caswell
2017-04-25Remove special case code for SCTP reneg handlingMatt Caswell
2017-03-30More typo fixesFdaSilvaYY
2017-03-28Fix a few more typosFdaSilvaYY
2017-01-26Better check of DH parameters in TLS dataRichard Levitte
2016-12-08Only call memcpy when the length is larger than 0.Kurt Roeckx
2016-11-23Fix missing NULL checks in CKE processingMatt Caswell
2016-11-07Partial revert of "Fix client verify mode to check SSL_VERIFY_PEER"Matt Caswell
2016-09-22Avoid KCI attack for GOSTDmitry Belyavsky
2016-08-23Fix leak on error in tls_construct_cke_gostMatt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-08-15Fix no-ecDr. Stephen Henson
2016-08-13Modify TLS support for new X25519 API.Dr. Stephen Henson
2016-08-04Fix ossl_statem_client_max_message_size() for DTLS1_BAD_VERDavid Woodhouse
2016-08-01peer_tmp doesn't exist if no-ec no-dh.Ben Laurie
2016-07-23Correct misspelt OPENSSL_NO_SRPRichard Levitte
2016-07-19Update error codes following tls_process_key_exchange() refactorMatt Caswell
2016-07-19Tidy up tls_process_key_exchange()Matt Caswell
2016-07-19Split out ECDHE from tls_process_key_exchange()Matt Caswell
2016-07-19Split out DHE from tls_process_key_exchange()Matt Caswell
2016-07-19Split out SRP from tls_process_key_exchange()Matt Caswell
2016-07-19Split out the PSK preamble from tls_process_key_exchange()Matt Caswell
2016-07-19Move the PSK preamble for tls_process_key_exchange()Matt Caswell
2016-07-19Narrow scope of locals vars in tls_process_key_exchange()Matt Caswell
2016-07-19Remove sessions from external cache, even if internal cache not used.Matt Caswell
2016-07-19Fixup a few SSLerr calls in ssl/statem/Richard Levitte
2016-07-18Fix up error codes after splitting up tls_construct_key_exchange()Matt Caswell
2016-07-18Some tidy ups after the CKE construction refactorMatt Caswell
2016-07-18Split out SRP CKE construction into a separate functionMatt Caswell
2016-07-18Split out GOST CKE construction into a separate functionMatt Caswell
2016-07-18Split out DHE CKE construction into a separate functionMatt Caswell
2016-07-18Split out DHE CKE construction into a separate functionMatt Caswell
2016-07-18Split out CKE construction PSK pre-amble and RSA into a separate functionMatt Caswell
2016-07-18Narrow the scope of local variables in tls_construct_client_key_exchange()Matt Caswell
2016-07-18Simplify key_exchange_expected() logicMatt Caswell
2016-07-18Fix SSLv3 alert if no Client Ceritifcate sent after a request for oneMatt Caswell
2016-07-18Prepare the client certificate earlierMatt Caswell
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-07-12Fix DH error-handling in tls_process_key_exchange.David Benjamin
2016-06-15Deal with the consequences of constifying gettersRichard Levitte
2016-06-09RT3720 Increment session miss counter properlyLaszlo Kovacs
2016-06-03Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell
2016-05-20Simplify SSL BIO buffering logicMatt Caswell
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-17Fix some out of date commentsMatt Caswell
2016-05-13The NewSessionTicket message is not optional.David Benjamin