aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* zero pad DHE public key in ServerKeyExchange message for interoprussor2016-07-251-0/+25
* Enforce and explicit some const castingFdaSilvaYY2016-07-252-3/+3
* Correct misspelt OPENSSL_NO_SRPRichard Levitte2016-07-231-1/+1
* Send alert for bad DH CKEDr. Stephen Henson2016-07-221-6/+1
* Have load_buildtin_compression in ssl/ssl_ciph.c return RUN_ONCE resultRichard Levitte2016-07-221-3/+8
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Never expose ssl->bbio in the public API.Matt Caswell2016-07-202-60/+58
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-209-139/+138
* Sanity check in ssl_get_algorithm2().Dr. Stephen Henson2016-07-201-1/+4
* Send alert on CKE error.Dr. Stephen Henson2016-07-201-6/+3
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-193-14/+19
* Fix two bugs in clienthello processingEmilia Kasper2016-07-193-54/+37
* SSL test framework: port NPN and ALPN testsEmilia Kasper2016-07-191-0/+2
* Update error codes following tls_process_key_exchange() refactorMatt Caswell2016-07-192-23/+28
* Tidy up tls_process_key_exchange()Matt Caswell2016-07-191-32/+41
* Split out ECDHE from tls_process_key_exchange()Matt Caswell2016-07-191-76/+86
* Split out DHE from tls_process_key_exchange()Matt Caswell2016-07-191-86/+99
* Split out SRP from tls_process_key_exchange()Matt Caswell2016-07-191-36/+51
* Split out the PSK preamble from tls_process_key_exchange()Matt Caswell2016-07-191-41/+42
* Move the PSK preamble for tls_process_key_exchange()Matt Caswell2016-07-191-0/+9
* Narrow scope of locals vars in tls_process_key_exchange()Matt Caswell2016-07-191-17/+8
* Remove sessions from external cache, even if internal cache not used.Matt Caswell2016-07-192-14/+7
* make updateRichard Levitte2016-07-191-0/+4
* Fixup a few SSLerr calls in ssl/statem/Richard Levitte2016-07-192-3/+3
* Refactor Identity Hint handlingMatt Caswell2016-07-181-4/+13
* Fix up error codes after splitting up tls_construct_key_exchange()Matt Caswell2016-07-182-49/+37
* Some tidy ups after the CKE construction refactorMatt Caswell2016-07-181-11/+9
* Split out SRP CKE construction into a separate functionMatt Caswell2016-07-181-23/+33
* Split out GOST CKE construction into a separate functionMatt Caswell2016-07-181-129/+144
* Split out DHE CKE construction into a separate functionMatt Caswell2016-07-181-48/+59
* Split out DHE CKE construction into a separate functionMatt Caswell2016-07-181-33/+41
* Split out CKE construction PSK pre-amble and RSA into a separate functionMatt Caswell2016-07-181-150/+178
* Narrow the scope of local variables in tls_construct_client_key_exchange()Matt Caswell2016-07-181-52/+58
* Fix bug with s2n et al macrosMatt Caswell2016-07-181-12/+12
* Errors fix up following break up of CKE processingMatt Caswell2016-07-182-56/+51
* Remove the f_err lable from tls_process_client_key_exchange()Matt Caswell2016-07-181-4/+3
* Split out GOST from process CKE codeMatt Caswell2016-07-181-131/+152
* Split out ECDHE from process CKE codeMatt Caswell2016-07-181-61/+70
* Split out DHE from process CKE codeMatt Caswell2016-07-181-73/+80
* Split out PSK preamble and RSA from process CKE codeMatt Caswell2016-07-182-221/+245
* Reduce the scope of some variables in tls_process_client_key_exchange()Matt Caswell2016-07-181-16/+16
* Fix formatting in statem_srvr.c based on review feedbackMatt Caswell2016-07-181-3/+4
* Try and make the transition tests for CKE message clearerMatt Caswell2016-07-181-18/+22
* Simplify key_exchange_expected() logicMatt Caswell2016-07-181-5/+0
* Make sure we call ssl3_digest_cached_records() when necessaryMatt Caswell2016-07-181-9/+8
* Fix SSLv3 alert if no Client Ceritifcate sent after a request for oneMatt Caswell2016-07-183-6/+21
* Prepare the client certificate earlierMatt Caswell2016-07-181-4/+4
* fix memory leaksMiroslav Franc2016-07-161-0/+2
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-157-39/+64
* Fix DH error-handling in tls_process_key_exchange.David Benjamin2016-07-121-0/+2