bind9/bin/named
Matthijs Mekking 6b5d7357df Detect NSEC3 salt collisions
When generating a new salt, compare it with the previous NSEC3
paremeters to ensure the new parameters are different from the
previous ones.

This moves the salt generation call from 'bin/named/*.s' to
'lib/dns/zone.c'. When setting new NSEC3 parameters, you can set a new
function parameter 'resalt' to enforce a new salt to be generated. A
new salt will also be generated if 'salt' is set to NULL.

Logging salt with zone context can now be done with 'dnssec_log',
removing the need for 'dns_nsec3_log_salt'.
2020-11-26 10:43:59 +01:00
..
include Fix a reconfig bug wrt inline-signing 2020-11-26 10:43:27 +01:00
unix Fix possible NULL dereference in cd->dlz_destroy() 2020-10-28 15:48:58 +01:00
win32 Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
.gitignore Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
bind9.xsl update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
builtin.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
config.c Add stale-refresh-time option 2020-11-11 12:53:23 -03:00
control.c Postpone the isc_app_shutdown() after rndc response has been sent 2020-10-22 11:46:58 -07:00
controlconf.c Postpone the isc_app_shutdown() after rndc response has been sent 2020-10-22 11:46:58 -07:00
fuzz.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
geoip.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
log.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
logconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
main.c netmgr: Add additional safeguards to netmgr/tls.c 2020-11-10 14:17:20 +01:00
Makefile.am Use libuv's shared library handling capabilities 2020-10-28 15:48:58 +01:00
named.conf.rst Change nsec3param salt config to saltlen 2020-11-26 10:43:59 +01:00
named.rst DoT test 2020-11-10 14:17:18 +01:00
server.c Detect NSEC3 salt collisions 2020-11-26 10:43:59 +01:00
statschannel.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
tkeyconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
tsigconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
xsl_p.h Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
zoneconf.c Detect NSEC3 salt collisions 2020-11-26 10:43:59 +01:00