CMS_BINARY
flags |= CMS_BINARY;
if ((flags & CMS_BINARY) != 0) {
if ((flags & CMS_BINARY) != 0) {
(flags & CMS_BINARY) == 0
envData = ossl_cms_sign_encrypt(privbio, ctx->cert, ctx->chain, ctx->pkey, CMS_BINARY,
encryption_recips, cipher, CMS_BINARY,
if (dcont != NULL && !(flags & CMS_BINARY)) {
flags |= CMS_PARTIAL | CMS_BINARY | CMS_DETACHED;