summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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},