Hello!
 
I am using smime-tool for creating SMIME messages. I found and option which I can use to extract signer's certificate when verifying the message.
How I can extract encryption Certificates used to encrypt the message?
 
I found how to extract issuer_and_serial from PKCS7 structure, but I still cannot extract Certificates used to encrypt the message.
(PKCS7_RECIP_INFO *ri;) I tried to get the value of ri->cert, but unfortunately it didn't work.
Are encryption Certificates included in SMIME message, or just information about them is included - like issuer name and serial number)?
 
Maya
 

Reply via email to