summaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem_clnt.c
AgeCommit message (Expand)Author
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
2016-04-29Client side CKE processing can double free on errorMatt Caswell
2016-04-28various spelling fixesFdaSilvaYY
2016-04-22Don't set peer_tmp until we have finished constructing itMatt Caswell
2016-04-09Make DH opaqueMatt Caswell
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-04-07Fix client verify mode to check SSL_VERIFY_PEERViktor Dukhovni
2016-04-07Fix memory leak on invalid CertificateRequest.David Benjamin
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-03-27Allow different protocol version when trying to reuse a sessionFedor Indutny
2016-03-20Remove #error from include files.Rich Salz
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx
2016-03-07Lowercase name of SSL_validate_ct as it is an internal functionRob Percival