Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
CMS_ContentInfo_new, CMS_ContentInfo_free, CMS_ContentInfo_print_ctx, CMS_ReceiptRequest_new, CMS_ReceiptRequest_free — Cryptographic Message Syntax data structuresSYNOPSIS
#include <openssl/cms.h>CMS_ContentInfo_new(void);
CMS_ContentInfo_free(CMS_ContentInfo *cms);
CMS_ContentInfo_print_ctx(BIO *out, CMS_ContentInfo *cms, int indent, const ASN1_PCTX *pctx);
CMS_ReceiptRequest_new(void);
CMS_ReceiptRequest_free(CMS_ReceiptRequest *rr);