summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-07-19Fix building with no-cmsMatt Caswell
2016-07-19Convert the last uses of sockaddr in apps/* to use BIO_ADDR insteadRichard Levitte
2016-07-19Fix two bugs in clienthello processingEmilia Kasper
2016-07-19SSL test framework: port NPN and ALPN testsEmilia Kasper
2016-07-19Cleanup after sk_push failmrpre
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-19Add more session testsMatt Caswell
2016-07-19Remove sessions from external cache, even if internal cache not used.Matt Caswell
2016-07-19Have the Travis builds do a "make update"Richard Levitte
2016-07-19make updateRichard Levitte
2016-07-19Fixup a few SSLerr calls in ssl/statem/Richard Levitte
2016-07-19Fixup collision between SSL_F_TLS_PROCESS_SKE and SSL_F_TLS_PROCESS_CKE macrosRichard Levitte
2016-07-19Check and print out boolean type properly.Dr. Stephen Henson
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-18Don't make a difference between building test programs and other programsRichard Levitte
2016-07-18Use _NO_INST in some build.info filesRichard Levitte
2016-07-18Adapt the build files to the new "install" hash tableRichard Levitte
2016-07-18Document the _NO_INST variantsRichard Levitte
2016-07-18build.info: implement PROGRAM_NO_INST, and dito for ENGINES, SCRIPTS, LIBSRichard Levitte
2016-07-18Fix print of ASN.1 BIGNUM type.Dr. Stephen Henson
2016-07-18Fix formatting in statem_srvr.c based on review feedbackMatt Caswell
2016-07-18Ensure Travis tests SSLv3Matt Caswell
2016-07-18Try and make the transition tests for CKE message clearerMatt Caswell
2016-07-18Simplify key_exchange_expected() logicMatt Caswell
2016-07-18Fix client auth test_ssl_new failures when enabling/disabling protocolsMatt 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