Create a filter BIO that finalises and writes streaming PKCS#7 ASN.1 to out.
Synopsis
Return Value
New BIO filter, or NULL on error; free with BIO_free.
Parameters
Name |
Description |
out |
Downstream BIO that receives the encoded PKCS#7. |
p7 |
Partial PKCS#7 structure created with PKCS7_STREAM (or similar streaming flags). |
Created with MrDocs