On Tue, May 06, 2008, Fedak, Joe wrote: > I have a need to sign files using RSA and SHA-1 algorithms. The signed > files will also need to be in CMS format. Can openssl.exe be used to do > this or do I need to used the openssl libraries? Also, if you can point > me to an example, that would be great. >
The latest snapshots of 0.9.8 support CMS as does the HEAD. There is documentation for the "cms" utility in the head too and online. http://www.openssl.org/docs/apps/cms.html For 0.9.8 snapshots you hve to enable CMS support at compile time with "enable-cms". If you don't need the CMS specific features you can use the smime utility instead which is included in all OpenSSL diestributions. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]