diff options
author | tb <> | 2023-11-06 14:43:02 +0000 |
---|---|---|
committer | tb <> | 2023-11-06 14:43:02 +0000 |
commit | 88009dabc2099fe0214bf73b478c04eacfaca42a (patch) | |
tree | cb2b318b31bdda719d868c5daf809577c4034698 /src | |
parent | 3e34a07b0fe589c20ebaceaca4a5d4fe38674db2 (diff) | |
download | openbsd-88009dabc2099fe0214bf73b478c04eacfaca42a.tar.gz openbsd-88009dabc2099fe0214bf73b478c04eacfaca42a.tar.bz2 openbsd-88009dabc2099fe0214bf73b478c04eacfaca42a.zip |
Uncomment json webcrypto line. Packages will have caught up...
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/wycheproof/wycheproof.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index 18786d45ac..fa03192161 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.145 2023/04/25 15:56:56 tb Exp $ */ | 1 | /* $OpenBSD: wycheproof.go,v 1.146 2023/11/06 14:43:02 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> |
@@ -2954,8 +2954,7 @@ func main() { | |||
2954 | {"ED448", "ed448_test.json", Skip}, | 2954 | {"ED448", "ed448_test.json", Skip}, |
2955 | {"HKDF", "hkdf_sha*_test.json", Normal}, | 2955 | {"HKDF", "hkdf_sha*_test.json", Normal}, |
2956 | {"HMAC", "hmac_sha*_test.json", Normal}, | 2956 | {"HMAC", "hmac_sha*_test.json", Normal}, |
2957 | // uncomment once package builds have caught up: | 2957 | {"JSON webcrypto", "json_web_*_test.json", Skip}, |
2958 | // {"JSON webcrypto", "json_web_*_test.json", Skip}, | ||
2959 | {"KW", "kw_test.json", Normal}, | 2958 | {"KW", "kw_test.json", Normal}, |
2960 | {"Primality test", "primality_test.json", Normal}, | 2959 | {"Primality test", "primality_test.json", Normal}, |
2961 | {"RSA", "rsa_*test.json", Normal}, | 2960 | {"RSA", "rsa_*test.json", Normal}, |