Searched refs:cipher_exclusions (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
| H A D | tls_proxy_server_scan.c | 200 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 D | tls_proxy_client_scan.c | 328 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 D | tls_proxy_server_print.c | 137 STRING_OR_EMPTY(props->cipher_exclusions)), in tls_proxy_server_start_print()
|
| H A D | tls.h | 486 const char *cipher_exclusions; /* Ciphers to exclude */ member 555 const char *cipher_exclusions; member
|
| H A D | tls_proxy_client_print.c | 280 STRING_OR_EMPTY(props->cipher_exclusions)), in tls_proxy_client_start_print()
|
| H A D | tls_client.c | 959 props->cipher_exclusions); in tls_client_start()
|
| H A D | tls_server.c | 850 props->cipher_exclusions); in tls_server_start()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/posttls-finger/ |
| H A D | posttls-finger.c | 738 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 D | tlsproxy.c | 1045 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 D | smtpd.c | 5125 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 D | smtp_proto.c | 942 cipher_exclusions in smtp_start_tls() 1064 cipher_exclusions in smtp_start_tls()
|