summaryrefslogtreecommitdiffstats
path: root/ssl/statem
AgeCommit message (Expand)Author
2016-07-19Fix two bugs in clienthello processingEmilia Kasper
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-18Refactor Identity Hint handlingMatt Caswell
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-18Errors fix up following break up of CKE processingMatt Caswell
2016-07-18Remove the f_err lable from tls_process_client_key_exchange()Matt Caswell
2016-07-18Split out GOST from process CKE codeMatt Caswell
2016-07-18Split out ECDHE from process CKE codeMatt Caswell
2016-07-18Split out DHE from process CKE codeMatt Caswell
2016-07-18Split out PSK preamble and RSA from process CKE codeMatt Caswell
2016-07-18Reduce the scope of some variables in tls_process_client_key_exchange()Matt Caswell
2016-07-18Fix formatting in statem_srvr.c based on review feedbackMatt Caswell
2016-07-18Try and make the transition tests for CKE message clearerMatt Caswell
2016-07-18Simplify key_exchange_expected() logicMatt Caswell
2016-07-18Make sure we call ssl3_digest_cached_records() when necessaryMatt 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-07-01Avoid an overflow in constructing the ServerKeyExchange messageMatt Caswell
2016-06-29Whitespace cleanup in ssl folderFdaSilvaYY
2016-06-21Make RSA key exchange code actually constant-time.David Benjamin
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-15Deal with the consequences of constifying gettersRichard Levitte
2016-06-09RT3720 Increment session miss counter properlyLaszlo Kovacs
2016-06-09Fix session ticket and SNITodd Short
2016-06-04RT3895: Remove fprintf's from SSL library.Rich Salz
2016-06-03Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell
2016-05-20Ensure async IO works with new state machineMatt Caswell
2016-05-20Tighten up logic around ChangeCipherSpec.David Benjamin
2016-05-20Simplify SSL BIO buffering logicMatt Caswell
2016-05-18Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-17Fix some out of date commentsMatt Caswell