aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Send alert on CKE error.Dr. Stephen Henson2016-07-201-6/+3
* Resolve over command syntax error which causes 'make install' to failCoty Sutherland2016-07-191-0/+9
* Document the slight change in CRYPTO_mem_ctrl()Richard Levitte2016-07-191-1/+2
* Document the slight change in ERR_get_next_error_library()Richard Levitte2016-07-191-1/+2
* make updateRichard Levitte2016-07-192-0/+7
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-1915-105/+178
* Define a few internal macros for easy use of run_once functionsRichard Levitte2016-07-191-0/+42
* RT4593: Add space after comma (doc nits)Rich Salz2016-07-1940-93/+97
* Fix forgotten gotoRichard Levitte2016-07-191-0/+1
* Fix building with no-cmsMatt Caswell2016-07-192-3/+15
* Convert the last uses of sockaddr in apps/* to use BIO_ADDR insteadRichard Levitte2016-07-191-8/+18
* Fix two bugs in clienthello processingEmilia Kasper2016-07-193-54/+37
* SSL test framework: port NPN and ALPN testsEmilia Kasper2016-07-1918-119/+1403
* Cleanup after sk_push failmrpre2016-07-191-1/+17
* Update error codes following tls_process_key_exchange() refactorMatt Caswell2016-07-193-23/+32
* 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
* Add more session testsMatt Caswell2016-07-192-28/+194
* Remove sessions from external cache, even if internal cache not used.Matt Caswell2016-07-192-14/+7
* Have the Travis builds do a "make update"Richard Levitte2016-07-191-0/+1
* make updateRichard Levitte2016-07-192-0/+6
* Fixup a few SSLerr calls in ssl/statem/Richard Levitte2016-07-192-3/+3
* Fixup collision between SSL_F_TLS_PROCESS_SKE and SSL_F_TLS_PROCESS_CKE macrosRichard Levitte2016-07-191-6/+6
* Check and print out boolean type properly.Dr. Stephen Henson2016-07-191-4/+10
* Refactor Identity Hint handlingMatt Caswell2016-07-181-4/+13
* Fix up error codes after splitting up tls_construct_key_exchange()Matt Caswell2016-07-183-49/+43
* 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-183-56/+57
* 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
* Don't make a difference between building test programs and other programsRichard Levitte2016-07-183-34/+28
* Use _NO_INST in some build.info filesRichard Levitte2016-07-183-5/+6
* Adapt the build files to the new "install" hash tableRichard Levitte2016-07-183-32/+44
* Document the _NO_INST variantsRichard Levitte2016-07-181-12/+48