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

RE: openssl and SHA256

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