Searched refs:TLS_I_CERT_EX (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | tls.c | 620 TLS_OK_F(certfile, "CertFile", bitset(TLS_I_CERT_EX, req), 639 TLS_OK_F(cf2, "CertFile", bitset(TLS_I_CERT_EX, req), 700 bitset(TLS_I_CERT_EX, req), 720 bitset(TLS_I_CERT_EX, req),
|
H A D | sendmail.h | 1842 #define TLS_I_CERT_EX 0x00000001 /* cert must exist */ macro 1869 #define TLS_I_SRV_CERT (TLS_I_CERT_EX | TLS_I_KEY_EX | \
|