aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/security/wycheproof/BouncyCastleAllTests.java
diff options
context:
space:
mode:
authorDaulet Zhanguzin <dauletz@google.com>2020-05-02 00:19:08 +0100
committerDaulet Zhanguzin <dauletz@google.com>2020-05-02 00:19:08 +0100
commita1e7be65ef316dcc591aec274b49ab83ec695419 (patch)
tree4056115cf0717464cf6c26a9d8c1bfff3543f8d3 /java/com/google/security/wycheproof/BouncyCastleAllTests.java
parent3fde40e7e37267a2f7b1e38b927e07239a9ea090 (diff)
downloadwycheproof-a1e7be65ef316dcc591aec274b49ab83ec695419.tar.gz
Remove deprecated BouncyCastle algorithms
Stop testing BouncyCastle for removed algorithms. Bug: 67761667 Test: cts -m CtsLibcoreWycheproofBCTestCases Test: cts -m CtsLibcoreWycheproofConscryptTestCases Change-Id: I5256fe1c7fefa2bd44ab29603e1bf9e3df51631b
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 {