aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/security/wycheproof/ConscryptTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/google/security/wycheproof/ConscryptTest.java')
-rw-r--r--java/com/google/security/wycheproof/ConscryptTest.java7
1 files changed, 6 insertions, 1 deletions
diff --git a/java/com/google/security/wycheproof/ConscryptTest.java b/java/com/google/security/wycheproof/ConscryptTest.java
index 2a87a7b..1cd5cf6 100644
--- a/java/com/google/security/wycheproof/ConscryptTest.java
+++ b/java/com/google/security/wycheproof/ConscryptTest.java
@@ -31,16 +31,21 @@ 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