summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-12-12 19:25:25 -0500
committerRich Salz <rsalz@openssl.org>2015-12-12 19:25:25 -0500
commit9e8b6f042749ded556380227c9f2db7ffad9a3aa (patch)
tree394d88f261d0fd766f2af25696b62ae9e3fced9f /CHANGES
parent40abdf8e395c0851adb87382388acf887d79ffc3 (diff)
Use SHA256 not MD5 as default digest.
(Documentation update was in the MR but not the commit. Oops.) Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
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]