From fdc0c8a3ab2958739e54b733f8904a166bf7a360 Mon Sep 17 00:00:00 2001 From: Pauli Date: Tue, 6 May 2025 13:57:06 +1000 Subject: [PATCH] dsa: add security category checks to evp_test data Reviewed-by: Shane Lontis Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/27571) --- test/recipes/30-test_evp_data/evppkey_dsa_rfc6979.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/recipes/30-test_evp_data/evppkey_dsa_rfc6979.txt b/test/recipes/30-test_evp_data/evppkey_dsa_rfc6979.txt index a3d335a8e60..410cd2725cc 100644 --- a/test/recipes/30-test_evp_data/evppkey_dsa_rfc6979.txt +++ b/test/recipes/30-test_evp_data/evppkey_dsa_rfc6979.txt @@ -46,6 +46,14 @@ NonceType = deterministic Input = "sample" Output = 302C02142E1A0C2562B2912CAAF89186FB0F42001585DA55021429EFB6B0AFF2D7A68EB70CA313022253B9A88DF5 +FIPSversion = >=3.6.0 +DigestSign = SHA1 +Key = DSA_1024_PRIV +NonceType = deterministic +Input = "sample" +Output = 302C02142E1A0C2562B2912CAAF89186FB0F42001585DA55021429EFB6B0AFF2D7A68EB70CA313022253B9A88DF5 +Security-Category = 0 + DigestVerify = SHA1 Key = DSA_1024_PUB Input = "sample" -- 2.47.3