Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dtls.h129 # define TLSAFLTEMPVRFY 0x00008000 /* temporary DANE verification failure */ macro
H A Dtls.c1862 if (dane_vrfy_ctx->dane_vrfy_chk & TLSAFLTEMPVRFY)
2697 dane_vrfy_ctx->dane_vrfy_chk |= TLSAFLTEMPVRFY;
2720 dane_vrfy_ctx->dane_vrfy_chk |= TLSAFLTEMPVRFY;
2778 dane_vrfy_ctx->dane_vrfy_chk |= TLSAFLTEMPVRFY;
2859 && (0 == (dane_vrfy_ctx->dane_vrfy_chk & TLSAFLTEMPVRFY))
H A Ddeliver.c1728 && (0 == (dane_vrfy_ctx.dane_vrfy_chk & TLSAFLTEMPVRFY)) \
4319 (0 == (dane_vrfy_ctx.dane_vrfy_chk & TLSAFLTEMPVRFY)),