summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-20Never expose ssl->bbio in the public API.Matt Caswell
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-20Sanity check in ssl_get_algorithm2().Dr. Stephen Henson
2016-07-20Send alert on CKE error.Dr. Stephen Henson
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte
2016-07-19Fix two bugs in clienthello processingEmilia Kasper
2016-07-19SSL test framework: port NPN and ALPN testsEmilia 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-19make updateRichard Levitte
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-18Fix bug with s2n et al macrosMatt 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-16fix memory leaksMiroslav Franc
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-12Perform DANE-EE(3) name checks by defaultViktor Dukhovni
2016-07-08GH1278: Removed error code for alertsRich Salz
2016-07-02Fix broken loading of client CAsAndreas Karlsson
2016-07-01Avoid an overflow in constructing the ServerKeyExchange messageMatt Caswell
2016-06-29Whitespace cleanup in ssl folderFdaSilvaYY