From: Matthijs Mekking Date: Thu, 22 Aug 2024 10:11:29 +0000 (+0000) Subject: fix: usr: Fix algoritm rollover bug when there are two keys with the same keytag X-Git-Tag: v9.21.1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dbd57116bfa4491b579b84edd4d09897fb02aab;p=thirdparty%2Fbind9.git fix: usr: Fix algoritm rollover bug when there are two keys with the same keytag If there is an algorithm rollover and two keys of different algorithm share the same keytags, then there is a possibility that if we check that a key matches a specific state, we are checking against the wrong key. This has been fixed by not only checking for matching key tag but also key algorithm. Closes #4878 Merge branch '4878-fix-algorithm-rollover-keytag-conflict-bug' into 'main' Closes #4878 See merge request isc-projects/bind9!9381 --- 8dbd57116bfa4491b579b84edd4d09897fb02aab