aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/security/wycheproof/ConscryptTest.java
diff options
context:
space:
mode:
authorJack He <siyuanh@google.com>2020-05-05 00:57:55 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-05 00:57:55 +0000
commit4f802d80c825390dfb30e2ee3e700b331adedbf4 (patch)
treec11bd2eaef548732be4c7b00794d8b9561bc3f7b /java/com/google/security/wycheproof/ConscryptTest.java
parentad1c077d2f9a4d049aa5b90cac76d189649ab5b3 (diff)
parentd0087c5dab04aab8a9d84ad3d60ea74ff7b825c4 (diff)
downloadwycheproof-4f802d80c825390dfb30e2ee3e700b331adedbf4.tar.gz
Merge "Revert "Remove deprecated BouncyCastle algorithms"" am: 4e6be05f46 am: 3fc418dda8 am: d0087c5dab
Change-Id: Ic98e4e695afe361fb1b57e380dc97f9780e41274
Diffstat (limited to 'java/com/google/security/wycheproof/ConscryptTest.java')
-rw-r--r--java/com/google/security/wycheproof/ConscryptTest.java7
1 files changed, 1 insertions, 6 deletions
diff --git a/java/com/google/security/wycheproof/ConscryptTest.java b/java/com/google/security/wycheproof/ConscryptTest.java
index 1cd5cf6..2a87a7b 100644
--- a/java/com/google/security/wycheproof/ConscryptTest.java
+++ b/java/com/google/security/wycheproof/ConscryptTest.java
@@ -31,21 +31,16 @@ import org.junit.runners.Suite.SuiteClasses;
*/
@RunWith(WycheproofRunner.class)
@SuiteClasses({
- AesEaxTest.class,
AesGcmTest.class,
BasicTest.class,
CipherInputStreamTest.class,
CipherOutputStreamTest.class,
- DhTest.class,
- DhiesTest.class,
- DsaTest.class,
EcKeyTest.class,
EcdhTest.class,
EcdsaTest.class,
- EciesTest.class,
RsaEncryptionTest.class,
RsaKeyTest.class,
- RsaSignatureTest.class,
+ RsaSignatureTest.class
})
@Provider(ProviderType.CONSCRYPT)
@Fast