Home
last modified time | relevance | path

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

/dports/mail/postfix-current/postfix-3.7-20211107/src/tls/
H A Dtls_misc.c510 #define TLS_LOG_1 TLS_LOG_SUMMARY
531 "summary", TLS_LOG_SUMMARY,
H A Dtls.h294 #define TLS_LOG_SUMMARY (1<<1) macro
H A Dtls_client.c1226 if (TLScontext->log_mask & TLS_LOG_SUMMARY) in tls_client_post_connect()
H A Dtls_server.c1024 if (TLScontext->log_mask & TLS_LOG_SUMMARY) in tls_server_post_accept()
/dports/mail/postfix-current/postfix-3.7-20211107/src/posttls-finger/
H A Dposttls-finger.c944 state->log_mask |= TLS_LOG_CACHE | TLS_LOG_SUMMARY; in starttls()