lib:crypto: Remove our implementation of AES GCM
authorAndreas Schneider <asn@samba.org>
Tue, 10 Dec 2019 17:01:43 +0000 (18:01 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 10 Dec 2019 19:06:27 +0000 (19:06 +0000)
commit337c51c9f503adef58c9b875bfb4f522cfb7d9ae
tree6e1ba05a8a0b08c3401d45c6f9f030b166217169
parentc3250ff7ab66fb45c9b5a66c7e3a9453fb22777b
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>
lib/crypto/aes_gcm_128.c [deleted file]
lib/crypto/aes_gcm_128.h [deleted file]
lib/crypto/aes_gcm_128_test.c [deleted file]
lib/crypto/crypto.h
lib/crypto/wscript_build
source4/torture/local/local.c