From: tb Date: Mon, 6 Nov 2023 14:43:02 +0000 (+0000) Subject: Uncomment json webcrypto line. Packages will have caught up... X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=adc664b87807589b7ce436e80c6e35a21931fed2;p=openbsd Uncomment json webcrypto line. Packages will have caught up... --- diff --git a/regress/lib/libcrypto/wycheproof/wycheproof.go b/regress/lib/libcrypto/wycheproof/wycheproof.go index 18786d45ac4..fa031921619 100644 --- a/regress/lib/libcrypto/wycheproof/wycheproof.go +++ b/regress/lib/libcrypto/wycheproof/wycheproof.go @@ -1,4 +1,4 @@ -/* $OpenBSD: wycheproof.go,v 1.145 2023/04/25 15:56:56 tb Exp $ */ +/* $OpenBSD: wycheproof.go,v 1.146 2023/11/06 14:43:02 tb Exp $ */ /* * Copyright (c) 2018 Joel Sing * Copyright (c) 2018,2019,2022 Theo Buehler @@ -2954,8 +2954,7 @@ func main() { {"ED448", "ed448_test.json", Skip}, {"HKDF", "hkdf_sha*_test.json", Normal}, {"HMAC", "hmac_sha*_test.json", Normal}, - // uncomment once package builds have caught up: - // {"JSON webcrypto", "json_web_*_test.json", Skip}, + {"JSON webcrypto", "json_web_*_test.json", Skip}, {"KW", "kw_test.json", Normal}, {"Primality test", "primality_test.json", Normal}, {"RSA", "rsa_*test.json", Normal},