aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-31 01:27:40 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-31 01:27:40 +0000
commit24b06465ad5445b0f760e25c9ef504074eab3047 (patch)
tree9ac96473c50aa2acf7282589fb25f892024a1c0a
parent675ba34c9158a33fd128425c6bec671badde3f49 (diff)
parent1484de2094c7bac97cd073ea790419b3ed9ba767 (diff)
downloadwycheproof-24b06465ad5445b0f760e25c9ef504074eab3047.tar.gz
Snap for 9853495 from 1484de2094c7bac97cd073ea790419b3ed9ba767 to udc-releaseandroid-security-14.0.0_r1
Change-Id: I7e656fa2470c38bf23d9c0bd2d7620383efbb98b
-rw-r--r--keystore-cts/java/com/google/security/wycheproof/testcases/EcdsaTest.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/keystore-cts/java/com/google/security/wycheproof/testcases/EcdsaTest.java b/keystore-cts/java/com/google/security/wycheproof/testcases/EcdsaTest.java
index 3a758f3..2e7108f 100644
--- a/keystore-cts/java/com/google/security/wycheproof/testcases/EcdsaTest.java
+++ b/keystore-cts/java/com/google/security/wycheproof/testcases/EcdsaTest.java
@@ -358,6 +358,11 @@ public class EcdsaTest {
}
@Test
+ public void testBiasSecp256r1_StrongBox() throws Exception {
+ testBias("SHA256WithECDSA", "secp256r1", true);
+ }
+
+ @Test
public void testBiasSecp384r1() throws Exception {
testBias("SHA384WithECDSA", "secp384r1");
}
@@ -368,11 +373,6 @@ public class EcdsaTest {
}
@Test
- public void testBiasSecp521r1_StrongBox() throws Exception {
- testBias("SHA256WithECDSA", "secp256r1", true);
- }
-
- @Test
@Ignore // Brainpool curve are not supported in AndroidKeyStore
public void testBiasBrainpoolP256r1() throws Exception {
testBias("SHA512WithECDSA", "brainpoolP256r1");