From 84d4a728e52865e78b7112b43e7a8383435c0971 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 25 Sep 2023 10:45:08 +0200 Subject: openpgp: Test for secret leaks during encryption and decryption. --- openpgp/tests/secret-leak-detector.rs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'openpgp') diff --git a/openpgp/tests/secret-leak-detector.rs b/openpgp/tests/secret-leak-detector.rs index b5c4a55a..eb7be71b 100644 --- a/openpgp/tests/secret-leak-detector.rs +++ b/openpgp/tests/secret-leak-detector.rs @@ -207,10 +207,6 @@ mod leak_tests { make_test!(test_encrypted); make_test!(test_password); make_test!(test_ed25519); - - // These find leaks in the RustCrypto backend, so we cannot enable - // them yet: - // - //make_test!(test_aes_256_encryption); - //make_test!(test_aes_256_decryption); + make_test!(test_aes_256_encryption); + make_test!(test_aes_256_decryption); } -- cgit v1.2.3