aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/security/wycheproof/jose4j/JsonWebSignatureTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/google/security/wycheproof/jose4j/JsonWebSignatureTest.java')
-rw-r--r--java/com/google/security/wycheproof/jose4j/JsonWebSignatureTest.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/java/com/google/security/wycheproof/jose4j/JsonWebSignatureTest.java b/java/com/google/security/wycheproof/jose4j/JsonWebSignatureTest.java
index 4f67048..4eeb812 100644
--- a/java/com/google/security/wycheproof/jose4j/JsonWebSignatureTest.java
+++ b/java/com/google/security/wycheproof/jose4j/JsonWebSignatureTest.java
@@ -76,11 +76,7 @@ public class JsonWebSignatureTest {
"base64_InvalidCharacterInPayload_tcId371",
"base64_InvalidCharacterInsertedInHeader_tcId372",
"base64_InvalidCharacterInsertedInPayload_tcId373",
- "base64_MacOfIncorrectlyEncodedMessage_tcId375",
- // jose4j does not check the size of the signature and accepts signatures with
- // leading Zeros.
- "SpecialCaseEs256_SignatureTooLong_tcId379",
- "SpecialCaseEs256_BufferOverflow_tcId385");
+ "base64_MacOfIncorrectlyEncodedMessage_tcId375");
}
/** A JsonWebCryptoTestGroup that contains key information and tests against those keys. */