summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/regress/lib/libcrypto/wycheproof/wycheproof.go5
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},