What version of openssl started supporting sha256 ? Also in what version of
openssl was bug CVE-2005-1730 no longer an issue? I have version OpenSSL
0.9.7d and above. Thanks for any info.
Nick Patetta
how much
further back it was there.
> Subject: Re: openssl and SHA256
> From: w...@omnigroup.com
> Date: Wed, 18 Jan 2012 12:03:38 -0800
> To: openssl-users@openssl.org
>
>
> On Jan 18, 2012, at 11:47 AM, Scott Wilson wrote:
> > Does openssl support SHA256?
>
>
> From: Scott Wilson
> Date: 01/18/2012 01:52 PM
>
> Does openssl support SHA256?
Yes
> If SHA256 is supported, how do I get it to work? Thanks!!
SHA256_Init/Update/Final()
the script: default_md =
sha256. Anyway, I'm just wondering which version began supporting SHA256 or
what's wrong with my command such that it signs with SHA1? Thanks again!
> Subject: Re: openssl and SHA256
> From: w...@omnigroup.com
> Date: Wed, 18 Jan 2012 12:03
On Jan 18, 2012, at 11:47 AM, Scott Wilson wrote:
> Does openssl support SHA256?
Yes, it does. I'm not sure why it doesn't show up in the output of
"list-message-digest-commands" or the usage message, but "openssl sha256" will
compute a SHA256 digest, and "openssl dgst --help" lists it.
_
Does openssl support SHA256?
Current version: OpenSSL 1.0.0e 6 Sep 2011
This would indicate that it does not:
root@ubuntu:/# openssl list-message-digest-commands
md4
md5
rmd160
sha
sha1
This document (http://www.openssl.org/docs/apps/openssl.html) however lists it
as a
MESSAGE DIGEST COMMAN