From 7a5008ebfb96a88e3667f3e8fe5d5d8d01d93a00 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 13 Jul 2022 06:40:24 +0000 Subject: Enable Wycheproof primality tests. --- src/regress/lib/libcrypto/wycheproof/Makefile | 4 ++-- src/regress/lib/libcrypto/wycheproof/wycheproof.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/wycheproof/Makefile b/src/regress/lib/libcrypto/wycheproof/Makefile index 019e2af301..81e43f66f9 100644 --- a/src/regress/lib/libcrypto/wycheproof/Makefile +++ b/src/regress/lib/libcrypto/wycheproof/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2022/07/08 06:25:39 tb Exp $ +# $OpenBSD: Makefile,v 1.6 2022/07/13 06:40:24 tb Exp $ WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors/ @@ -9,7 +9,7 @@ regress: @echo SKIPPED .else -# REGRESS_TARGETS += regress-wycheproof-primes +REGRESS_TARGETS += regress-wycheproof-primes . if exists(/usr/local/bin/go) diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index a638d0fdd9..ec22c8aec1 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.127 2022/07/07 20:01:20 tb Exp $ */ +/* $OpenBSD: wycheproof.go,v 1.128 2022/07/13 06:40:24 tb Exp $ */ /* * Copyright (c) 2018 Joel Sing * Copyright (c) 2018,2019,2022 Theo Buehler @@ -2923,7 +2923,7 @@ func main() { {"HKDF", "hkdf_sha*_test.json", Normal}, {"HMAC", "hmac_sha*_test.json", Normal}, {"KW", "kw_test.json", Normal}, - {"Primality test", "primality_test.json", Skip}, // XXX + {"Primality test", "primality_test.json", Normal}, {"RSA", "rsa_*test.json", Normal}, {"X25519", "x25519_test.json", Normal}, {"X25519 ASN", "x25519_asn_test.json", Skip}, -- cgit v1.2.3-55-g6feb