From 9e8b6f042749ded556380227c9f2db7ffad9a3aa Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Sat, 12 Dec 2015 19:25:25 -0500 Subject: Use SHA256 not MD5 as default digest. (Documentation update was in the MR but not the commit. Oops.) Reviewed-by: Viktor Dukhovni --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 7a444266ff..a7833dbd1b 100644 --- a/CHANGES +++ b/CHANGES @@ -210,6 +210,10 @@ *) Added HTTP GET support to the ocsp command. [Rich Salz] + *) Changed default digest for the dgst and enc commands from MD5 to + sha256 + [Rich Salz] + *) RAND_pseudo_bytes has been deprecated. Users should use RAND_bytes instead. [Matt Caswell] -- cgit v1.2.3