diff options
author | tb <> | 2023-03-01 12:34:12 +0000 |
---|---|---|
committer | tb <> | 2023-03-01 12:34:12 +0000 |
commit | 8b8fc4cd8f20e4561770e93a281ed85511abe953 (patch) | |
tree | 1e2244b823a7859f8918e8550e584a17ccd50374 | |
parent | eb76b99474da7e6caa4ed0f968fef50170b04110 (diff) | |
download | openbsd-8b8fc4cd8f20e4561770e93a281ed85511abe953.tar.gz openbsd-8b8fc4cd8f20e4561770e93a281ed85511abe953.tar.bz2 openbsd-8b8fc4cd8f20e4561770e93a281ed85511abe953.zip |
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 '')
-rw-r--r-- | src/regress/lib/libcrypto/wycheproof/wycheproof.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index 83f8010bbe..6aeff9a5c1 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.134 2023/02/28 10:46:27 tb Exp $ */ | 1 | /* $OpenBSD: wycheproof.go,v 1.135 2023/03/01 12:34:12 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,7 +3045,8 @@ 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 | // uncomment once package builds have caught up: |
3049 | // {"JSON webcrypto", "json_web_*_test.json", Skip}, | ||
3049 | {"KW", "kw_test.json", Normal}, | 3050 | {"KW", "kw_test.json", Normal}, |
3050 | {"Primality test", "primality_test.json", Normal}, | 3051 | {"Primality test", "primality_test.json", Normal}, |
3051 | {"RSA", "rsa_*test.json", Normal}, | 3052 | {"RSA", "rsa_*test.json", Normal}, |