summaryrefslogtreecommitdiff
path: root/regress/lib/libtls/tls
AgeCommit message (Expand)Author
2020-07-04Add a missing circular_init() call in the TLS ordering test.Joel Sing
2020-05-13Add TLS versioning tests.Joel Sing
2018-03-19Remove the now unnecessary tls_init() call.Joel Sing
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