Home
last modified time | relevance | path

Searched refs:TLS_CERT_IS_TRUSTED (Results 1 – 6 of 6) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/smtpd/
H A Dsmtpd_milter.c126 #define IF_TRUSTED(x) (TLS_CERT_IS_TRUSTED(state->tls_context) ? (x) : 0) in smtpd_milter_eval()
H A Dsmtpd.c3464 TLS_CERT_IS_TRUSTED(state->tls_context) ? in common_pre_message_handling()
5170 if (requirecert && TLS_CERT_IS_TRUSTED(state->tls_context) == 0) { in smtpd_start_tls()
H A Dsmtpd_check.c1595 if (TLS_CERT_IS_TRUSTED(state->tls_context) && permit_all_certs) { in permit_tls_clientcerts()
4004 if (!TLS_CERT_IS_TRUSTED(state->tls_context) || *(CN) == 0) { \ in check_policy_service()
/dports/mail/postfix-current/postfix-3.7-20211107/src/tls/
H A Dtls.h274 #define TLS_CERT_IS_TRUSTED(c) ((c) && ((c)->peer_status&TLS_CERT_FLAG_TRUSTED)) macro
H A Dtls_server.c982 if (!TLS_CERT_IS_TRUSTED(TLScontext) in tls_server_post_accept()
H A Dtls_misc.c1068 TLS_CERT_IS_TRUSTED(ctx) ? "Trusted" : "Untrusted", in tls_log_summary()