bind9/lib/isc/tests
Artem Boldariev 08da09bc76 Initial support for DNS-over-HTTP(S)
This commit completes the support for DNS-over-HTTP(S) built on top of
nghttp2 and plugs it into the BIND. Support for both GET and POST
requests is present, as required by RFC8484.

Both encrypted (via TLS) and unencrypted HTTP/2 connections are
supported. The latter are mostly there for debugging/troubleshooting
purposes and for the means of encryption offloading to third-party
software (as might be desirable in some environments to simplify TLS
certificates management).
2021-02-03 12:06:17 +01:00
..
testdata/file [master] new mkeys and nzf naming format 2014-11-04 19:43:27 -08:00
aes_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
buffer_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
counter_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
crc64_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
doh_test.c Initial support for DNS-over-HTTP(S) 2021-02-03 12:06:17 +01:00
errno_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
file_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
hash_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
heap_test.c Use proper cmocka macros for pointer checks 2020-11-26 13:10:40 +01:00
hmac_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
ht_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
isctest.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
isctest.h update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
lex_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
Makefile.am Initial support for DNS-over-HTTP(S) 2021-02-03 12:06:17 +01:00
md_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
mem_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
netaddr_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
parse_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
pool_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
quota_test.c Convert add_quota() to a function 2020-11-25 12:45:47 +01:00
radix_test.c Use proper cmocka macros for pointer checks 2020-11-26 13:10:40 +01:00
random_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
regex_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
result_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
safe_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
siphash_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
sockaddr_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
socket_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
symtab_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
task_test.c The cmocka.h header MUST be included before isc/util.h gets included 2020-12-01 16:47:25 +01:00
taskpool_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
tcp_quota_test.c Add FreeBSD connection timeout socket option 2020-12-03 09:23:24 +01:00
tcp_test.c Add FreeBSD connection timeout socket option 2020-12-03 09:23:24 +01:00
tcpdns_test.c Add FreeBSD connection timeout socket option 2020-12-03 09:23:24 +01:00
time_test.c Add ISO time stamps to the microsecond 2020-09-30 23:56:18 +10:00
timer_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
tls_test_cert_key.h Initial support for DNS-over-HTTP(S) 2021-02-03 12:06:17 +01:00
tlsdns_test.c Refactor TLSDNS module to work with libuv/ssl directly 2021-01-25 09:19:22 +01:00
udp_test.c Add FreeBSD connection timeout socket option 2020-12-03 09:23:24 +01:00
uv_wrap.h Refactor netmgr and add more unit tests 2020-12-01 16:47:07 +01:00