Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Ddeliver.c7357 static bool tls_ok_clt = true; variable
7379 tls_ok_clt = tls_ok;
7401 if (!tls_ok_clt)
7403 tls_ok_clt = tls_ok;
7404 if (!tls_ok_clt)
7408 tls_ok_clt = inittls(&clt_ctx, TLS_I_CLT, Clt_SSL_Options, false,
7420 if (tls_ok_clt && tTd(90, 104))
7423 tls_ok_clt = false;
7427 if (tls_ok_clt && CHK_DANE(Dane))
7462 return tls_ok_clt;