| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
reminded by jsing@
|
|
|
|
| |
line continuations.
|
| |
|
| |
|
| |
|
|
|
|
| |
Apparently I failed to commit this when I committed the libtls change...
|
| |
|
| |
|
|
|
|
| |
fatal.
|
| |
|
|
|
|
|
| |
has not yet been connected. We expect this to fail, but it should fail
gracefully.
|
|
|
|
| |
already completed a TLS handshake.
|
|
|
|
|
| |
completed a TLS handshake. This should return a failure, but currently
succeeds (hence the regress currently fails).
|
| |
|
|
|
|
| |
so that it can be reused.
|
|
|
|
| |
easier for new tests to be added.
|
| |
|
| |
|
|
|
|
| |
changes in libtls.
|
| |
|
|
|
|
| |
OK jsing@
|
|
|
|
|
| |
varying minimum and maximum protocol versions. This gives us protocol
version test coverage against an independent TLS stack.
|
| |
|
|
|
|
|
| |
a TLS config. The ConnVersion function now also returns a protocol version
instead of a string.
|
|
|
|
| |
failures when setting the CA file.
|
|
|
|
| |
and avoid adding redundant/duplicate information.
|
| |
|
|
|
|
| |
Spotted by inoguchi@
|
|
|
|
| |
using callbacks, file descriptors and sockets.
|
| |
|
|
|
|
|
|
|
| |
libssl or libtls so they can continue to see them after the shared
library namespace is cleaned up
ok jsing@
|
|
|
|
| |
This allows to identify such tests by looking at their output.
|
| |
|
| |
|
|
|
|
| |
changes.
|
|
|
|
| |
against a wildcard of "*.openbsd.org"
|
|
|
|
| |
ok jsing@
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Remove direct calls to printf from the tls_check_hostname() path. This allows
NUL byte error messages to bubble up to the caller, to be logged in a
program-appropriate way. It also removes non-portable calls to getprogname().
ok jsing@
|
| |
|
|
|