I'm working through the 'openssl smime -sign' example.

1

The '-in' parameter appears to be the message, not a hash of the message. Correct?

2

When I run the example, the PKCS7_Sign() call appears to add the entire message to the pkcs7 DER encoded file.

Is this typical?

Can I pass in NULL to omit the message if I'm sending it in separately?

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to