Searched defs:tls_config (Results 1 – 5 of 5) sorted by relevance
81 struct tls_config { struct82 const char *opensc_engine_path;83 const char *pkcs11_engine_path;84 const char *pkcs11_module_path;85 int fips_mode;86 int cert_in_cb;87 const char *openssl_ciphers;88 unsigned int tls_session_lifetime;89 unsigned int crl_reload_interval;90 unsigned int tls_flags;[all …]
68 struct altcp_tls_config *tls_config; member
88 struct altcp_tls_config *tls_config; member
388 smtp_set_tls_config(struct altcp_tls_config *tls_config) in smtp_set_tls_config()