summaryrefslogtreecommitdiff
path: root/lib/fips.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2018-10-24 15:45:23 -0400
committerSimo Sorce <simo@redhat.com>2018-10-25 18:10:06 -0400
commit297aa769c3fc779848f8eb7dbd82ef3690483969 (patch)
tree3cc09282677c4e44f33d91766c8bafb74f3621af /lib/fips.h
parent2e30163b1fda16ae1e7373458f1cbbce96fe4a6b (diff)
downloadgnutls-297aa769c3fc779848f8eb7dbd82ef3690483969.tar.gz
Add selftest for CFB8
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 7d3f3cfd39..4e09916ac4 100644
--- a/lib/fips.h
+++ b/lib/fips.h
@@ -139,6 +139,9 @@ static unsigned is_cipher_algo_forbidden(gnutls_cipher_algorithm_t algo)
case GNUTLS_CIPHER_3DES_CBC:
case GNUTLS_CIPHER_AES_128_CCM_8:
case GNUTLS_CIPHER_AES_256_CCM_8:
+ case GNUTLS_CIPHER_AES_128_CFB8:
+ case GNUTLS_CIPHER_AES_192_CFB8:
+ case GNUTLS_CIPHER_AES_256_CFB8:
return 0;
default:
if (mode == GNUTLS_FIPS140_LAX)