Searched refs:tls_CApath (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | dict_mysql.c | 159 char *tls_CApath; member 588 dict_mysql->tls_CAfile || dict_mysql->tls_CApath || dict_mysql->tls_ciphers) in plmysql_connect_single() 591 dict_mysql->tls_CAfile, dict_mysql->tls_CApath, in plmysql_connect_single() 658 dict_mysql->tls_CApath = cfg_get_str(p, "tls_CApath", NULL, 0, 0); in mysql_parse_config() 844 if (dict_mysql->tls_CApath) in dict_mysql_close() 845 myfree(dict_mysql->tls_CApath); in dict_mysql_close()
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | RELEASE_NOTES-2.11 | 137 tls_cert_file, tls_key_file, tls_CAfile, tls_CApath, tls_verify_cert.
|
H A D | TLS_CHANGES | 2381 time except the CAcerts in tls_CApath, which are checked at runtime.
|
H A D | HISTORY | 19125 tls_cert_file, tls_key_file, tls_CAfile, tls_CApath,
|