Age | Commit message (Expand) | Author |
---|---|---|
2017-05-07 | Add a (currently failing) call to tls_handshake() on a client context that | Joel Sing |
2017-05-07 | Also test calling tls_handshake() on a server connection context that has | Joel Sing |
2017-05-07 | Add a test that calls tls_handshake() on a connection that has already | Joel Sing |
2017-05-07 | An an initial sequencing/ordering test for libtls. | Joel Sing |
2017-05-06 | Split TLS client/server handshake and close code into separate functions | Joel Sing |
2017-05-06 | Move TLS test code into a function that is called from main, making it | Joel Sing |
2017-05-06 | Free tls_configs earlier now that we have refcounting. | Joel Sing |
2017-01-17 | Correctly tls_config_set_ca_file() return value (no effective change). | Joel Sing |
2017-01-12 | Add regress tests for libtls, which currently cover handshakes and closes | Joel Sing |