I need to create a SHA256 signature using OpenSSL ?
I tried:
openssl sha256 -sha256 -binary -sign (providing my priv key & contents)
But, I get the following error : openssl:Error: 'sha256' is an invalid command.
sha1 works fine, but I thought sha256 was supported as well.