Files
bind9/lib/isc/tests/Kyuafile
Ondřej Surý effe3ee595 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

(cherry picked from commit e493e04c0f)
2021-02-26 16:14:50 +01:00

33 lines
1.0 KiB
Plaintext

syntax(2)
test_suite('bind9')
tap_test_program{name='aes_test'}
tap_test_program{name='buffer_test'}
tap_test_program{name='counter_test'}
tap_test_program{name='errno_test'}
tap_test_program{name='file_test'}
tap_test_program{name='hash_test'}
tap_test_program{name='heap_test'}
tap_test_program{name='hmac_test'}
tap_test_program{name='ht_test'}
tap_test_program{name='lex_test'}
tap_test_program{name='md_test'}
tap_test_program{name='mem_test'}
tap_test_program{name='netaddr_test'}
tap_test_program{name='parse_test'}
tap_test_program{name='pool_test'}
tap_test_program{name='radix_test'}
tap_test_program{name='quota_test'}
tap_test_program{name='regex_test'}
tap_test_program{name='result_test'}
tap_test_program{name='safe_test'}
tap_test_program{name='siphash_test'}
tap_test_program{name='sockaddr_test'}
tap_test_program{name='socket_test'}
tap_test_program{name='symtab_test'}
tap_test_program{name='task_test'}
tap_test_program{name='taskpool_test'}
tap_test_program{name='time_test'}
tap_test_program{name='timer_test'}
tap_test_program{name='tlsdns_test'}