diff options
author | Rich Salz <rsalz@openssl.org> | 2015-12-13 01:25:25 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-12-13 01:25:25 +0100 |
commit | 9e8b6f042749ded556380227c9f2db7ffad9a3aa (patch) | |
tree | 394d88f261d0fd766f2af25696b62ae9e3fced9f /CHANGES | |
parent | Support ccache. (diff) | |
download | openssl-9e8b6f042749ded556380227c9f2db7ffad9a3aa.tar.xz openssl-9e8b6f042749ded556380227c9f2db7ffad9a3aa.zip |
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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |