bind9/lib/isc/tests
Ondřej Surý e493e04c0f Refactor TLSDNS module to work with libuv/ssl directly
* Following the example set in 634bdfb16d, the tlsdns netmgr
  module now uses libuv and SSL primitives directly, rather than
  opening a TLS socket which opens a TCP socket, as the previous
  model was difficult to debug.  Closes #2335.

* Remove the netmgr tls layer (we will have to re-add it for DoH)

* Add isc_tls API to wrap the OpenSSL SSL_CTX object into libisc
  library; move the OpenSSL initialization/deinitialization from dstapi
  needed for OpenSSL 1.0.x to the isc_tls_{initialize,destroy}()

* Add couple of new shims needed for OpenSSL 1.0.x

* When LibreSSL is used, require at least version 2.7.0 that
  has the best OpenSSL 1.1.x compatibility and auto init/deinit

* Enforce OpenSSL 1.1.x usage on Windows

* Added a TLSDNS unit test and implemented a simple TLSDNS echo
  server and client.
2021-01-25 09:19:22 +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
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 Refactor TLSDNS module to work with libuv/ssl directly 2021-01-25 09:19:22 +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
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