Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/src/
H A Dtls.h203 EXTERN char *CipherList; /* list of ciphers */ variable
H A Dtls.c1548 if (CipherList != NULL && *CipherList != '\0')
1550 if (SSL_CTX_set_cipher_list(*ctx, CipherList) <= 0)
1556 who, CipherList);
H A Dreadcf.c4349 SET_STRING_EXP(CipherList);
/freebsd-13.1/contrib/sendmail/cf/cf/
H A Dsubmit.cf511 #O CipherList
/freebsd-13.1/contrib/sendmail/cf/
H A DREADME3222 - CipherList: same as the global option.
3231 TLS_Srv_features:10.0.2.4 CipherList=MEDIUM+aRSA;
3232 TLS_Clt_features:10.1.0.1 Options=SSL_OP_NO_TLSv1_2; CipherList=ALL:-EXPORT
4341 confCIPHER_LIST CipherList [undefined] Cipher list for TLS.
/freebsd-13.1/contrib/sendmail/cf/m4/
H A Dproto.m4653 _OPTION(CipherList, `confCIPHER_LIST', `')
/freebsd-13.1/contrib/sendmail/
H A DRELEASE_NOTES30 options, e.g., CipherList, CertFile, KeyFile,
222 The option CipherList sets the list of ciphers for STARTTLS.