Before I switched from PKCS7 to CMS, I had the ability to get the
actual signature (encrypted digest) by looking at
signer_info->enc_digest->data.

Now that is encapsulated with no way to get at it, even though I can
get the rest of the signer info using these two functions:
    CMS_SignerInfo_get0_signer_id()
    CMS_SignerInfo_get0_algs()

Why is that encapsulated from me?  I want to display everything I can
about a signer, and even though an end user doesn't actually do
anything with it, leaving it out could raise questions.

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

Reply via email to