From fc02ea04adc85afa73765f987dd21106e1c6b29b Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 5 Sep 2025 14:09:09 +0000 Subject: wycheproof: drop JOSE tests These are no longer supported in v1 and we skipped them anyway. --- src/regress/lib/libcrypto/wycheproof/wycheproof.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index 02bd31629a..b6f9c3c208 100644 --- a/src/regress/lib/libcrypto/wycheproof/wycheproof.go +++ b/src/regress/lib/libcrypto/wycheproof/wycheproof.go @@ -1,4 +1,4 @@ -/* $OpenBSD: wycheproof.go,v 1.179 2025/09/05 14:07:50 tb Exp $ */ +/* $OpenBSD: wycheproof.go,v 1.180 2025/09/05 14:09:09 tb Exp $ */ /* * Copyright (c) 2018,2023 Joel Sing * Copyright (c) 2018,2019,2022-2024 Theo Buehler @@ -2960,7 +2960,6 @@ func main() { {v1, "ED448", "ed448_test.json", Skip}, {v1, "HKDF", "hkdf_sha*_test.json", Normal}, {v1, "HMAC", "hmac_sha*_test.json", Normal}, - {v0, "JSON webcrypto", "json_web_*_test.json", Skip}, {v1, "Primality test", "primality_test.json", Normal}, {v1, "RSA", "rsa_*test.json", Normal}, {v1, "X25519", "x25519_test.json", Normal}, -- cgit v1.2.3-55-g6feb