aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2016-07-19Split out the PSK preamble from tls_process_key_exchange()Matt Caswell1-41/+42
2016-07-19Move the PSK preamble for tls_process_key_exchange()Matt Caswell1-0/+9
2016-07-19Narrow scope of locals vars in tls_process_key_exchange()Matt Caswell1-17/+8
2016-07-19Remove sessions from external cache, even if internal cache not used.Matt Caswell2-14/+7
2016-07-19make updateRichard Levitte1-0/+4
2016-07-19Fixup a few SSLerr calls in ssl/statem/Richard Levitte2-3/+3
2016-07-18Refactor Identity Hint handlingMatt Caswell1-4/+13
2016-07-18Fix up error codes after splitting up tls_construct_key_exchange()Matt Caswell2-49/+37
2016-07-18Some tidy ups after the CKE construction refactorMatt Caswell1-11/+9
2016-07-18Split out SRP CKE construction into a separate functionMatt Caswell1-23/+33
2016-07-18Split out GOST CKE construction into a separate functionMatt Caswell1-129/+144
2016-07-18Split out DHE CKE construction into a separate functionMatt Caswell1-48/+59
2016-07-18Split out DHE CKE construction into a separate functionMatt Caswell1-33/+41
2016-07-18Split out CKE construction PSK pre-amble and RSA into a separate functionMatt Caswell1-150/+178
2016-07-18Narrow the scope of local variables in tls_construct_client_key_exchange()Matt Caswell1-52/+58
2016-07-18Fix bug with s2n et al macrosMatt Caswell1-12/+12
2016-07-18Errors fix up following break up of CKE processingMatt Caswell2-56/+51
2016-07-18Remove the f_err lable from tls_process_client_key_exchange()Matt Caswell1-4/+3
2016-07-18Split out GOST from process CKE codeMatt Caswell1-131/+152
2016-07-18Split out ECDHE from process CKE codeMatt Caswell1-61/+70
2016-07-18Split out DHE from process CKE codeMatt Caswell1-73/+80
2016-07-18Split out PSK preamble and RSA from process CKE codeMatt Caswell2-221/+245
2016-07-18Reduce the scope of some variables in tls_process_client_key_exchange()Matt Caswell1-16/+16
2016-07-18Fix formatting in statem_srvr.c based on review feedbackMatt Caswell1-3/+4
2016-07-18Try and make the transition tests for CKE message clearerMatt Caswell1-18/+22
2016-07-18Simplify key_exchange_expected() logicMatt Caswell1-5/+0
2016-07-18Make sure we call ssl3_digest_cached_records() when necessaryMatt Caswell1-9/+8
2016-07-18Fix SSLv3 alert if no Client Ceritifcate sent after a request for oneMatt Caswell3-6/+21
2016-07-18Prepare the client certificate earlierMatt Caswell1-4/+4
2016-07-16fix memory leaksMiroslav Franc1-0/+2
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson7-39/+64
2016-07-12Fix DH error-handling in tls_process_key_exchange.David Benjamin1-0/+2
2016-07-12Perform DANE-EE(3) name checks by defaultViktor Dukhovni1-0/+37
2016-07-08GH1278: Removed error code for alertsRich Salz1-0/+56
2016-07-02Fix broken loading of client CAsAndreas Karlsson1-2/+1
2016-07-01Avoid an overflow in constructing the ServerKeyExchange messageMatt Caswell1-0/+5
2016-06-29Whitespace cleanup in ssl folderFdaSilvaYY8-10/+10
2016-06-29SpellingFdaSilvaYY1-1/+1
2016-06-27Ensure read records are marked as readMatt Caswell1-1/+8
2016-06-23Add checks on sk_TYPE_push() returned resultFdaSilvaYY4-18/+40
2016-06-22Spelling... and more spellingFdaSilvaYY6-9/+9
2016-06-21Make RSA key exchange code actually constant-time.David Benjamin1-15/+36
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY4-4/+0
2016-06-15Deal with the consequences of constifying gettersRichard Levitte2-2/+2
2016-06-14Initialize the session_idKurt Roeckx1-0/+2
2016-06-14Fix commentMatt Caswell1-2/+1
2016-06-13Add some missing return value checksMatt Caswell1-1/+4
2016-06-13Ensure SSL_set_session clears the old session from cache if it is badMatt Caswell1-19/+11
2016-06-11Don't compare a just free()d pointerKurt Roeckx1-1/+1
2016-06-09RT3720 Increment session miss counter properlyLaszlo Kovacs1-0/+1