From fbca2b841218f6332058ce57e0e319dcb0b994a1 Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 1 Mar 2023 12:34:12 +0000 Subject: [PATCH] Comment out glob for JSON webcrypto tests for now Allows test to pass with the old version of the wycheproof-testvectors package. --- regress/lib/libcrypto/wycheproof/wycheproof.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/regress/lib/libcrypto/wycheproof/wycheproof.go b/regress/lib/libcrypto/wycheproof/wycheproof.go index 83f8010bbe3..6aeff9a5c1b 100644 --- a/regress/lib/libcrypto/wycheproof/wycheproof.go +++ b/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}, -- 2.20.1