mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 20:25:55 -04:00
The function 'dns_dnssec_keylistfromrdataset()' creates a keylist from the DNSKEY RRset. If we attempt to read the private key, we also store the key state. However, if the private key is offline, the key state will not be stored. To fix this, first attempt to read the public key file. If then reading the private key file fails, and we do have a public key, add that to the keylist, with appropriate state. If we also failed to read the public key file, add the DNSKEY to the keylist, as we did before. |
||
|---|---|---|
| .. | ||
| bind9 | ||
| dns | ||
| irs | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| win32/bindevt | ||
| .gitignore | ||
| Makefile.am | ||
| unit-test-driver.sh.in | ||