[openssl-users] Web Services Security: SOAP Message Security 1.0 (WS-Security 2004)? Signature Value
Viktor Dukhovni
openssl-users at dukhovni.org
Fri Apr 24 16:15:45 UTC 2015
On Fri, Apr 24, 2015 at 03:55:18PM +0000, Salz, Rich wrote:
> To generate the signature look at the pkeyutl app. (Sorry, don?t
> remember any other details)
Typically, signatures are created with:
openssl dgst -sha256 -sign key.pem ...
See the dgst(1) manpage.
--
Viktor.
More information about the openssl-users
mailing list