summaryrefslogtreecommitdiff
path: root/lib/fips.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fips.h')
-rw-r--r--lib/fips.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/fips.h b/lib/fips.h
index 7385a95de0..1464c9595b 100644
--- a/lib/fips.h
+++ b/lib/fips.h
@@ -107,6 +107,9 @@ static unsigned is_mac_algo_forbidden(gnutls_mac_algorithm_t algo)
case GNUTLS_MAC_SHA3_512:
case GNUTLS_MAC_AES_CMAC_128:
case GNUTLS_MAC_AES_CMAC_256:
+ case GNUTLS_MAC_AES_GMAC_128:
+ case GNUTLS_MAC_AES_GMAC_192:
+ case GNUTLS_MAC_AES_GMAC_256:
return 0;
default:
if (mode == GNUTLS_FIPS140_LAX)