From 663fcbae236d58cdbdb79f281892e6bbaaeae55d Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 21 Apr 2026 20:55:21 +0000 Subject: wycheproof: skip BLS test vectors to prepare for update --- src/regress/lib/libcrypto/wycheproof/wycheproof.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/regress/lib/libcrypto') diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index 0004e8e916..d36cd18de4 100644 --- a/src/regress/lib/libcrypto/wycheproof/wycheproof.go +++ b/src/regress/lib/libcrypto/wycheproof/wycheproof.go @@ -1,4 +1,4 @@ -/* $OpenBSD: wycheproof.go,v 1.201 2026/01/22 09:08:56 tb Exp $ */ +/* $OpenBSD: wycheproof.go,v 1.202 2026/04/21 20:55:21 tb Exp $ */ /* * Copyright (c) 2018,2023 Joel Sing * Copyright (c) 2018,2019,2022-2025 Theo Buehler @@ -3079,6 +3079,8 @@ func testGroupFromTestVector(wtv *wycheproofTestVectorsV1) (wycheproofTestGroupR return nil, Skip case "ASCON128", "ASCON128A", "ASCON80PQ": return nil, Skip + case "BLS": + return nil, Skip case "CAMELLIA-CBC-PKCS5", "CAMELLIA-CCM", "CAMELLIA-CMAC", "CAMELLIA-WRAP": return nil, Skip case "CHACHA20-POLY1305", "XCHACHA20-POLY1305": -- cgit v1.2.3-55-g6feb