aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/security/wycheproof/BouncyCastleAllTests.java
diff options
context:
space:
mode:
authorDaulet Zhanguzin <dauletz@google.com>2020-05-06 23:16:32 +0100
committerDaulet Zhanguzin <dauletz@google.com>2020-05-06 23:16:32 +0100
commit013daa2841e99defba2dd36e139d7c28d73648ec (patch)
treec57297b903987e510265cdb231e2c78e61d359a2 /java/com/google/security/wycheproof/BouncyCastleAllTests.java
parent4e6be05f469051f2f828fcfb2125b6e53702d010 (diff)
downloadwycheproof-013daa2841e99defba2dd36e139d7c28d73648ec.tar.gz
Remove deprecated BouncyCastle algorithms
Stop testing BouncyCastle for removed algorithms. Bug: 67761667 Test: cts -m CtsLibcoreWycheproofBCTestCases Test: cts -m CtsLibcoreWycheproofConscryptTestCases Change-Id: I3b81937f8f80011aa9c7edbb18072079292f96a3
Diffstat (limited to 'java/com/google/security/wycheproof/BouncyCastleAllTests.java')
-rw-r--r--java/com/google/security/wycheproof/BouncyCastleAllTests.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/java/com/google/security/wycheproof/BouncyCastleAllTests.java b/java/com/google/security/wycheproof/BouncyCastleAllTests.java
index 7bf5792..2ce1290 100644
--- a/java/com/google/security/wycheproof/BouncyCastleAllTests.java
+++ b/java/com/google/security/wycheproof/BouncyCastleAllTests.java
@@ -37,13 +37,7 @@ import org.junit.runners.Suite.SuiteClasses;
DhTest.class,
DhiesTest.class,
DsaTest.class,
- EcKeyTest.class,
- EcdhTest.class,
- EcdsaTest.class,
EciesTest.class,
- RsaEncryptionTest.class,
- RsaKeyTest.class,
- RsaSignatureTest.class,
})
@Provider(ProviderType.BOUNCY_CASTLE)
public final class BouncyCastleAllTests {