Ignore new fields in forthcoming Wycheproof tests. Change-Id: I95dd20bb71c18cecd4cae72bcdbd708ee5e92e77 Reviewed-on: https://boringssl-review.googlesource.com/c/34284 Commit-Queue: Adam Langley <agl@google.com> Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: David Benjamin <davidben@google.com>
diff --git a/crypto/evp/evp_test.cc b/crypto/evp/evp_test.cc index 70d016a..6571c30 100644 --- a/crypto/evp/evp_test.cc +++ b/crypto/evp/evp_test.cc
@@ -432,9 +432,19 @@ t->IgnoreInstruction("keysize"); t->IgnoreInstruction("n"); t->IgnoreAttribute("padding"); + t->IgnoreInstruction("keyJwk.alg"); + t->IgnoreInstruction("keyJwk.e"); + t->IgnoreInstruction("keyJwk.kid"); + t->IgnoreInstruction("keyJwk.kty"); + t->IgnoreInstruction("keyJwk.n"); // Extra EdDSA fields. t->IgnoreInstruction("key.pk"); t->IgnoreInstruction("key.sk"); + t->IgnoreInstruction("jwk.crv"); + t->IgnoreInstruction("jwk.d"); + t->IgnoreInstruction("jwk.kid"); + t->IgnoreInstruction("jwk.kty"); + t->IgnoreInstruction("jwk.x"); // Extra DSA fields. t->IgnoreInstruction("key.g"); t->IgnoreInstruction("key.p");