Write a PKCS#7 object in S/MIME (PEM/CMS) form to a BIO.
Synopsis
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
bio |
Output BIO for the S/MIME message. |
p7 |
PKCS#7 structure to write. |
data |
Optional content BIO for streaming, or NULL when content is already in |
flags |
SMIME_* writing flags (for example SMIME_DETACHED). |
Created with MrDocs