Home
last modified time | relevance | path

Searched refs:PKCS7_NOSMIMECAP (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/crypto/openssl/doc/crypto/
DPKCS7_sign.pod49 will be used. If B<PKCS7_NOSMIMECAP> is set then just the SMIMECapabilities are
/freebsd-9-stable/crypto/openssl/crypto/pkcs7/
Dpkcs7.h247 # define PKCS7_NOSMIMECAP 0x200 macro
Dpk7_smime.c113 if (!(flags & PKCS7_NOSMIMECAP)) { in PKCS7_sign()
/freebsd-9-stable/crypto/openssl/apps/
Dsmime.c190 flags |= PKCS7_NOSMIMECAP; in MAIN()
/freebsd-9-stable/crypto/openssl/
DCHANGES5770 *) Add new PKCS#7 signing option PKCS7_NOSMIMECAP which