bind9/lib
Artem Boldariev 992f815770 Add "protocols" options to the "tls" clause
This commit adds the ability to specify allowed TLS protocols versions
within the "tls" clause. If an unsupported TLS protocol version is
specified in a file, the configuration file will not pass
verification.

Also, this commit adds strict checks for "tls" clauses verification,
in particular:

- it ensures that loading configuration files containing duplicated
"tls" clauses is not allowed;

- it ensures that loading configuration files containing "tls" clauses
missing "cert-file" or "key-file" is not allowed;

- it ensures that loading configuration files containing "tls" clauses
named as "ephemeral" or "none" is not allowed.
2021-10-01 15:50:43 +03:00
..
bind9 Add "protocols" options to the "tls" clause 2021-10-01 15:50:43 +03:00
dns Handle a missing zone when reloading a catalog zone 2021-09-30 19:14:12 +00:00
irs Check parsed resconf values 2021-08-12 09:52:52 -07:00
isc Add "protocols" options to the "tls" clause 2021-10-01 15:50:43 +03:00
isccc Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00
isccfg Add "protocols" options to the "tls" clause 2021-10-01 15:50:43 +03:00
ns Add "protocols" options to the "tls" clause 2021-10-01 15:50:43 +03:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00
unit-test-driver.sh.in Enforce a run time limit on unit test binaries 2021-04-07 11:41:45 +02:00