mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-23 18:47:40 -04:00
If a `key` or `tls` is associated to an IP address inside a server-list, only the `tls` existence in the configuration was checked. Also, if `key` or `tls` is associated to a named server-list inside a server-list, there was no check at all. Add the check for making sure a `key` is defined in the configuration, as well as the check for `key` and `tls` when used on a named server-list. |
||
|---|---|---|
| .. | ||
| include | ||
| aclconf.c | ||
| check.c | ||
| duration.c | ||
| kaspconf.c | ||
| meson.build | ||
| namedconf.c | ||
| parser.c | ||
| tests | ||