summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-02-28 10:46:27 +0000
committertb <>2023-02-28 10:46:27 +0000
commita1eb3dcae5de5d83cba3a495bb56b031d126748a (patch)
treea0ca4c488932e975ac1a5d356f9fd32c00002b03
parentf5710f38aaa2a8492acf9a5c26210e3bab30f50e (diff)
downloadopenbsd-a1eb3dcae5de5d83cba3a495bb56b031d126748a.tar.gz
openbsd-a1eb3dcae5de5d83cba3a495bb56b031d126748a.tar.bz2
openbsd-a1eb3dcae5de5d83cba3a495bb56b031d126748a.zip
Explicitly skip the json_web* tests now.
-rw-r--r--src/regress/lib/libcrypto/wycheproof/wycheproof.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go
index 535bef9c60..83f8010bbe 100644
--- a/src/regress/lib/libcrypto/wycheproof/wycheproof.go
+++ b/src/regress/lib/libcrypto/wycheproof/wycheproof.go
@@ -1,4 +1,4 @@
1/* $OpenBSD: wycheproof.go,v 1.133 2023/02/28 10:45:46 tb Exp $ */ 1/* $OpenBSD: wycheproof.go,v 1.134 2023/02/28 10:46:27 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2018 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2018 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2018,2019,2022 Theo Buehler <tb@openbsd.org> 4 * Copyright (c) 2018,2019,2022 Theo Buehler <tb@openbsd.org>
@@ -3045,6 +3045,7 @@ func main() {
3045 {"ED448", "ed448_test.json", Skip}, 3045 {"ED448", "ed448_test.json", Skip},
3046 {"HKDF", "hkdf_sha*_test.json", Normal}, 3046 {"HKDF", "hkdf_sha*_test.json", Normal},
3047 {"HMAC", "hmac_sha*_test.json", Normal}, 3047 {"HMAC", "hmac_sha*_test.json", Normal},
3048 {"JSON webcrypto", "json_web_*_test.json", Skip},
3048 {"KW", "kw_test.json", Normal}, 3049 {"KW", "kw_test.json", Normal},
3049 {"Primality test", "primality_test.json", Normal}, 3050 {"Primality test", "primality_test.json", Normal},
3050 {"RSA", "rsa_*test.json", Normal}, 3051 {"RSA", "rsa_*test.json", Normal},