Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dtls.c666 req |= TLS_I_DH2048;
1014 if (dh == NULL && bitset(TLS_I_DH1024|TLS_I_DH2048, req))
1019 bits = bitset(TLS_I_DH2048, req) ? 2048 : 1024;
Dsendmail.h1923 #define TLS_I_DH2048 0x00100000 /* generate 2048bit DH param */ macro