File neon-test-sha256.patch of Package neon
From ea07ac4a61aa8bc0949b267577c7dbeed81793f1 Mon Sep 17 00:00:00 2001 From: Joe Orton <joe@manyfish.uk> Date: Sat, 1 Feb 2020 12:22:17 +0000 Subject: [PATCH] Sign with SHA256 by default. --- test/openssl.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/openssl.conf b/test/openssl.conf index 62aa43e..39e95ec 100644 --- a/test/openssl.conf +++ b/test/openssl.conf @@ -9,7 +9,7 @@ certificate = $dir/cert.pem serial = $dir/serial private_key = $dir/key.pem policy = policy_any -default_md = sha1 +default_md = sha256 x509_extensions = issuedExt unique_subject = no default_bits = 2048 @@ -23,7 +23,7 @@ new_certs_dir = $dir serial = $dir/serial private_key = $dir/key.pem policy = policy_any -default_md = sha1 +default_md = sha256 x509_extensions = issuedExt unique_subject = no basicConstraints = CA:TRUE -- 2.43.0