Remove redundant check and fallback for AES CMAC 128 as we now require GnuTLS 3.6.13
commit11b3c6826d19d60937f75825075fc5eb67385e11
authorAndrew Bartlett <abartlet@samba.org>
Wed, 26 Oct 2022 22:09:19 +0000 (27 11:09 +1300)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 30 Jun 2023 14:00:38 +0000 (30 14:00 +0000)
tree9a87cf40971dcf783cb60f28b0ca5db4d728b358
parent95c843de926ec46ab9d52ae8394250f93ee843c4
Remove redundant check and fallback for AES CMAC 128 as we now require GnuTLS 3.6.13

This allows us to remove a lot of conditionally compiled code and so
know with more certainly that our tests are covering our code-paths.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
13 files changed:
lib/crypto/aes.c [deleted file]
lib/crypto/aes.h
lib/crypto/aes_cmac_128.c [deleted file]
lib/crypto/aes_cmac_128.h [deleted file]
lib/crypto/aes_cmac_128_test.c [deleted file]
lib/crypto/aes_test.h [deleted file]
lib/crypto/aesni.h [deleted file]
lib/crypto/crypto.h
lib/crypto/rijndael-alg-fst.c [deleted file]
lib/crypto/wscript
libcli/smb/smb2_signing.c
source4/torture/local/local.c
wscript_configure_system_gnutls