Home
last modified time | relevance | path

Searched refs:CMS_BINARY (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DCMS_compress.pod30 required by the S/MIME specifications) if B<CMS_BINARY> is set no translation
32 otherwise the translation will corrupt it. If B<CMS_BINARY> is set then
H A DCMS_encrypt.pod48 required by the S/MIME specifications) if B<CMS_BINARY> is set no translation
50 otherwise the translation will corrupt it. If B<CMS_BINARY> is set then
H A DCMS_sign_receipt.pod28 B<CMS_DETACHED>, B<CMS_BINARY>, B<CMS_NOATTR>, B<CMS_TEXT> and B<CMS_STREAM>
H A DCMS_verify_receipt.pod29 B<CMS_DETACHED>, B<CMS_BINARY>, B<CMS_TEXT> and B<CMS_STREAM> are not
H A DSMIME_read_ASN1.pod22 If the I<flags> argument contains B<CMS_BINARY> then the input is assumed to be
H A DSMIME_read_CMS.pod30 If the I<flags> argument contains B<CMS_BINARY> then the input is assumed to be
H A DCMS_sign.pod56 required by the S/MIME specifications) if B<CMS_BINARY> is set no translation
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn_mime.c653 (flags & CMS_BINARY) == 0 in multi_split()
1009 if ((flags & CMS_BINARY) != 0) { in strip_eol()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_smime.c320 if (dcont != NULL && !(flags & CMS_BINARY)) { in CMS_verify()
568 flags |= CMS_PARTIAL | CMS_BINARY | CMS_DETACHED; in CMS_sign_receipt()
/freebsd/crypto/openssl/apps/
H A Dcms.c422 flags |= CMS_BINARY; in cms_main()
804 if ((flags & CMS_BINARY) != 0) { in cms_main()
/freebsd/crypto/openssl/include/openssl/
H A Dcms.h.in80 # define CMS_BINARY 0x80 macro
H A Dcms.h178 # define CMS_BINARY 0x80 macro
/freebsd/crypto/openssl/
H A DCHANGES.md3738 the SMIME_BINARY/PKCS7_BINARY/CMS_BINARY flags (if using CMS_verify()).