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