bind9/win32utils
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
..
bind9.sln.in Add dependancy on libirs to dig, host, and nslookup. 2019-11-15 11:22:35 +11:00
build.txt Fix detection of CMake-built libuv on Windows 2020-11-05 15:07:01 +01:00
Configure Refactor TLSDNS module to work with libuv/ssl directly 2021-02-26 16:14:50 +01:00
GeoIP.diff 3681. [port] Update the Windows build system to support feature 2013-12-04 12:47:23 +11:00
libuv.diff Add isc_uv_export()/isc_uv_import() functions to libuv compatibility layer. 2020-01-13 10:52:07 -08:00
readme1st.txt Update Windows-specific documentation 2019-09-26 15:11:15 +02:00