openssl and sha256 and bug CVE-2005-1730

2013-11-05 Thread Patetta, Nicholas
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

Re: openssl and SHA256

2012-01-19 Thread Jakob Bohm
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? > >

Re: openssl and SHA256

2012-01-19 Thread Kenneth Goldman
> 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()

RE: openssl and SHA256

2012-01-18 Thread Scott Wilson
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

Re: openssl and SHA256

2012-01-18 Thread Wim Lewis
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. _

openssl and SHA256

2012-01-18 Thread Scott Wilson
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