index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
regress
/
lib
/
libtls
/
tls
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a missing circular_init() call in the TLS ordering test.
jsing
2020-07-04
1
-1
/
+3
*
Add TLS versioning tests.
jsing
2020-05-13
1
-2
/
+96
*
Remove the now unnecessary tls_init() call.
jsing
2018-03-19
1
-4
/
+1
*
Add a (currently failing) call to tls_handshake() on a client context that
jsing
2017-05-07
1
-1
/
+8
*
Also test calling tls_handshake() on a server connection context that has
jsing
2017-05-07
1
-1
/
+7
*
Add a test that calls tls_handshake() on a connection that has already
jsing
2017-05-07
1
-1
/
+7
*
An an initial sequencing/ordering test for libtls.
jsing
2017-05-07
1
-1
/
+61
*
Split TLS client/server handshake and close code into separate functions
jsing
2017-05-06
1
-4
/
+27
*
Move TLS test code into a function that is called from main, making it
jsing
2017-05-06
2
-17
/
+33
*
Free tls_configs earlier now that we have refcounting.
jsing
2017-05-06
1
-4
/
+4
*
Correctly tls_config_set_ca_file() return value (no effective change).
jsing
2017-01-17
1
-2
/
+2
*
Add regress tests for libtls, which currently cover handshakes and closes
jsing
2017-01-12
2
-0
/
+354