Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sendmail/src/
H A Dtls.c1407 if (CipherList != NULL && *CipherList != '\0')
1409 if (SSL_CTX_set_cipher_list(*ctx, CipherList) <= 0)
1415 who, CipherList);
H A Dsendmail.h2013 EXTERN char *CipherList; /* list of ciphers */ variable
H A Dreadcf.c4251 SET_STRING_EXP(CipherList);
/freebsd-12.1/contrib/sendmail/cf/cf/
H A Dsubmit.cf511 #O CipherList
/freebsd-12.1/contrib/sendmail/cf/
H A DREADME3218 - CipherList: same as the global option.
3226 TLS_Srv_features:10.0.2.4 CipherList=MEDIUM+aRSA;
3227 TLS_Clt_features:10.1.0.1 Options=SSL_OP_NO_TLSv1_2; CipherList=ALL:-EXPORT
4335 confCIPHER_LIST CipherList [undefined] Cipher list for TLS.
/freebsd-12.1/contrib/sendmail/cf/m4/
H A Dproto.m4651 _OPTION(CipherList, `confCIPHER_LIST', `')
/freebsd-12.1/contrib/sendmail/
H A DRELEASE_NOTES104 The option CipherList sets the list of ciphers for STARTTLS.