]> git.ipfire.org Git - thirdparty/bind9.git/commit
add parser support for TLS configuration options
authorEvan Hunt <each@isc.org>
Wed, 16 Sep 2020 19:21:32 +0000 (12:21 -0700)
committerOndřej Surý <ondrej@sury.org>
Tue, 10 Nov 2020 13:16:49 +0000 (14:16 +0100)
commit8ed005f924e6b6455028ad430afe993a5bb33daf
treecbc3d9588d6401c984de3caba102d26defd544d4
parent8886569e9d11258f0c7f01bae1040435ffb61631
add parser support for TLS configuration options

This commit adds stub parser support and tests for:
- "tls" statement, specifying key and cert.
- an optional "tls" keyvalue in listen-on statements for DoT
  configuration.

Documentation for these options has also been added to the ARM, but
needs further work.
bin/named/named.conf.rst
doc/arm/reference.rst
doc/man/dig.1in
doc/man/named.conf.5in
doc/misc/options
doc/misc/options.active
doc/misc/options.grammar.rst
lib/isccfg/namedconf.c