aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/security/wycheproof/BouncyCastleAllTests.java
AgeCommit message (Collapse)Author
2021-02-03Run wycheproof tests against unbundled version of BouncyCastleDaulet Zhanguzin
Test: Treehugger Change-Id: I4439fb6b1052d15589bad359d1e5cb447cdc8223
2020-05-06Remove deprecated BouncyCastle algorithmsDaulet Zhanguzin
Stop testing BouncyCastle for removed algorithms. Bug: 67761667 Test: cts -m CtsLibcoreWycheproofBCTestCases Test: cts -m CtsLibcoreWycheproofConscryptTestCases Change-Id: I3b81937f8f80011aa9c7edbb18072079292f96a3
2020-05-05Revert "Remove deprecated BouncyCastle algorithms"Jack He
Revert "Remove deprecated BouncyCastle algorithms" Revert submission 1299358-remove_bc_algos Reason for revert: broke higkey-userdebug Bug: 155693016 Reverted Changes: I98adb4d2f:Load default KeyFactory instead of BC's implementa... I5256fe1c7:Remove deprecated BouncyCastle algorithms I0437de742:Remove deprecated BouncyCastle algorithms Ie9e0cfa02:Remove deprecated BouncyCastle algorithms Change-Id: I6030fdd2339b62ba51e7322caa3224f18023373e
2020-05-02Remove deprecated BouncyCastle algorithmsDaulet Zhanguzin
Stop testing BouncyCastle for removed algorithms. Bug: 67761667 Test: cts -m CtsLibcoreWycheproofBCTestCases Test: cts -m CtsLibcoreWycheproofConscryptTestCases Change-Id: I5256fe1c7fefa2bd44ab29603e1bf9e3df51631b
2017-03-27Change Wycheproof makefile to use jarjared rulesAdam Vartanian
Since these tests have to run using the version installed on a device, we need to use the jarjared rules, since we jarjar the libraries that are installed on the devices. Bug: 31182886 Test: vogar com.google.security.wycheproof.ConscryptTest Change-Id: I7f87541ec52fe8a8cd3f32fc9927e34ae2d3d772
2016-11-30Initial GitHub exportEmilia Kasper