Searched refs:trust_1oidany (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_trs.c67 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
82 {X509_TRUST_SSL_CLIENT, 0, trust_1oidany, "SSL Client", NID_client_auth,
84 {X509_TRUST_SSL_SERVER, 0, trust_1oidany, "SSL Server", NID_server_auth,
86 {X509_TRUST_EMAIL, 0, trust_1oidany, "S/MIME email", NID_email_protect,
88 {X509_TRUST_OBJECT_SIGN, 0, trust_1oidany, "Object Signer", NID_code_sign,
94 {X509_TRUST_TSA, 0, trust_1oidany, "TSA server", NID_time_stamp, NULL}
268 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags) function

Completed in 129 milliseconds