Home
last modified time | relevance | path

Searched refs:cipher_exclusions (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_proxy_server_scan.c200 VSTRING *cipher_exclusions = vstring_alloc(25); in tls_proxy_server_start_scan() local
217 cipher_exclusions), in tls_proxy_server_start_scan()
223 props->cipher_exclusions = vstring_export(cipher_exclusions); in tls_proxy_server_start_scan()
242 myfree((void *) props->cipher_exclusions); in tls_proxy_server_start_free()
H A Dtls_proxy_client_scan.c328 myfree((void *) props->cipher_exclusions); in tls_proxy_client_start_free()
440 VSTRING *cipher_exclusions = vstring_alloc(25); in tls_proxy_client_start_scan() local
466 cipher_exclusions), in tls_proxy_client_start_scan()
481 props->cipher_exclusions = vstring_export(cipher_exclusions); in tls_proxy_client_start_scan()
H A Dtls_proxy_server_print.c137 STRING_OR_EMPTY(props->cipher_exclusions)), in tls_proxy_server_start_print()
H A Dtls.h486 const char *cipher_exclusions; /* Ciphers to exclude */ member
555 const char *cipher_exclusions; member
H A Dtls_proxy_client_print.c280 STRING_OR_EMPTY(props->cipher_exclusions)), in tls_proxy_client_start_print()
H A Dtls_client.c959 props->cipher_exclusions); in tls_client_start()
H A Dtls_server.c850 props->cipher_exclusions); in tls_server_start()
/netbsd-src/external/ibm-public/postfix/dist/src/posttls-finger/
H A Dposttls-finger.c738 VSTRING *cipher_exclusions; in starttls() local
776 cipher_exclusions = vstring_alloc(10); in starttls()
777 ADD_EXCLUDE(cipher_exclusions, DEF_SMTP_TLS_EXCL_CIPH); in starttls()
779 ADD_EXCLUDE(cipher_exclusions, DEF_SMTP_TLS_MAND_EXCL); in starttls()
786 ADD_EXCLUDE(cipher_exclusions, "aNULL"); in starttls()
788 ADD_EXCLUDE(cipher_exclusions, "eNULL"); in starttls()
823 cipher_exclusions in starttls()
824 = vstring_str(cipher_exclusions), in starttls()
920 cipher_exclusions in starttls()
921 = vstring_str(cipher_exclusions), in starttls()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/tlsproxy/
H A Dtlsproxy.c1045 static VSTRING *cipher_exclusions; in tlsp_server_start_pre_handshake() local
1071 cipher_exclusions = vstring_alloc(10); in tlsp_server_start_pre_handshake()
1072 ADD_EXCLUDE(cipher_exclusions, var_tlsp_tls_excl_ciph); in tlsp_server_start_pre_handshake()
1074 ADD_EXCLUDE(cipher_exclusions, var_tlsp_tls_mand_excl); in tlsp_server_start_pre_handshake()
1076 ADD_EXCLUDE(cipher_exclusions, "aNULL"); in tlsp_server_start_pre_handshake()
1089 cipher_exclusions = STR(cipher_exclusions), in tlsp_server_start_pre_handshake()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c5125 static VSTRING *cipher_exclusions; in smtpd_start_tls() local
5150 cipher_exclusions = vstring_alloc(10); in smtpd_start_tls()
5151 ADD_EXCLUDE(cipher_exclusions, var_smtpd_tls_excl_ciph); in smtpd_start_tls()
5153 ADD_EXCLUDE(cipher_exclusions, var_smtpd_tls_mand_excl); in smtpd_start_tls()
5155 ADD_EXCLUDE(cipher_exclusions, "aNULL"); in smtpd_start_tls()
5174 cipher_exclusions = STR(cipher_exclusions), in smtpd_start_tls()
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_proto.c942 cipher_exclusions in smtp_start_tls()
1064 cipher_exclusions in smtp_start_tls()