2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Merged rt42505 (misc DNSSEC bugs)

This commit is contained in:
Francis Dupont
2016-06-01 09:18:49 +02:00
parent b621958613
commit 2a8aa10492
5 changed files with 9 additions and 2 deletions

View File

@@ -1608,6 +1608,11 @@ issymmetric(const dst_key_t *key) {
case DST_ALG_ECDSA384:
return (ISC_FALSE);
case DST_ALG_HMACMD5:
case DST_ALG_HMACSHA1:
case DST_ALG_HMACSHA224:
case DST_ALG_HMACSHA256:
case DST_ALG_HMACSHA384:
case DST_ALG_HMACSHA512:
case DST_ALG_GSSAPI:
return (ISC_TRUE);
default: