diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-03-01 12:34:13 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-03-01 12:34:13 +0000 |
commit | 77e69fd69eb7220b2619f98b612c2c9cc076b90e (patch) | |
tree | 6792666564b1d63e8127630808c28fe48a6cddf0 /regress | |
parent | 76261e9b06697ee3918adeb946e60bcf9c7a6cca (diff) |
Comment out glob for JSON webcrypto tests for now
Allows test to pass with the old version of the wycheproof-testvectors
package.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/wycheproof/wycheproof.go | 5 |
1 files 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 <jsing@openbsd.org> * Copyright (c) 2018,2019,2022 Theo Buehler <tb@openbsd.org> @@ -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}, |