Home
last modified time | relevance | path

Searched refs:X509_TRUST_EMAIL (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_vpm.c622 .trust = X509_TRUST_EMAIL,
629 .trust = X509_TRUST_EMAIL,
H A Dx509_trs.c86 {X509_TRUST_EMAIL, 0, trust_1oidany, "S/MIME email", NID_email_protect, NULL},
H A Dx509_purp.c107 …{X509_PURPOSE_SMIME_SIGN, X509_TRUST_EMAIL, 0, check_purpose_smime_sign, "S/MIME signing", "smimes…
108 …{X509_PURPOSE_SMIME_ENCRYPT, X509_TRUST_EMAIL, 0, check_purpose_smime_encrypt, "S/MIME encryption"…
/dragonfly/crypto/libressl/include/openssl/
H A Dx509.h204 #define X509_TRUST_EMAIL 4 macro