Uncomment json webcrypto line. Packages will have caught up...
authortb <tb@openbsd.org>
Mon, 6 Nov 2023 14:43:02 +0000 (14:43 +0000)
committertb <tb@openbsd.org>
Mon, 6 Nov 2023 14:43:02 +0000 (14:43 +0000)
regress/lib/libcrypto/wycheproof/wycheproof.go

index 18786d4..fa03192 100644 (file)
@@ -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 <jsing@openbsd.org>
  * Copyright (c) 2018,2019,2022 Theo Buehler <tb@openbsd.org>
@@ -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},