Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c667 req |= TLS_I_DH512;
680 req |= (srv ? TLS_I_DH1024 : TLS_I_DH512);
1010 else if (dh == NULL && bitset(TLS_I_DH512, req))
H A Dsendmail.h1860 #define TLS_I_DH512 0x00040000 /* generate 512bit DH param */ macro
1876 TLS_I_VRFY_LOC | TLS_I_TRY_DH | TLS_I_DH512 | \