PEM_write_bio_PKCS7_stream (3)
Leading comments
Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) Standard preamble: ========================================================================
NAME
PEM_write_bio_PKCS7_stream - output PKCS7 structure in PEM format.SYNOPSIS
#include <openssl/pkcs7.h> #include <openssl/pem.h> int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *data, int flags);
DESCRIPTION
PEM_write_bio_PKCS7_stream() outputs aPKCS7
structure in PEM
format.
It is otherwise identical to the function SMIME_write_PKCS7().