mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-28 01:28:05 -04:00
For DoH and DoT listeners, a reconfiguration event triggers a creation of a new 'SSL_CTX' TLS context, and a destruction of the old one. The network manager, though, keeps using the old context which causes errors. During interface scanning, when a matching existing interface is found, reuse it only when it doesn't have a TLS context, otherwise shut it down and recreate with a new TLS context. |
||
|---|---|---|
| .. | ||
| include | ||
| tests | ||
| client.c | ||
| hooks.c | ||
| interfacemgr.c | ||
| listenlist.c | ||
| log.c | ||
| Makefile.am | ||
| notify.c | ||
| query.c | ||
| server.c | ||
| sortlist.c | ||
| stats.c | ||
| update.c | ||
| xfrout.c | ||