bind9/bin/tests
Artem Boldariev a19a519224 Be less strict regarding "tls" statements in the configuration file
In the 9.17.19 release "tls" statements verification code was
added. The code was too strict and assumed that every such a statement
should have both "cert-file" and "key-file" specified. This turned out
to be a regression, as in some cases we plan to use the "tls"
statement to specify TLS connection parameters.

This commit fixes this behaviour; now a "tls" statement should either
have both "cert-file" and "key-file" specified, or both should be
omitted.
2021-10-30 11:54:33 +03:00
..
startperf Replace "master/slave" terminology in tests 2021-10-12 13:04:00 -07:00
system Be less strict regarding "tls" statements in the configuration file 2021-10-30 11:54:33 +03:00
testdata/wire move all optional tests from bin/tests to bin/tests/optional 2018-03-09 14:12:47 -08:00
.gitignore Refactor TLSDNS module to work with libuv/ssl directly 2021-01-25 09:19:22 +01:00
Makefile.am Refactor TLSDNS module to work with libuv/ssl directly 2021-01-25 09:19:22 +01:00
prepare-softhsm2.sh update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
test_client.c remove all references to isc_socket and related types 2021-10-15 01:01:25 -07:00
test_server.c remove all references to isc_socket and related types 2021-10-15 01:01:25 -07:00
wire_test.c Make isc_result a static enum 2021-10-06 11:22:20 +02:00