summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/wycheproof/wycheproof.go11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go
index 86e8c28dd3..ae7de6995b 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.173 2025/09/05 11:11:07 tb Exp $ */ 1/* $OpenBSD: wycheproof.go,v 1.174 2025/09/05 11:12:59 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2018,2023 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2018,2023 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2018,2019,2022-2024 Theo Buehler <tb@openbsd.org> 4 * Copyright (c) 2018,2019,2022-2024 Theo Buehler <tb@openbsd.org>
@@ -2760,10 +2760,9 @@ func main() {
2760 {v1, "ChaCha20-Poly1305", "chacha20_poly1305_test.json", Normal}, 2760 {v1, "ChaCha20-Poly1305", "chacha20_poly1305_test.json", Normal},
2761 {v1, "DSA", "dsa_*test.json", Normal}, 2761 {v1, "DSA", "dsa_*test.json", Normal},
2762 {v1, "DSA", "dsa_*_p1363_test.json", P1363}, 2762 {v1, "DSA", "dsa_*_p1363_test.json", P1363},
2763 {v0, "ECDH", "ecdh_test.json", Normal}, 2763 {v1, "ECDH", "ecdh_[^w_]*_test.json", Normal},
2764 {v0, "ECDH", "ecdh_[^w_]*_test.json", Normal}, 2764 {v1, "ECDH EcPoint", "ecdh_*_ecpoint_test.json", EcPoint},
2765 {v0, "ECDH EcPoint", "ecdh_*_ecpoint_test.json", EcPoint}, 2765 {v1, "ECDH webcrypto", "ecdh_*_webcrypto_test.json", Webcrypto},
2766 {v0, "ECDH webcrypto", "ecdh_webcrypto_test.json", Webcrypto},
2767 {v0, "ECDSA", "ecdsa_test.json", Normal}, 2766 {v0, "ECDSA", "ecdsa_test.json", Normal},
2768 {v0, "ECDSA", "ecdsa_[^w]*test.json", Normal}, 2767 {v0, "ECDSA", "ecdsa_[^w]*test.json", Normal},
2769 {v0, "ECDSA P1363", "ecdsa_*_p1363_test.json", P1363}, 2768 {v0, "ECDSA P1363", "ecdsa_*_p1363_test.json", P1363},
@@ -2795,7 +2794,7 @@ func main() {
2795 2794
2796 testc = newTestCoordinator() 2795 testc = newTestCoordinator()
2797 2796
2798 skipNormal := regexp.MustCompile(`_(ecpoint|gmac|p1363|sect\d{3}[rk]1|secp(160|192))_`) 2797 skipNormal := regexp.MustCompile(`_(ecpoint|webcrypto|pem|gmac|p1363|sect\d{3}[rk]1|secp(160|192))_`)
2799 2798
2800 for _, test := range tests { 2799 for _, test := range tests {
2801 path := testVectorPath 2800 path := testVectorPath