index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
lib
/
libtls
/
tls
Age
Commit message (
Expand
)
Author
2020-07-04
Add a missing circular_init() call in the TLS ordering test.
Joel Sing
2020-05-13
Add TLS versioning tests.
Joel Sing
2018-03-19
Remove the now unnecessary tls_init() call.
Joel Sing
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