summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-12-10 18:01:43 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-12-10 19:06:27 +0000
commit337c51c9f503adef58c9b875bfb4f522cfb7d9ae (patch)
tree6e1ba05a8a0b08c3401d45c6f9f030b166217169 /source4
parentc3250ff7ab66fb45c9b5a66c7e3a9453fb22777b (diff)
downloadsamba-337c51c9f503adef58c9b875bfb4f522cfb7d9ae.tar.gz
lib:crypto: Remove our implementation of AES GCM
We require GnuTLS >= 3.4.7 which provides AES GCM. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/local/local.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c
index 5fa492747fb..913daa39fbe 100644
--- a/source4/torture/local/local.c
+++ b/source4/torture/local/local.c
@@ -23,7 +23,6 @@
#include "torture/ndr/proto.h"
#include "torture/auth/proto.h"
#include "../lib/crypto/test_proto.h"
-#include "../lib/crypto/aes_gcm_test_proto.h"
#ifndef HAVE_GNUTLS_AES_CMAC
#include "../lib/crypto/aes_cmac_test_proto.h"
#endif
@@ -100,8 +99,6 @@ NTSTATUS torture_local_init(TALLOC_CTX *ctx)
torture_suite_add_simple_test(suite, "crypto.aes_cmac_128",
torture_local_crypto_aes_cmac_128);
#endif
- torture_suite_add_simple_test(suite, "crypto.aes_gcm_128",
- torture_local_crypto_aes_gcm_128);
for (i = 0; suite_generators[i]; i++)
torture_suite_add_suite(suite,