From 8b8fc4cd8f20e4561770e93a281ed85511abe953 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 1 Mar 2023 12:34:12 +0000 Subject: Comment out glob for JSON webcrypto tests for now Allows test to pass with the old version of the wycheproof-testvectors package. --- src/regress/lib/libcrypto/wycheproof/wycheproof.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index 83f8010bbe..6aeff9a5c1 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.134 2023/02/28 10:46:27 tb Exp $ */ +/* $OpenBSD: wycheproof.go,v 1.135 2023/03/01 12:34:12 tb Exp $ */ /* * Copyright (c) 2018 Joel Sing * Copyright (c) 2018,2019,2022 Theo Buehler @@ -3045,7 +3045,8 @@ func main() { {"ED448", "ed448_test.json", Skip}, {"HKDF", "hkdf_sha*_test.json", Normal}, {"HMAC", "hmac_sha*_test.json", Normal}, - {"JSON webcrypto", "json_web_*_test.json", Skip}, + // uncomment once package builds have caught up: + // {"JSON webcrypto", "json_web_*_test.json", Skip}, {"KW", "kw_test.json", Normal}, {"Primality test", "primality_test.json", Normal}, {"RSA", "rsa_*test.json", Normal}, -- cgit v1.2.3-55-g6feb