Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_client.c609 if (TLScontext->log_mask & TLS_LOG_DEBUG) in tls_auth_enable()
744 if (log_mask & TLS_LOG_DEBUG) in tls_client_init()
H A Dtls_misc.c521 #define TLS_LOG_2 (TLS_LOG_1 | TLS_LOG_VERBOSE | TLS_LOG_CACHE | TLS_LOG_DEBUG)
548 "ssl-debug", TLS_LOG_DEBUG, /* SSL library debug/verbose */
H A Dtls.h303 #define TLS_LOG_DEBUG (1<<7) macro
H A Dtls_server.c617 if (log_mask & TLS_LOG_DEBUG) { in tls_server_init()