summaryrefslogtreecommitdiff
path: root/src/regress/lib/libtls/tls (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adjust tls regress for protocol parsing fixestb2024-08-021-7/+6
* Use the new certificates/chains in regress.jsing2024-03-201-4/+4
* Revert previous. The added includes were already there. Duh.tb2022-07-161-4/+1
* Explicitly include fcntl.h and unistd.h for pipe2tb2022-06-221-1/+4
* Clean up client and server tls{,_config} contexts in tls_test().tb2021-04-041-2/+11
* Add a missing circular_init() call in the TLS ordering test.jsing2020-07-041-1/+3
* Add TLS versioning tests.jsing2020-05-131-2/+96
* Remove the now unnecessary tls_init() call.jsing2018-03-191-4/+1
* Add a (currently failing) call to tls_handshake() on a client context thatjsing2017-05-071-1/+8
* Also test calling tls_handshake() on a server connection context that hasjsing2017-05-071-1/+7
* Add a test that calls tls_handshake() on a connection that has alreadyjsing2017-05-071-1/+7
* An an initial sequencing/ordering test for libtls.jsing2017-05-071-1/+61
* Split TLS client/server handshake and close code into separate functionsjsing2017-05-061-4/+27
* Move TLS test code into a function that is called from main, making itjsing2017-05-062-17/+33
* Free tls_configs earlier now that we have refcounting.jsing2017-05-061-4/+4
* Correctly tls_config_set_ca_file() return value (no effective change).jsing2017-01-171-2/+2
* Add regress tests for libtls, which currently cover handshakes and closesjsing2017-01-122-0/+354