summaryrefslogtreecommitdiff
path: root/regress/lib/libtls/tls
AgeCommit message (Expand)Author
2017-05-07Add a (currently failing) call to tls_handshake() on a client context thatJoel Sing
2017-05-07Also test calling tls_handshake() on a server connection context that hasJoel Sing
2017-05-07Add a test that calls tls_handshake() on a connection that has alreadyJoel Sing
2017-05-07An an initial sequencing/ordering test for libtls.Joel Sing
2017-05-06Split TLS client/server handshake and close code into separate functionsJoel Sing
2017-05-06Move TLS test code into a function that is called from main, making itJoel Sing
2017-05-06Free tls_configs earlier now that we have refcounting.Joel Sing
2017-01-17Correctly tls_config_set_ca_file() return value (no effective change).Joel Sing
2017-01-12Add regress tests for libtls, which currently cover handshakes and closesJoel Sing