Searched defs:tls_config (Results 1 – 4 of 4) sorted by relevance
82 struct tls_config { struct84 const char *opensc_engine_path;87 const char *pkcs11_engine_path;90 const char *pkcs11_module_path;92 int fips_mode;93 int cert_in_cb;94 const char *openssl_ciphers;95 unsigned int tls_session_lifetime;96 unsigned int crl_reload_interval;97 unsigned int tls_flags;[all …]
289 TLSConfig tls_config = 3 [(google.api.field_behavior) = OPTIONAL]; field
242 pub fn tls_config(self, tls_config: ClientTlsConfig) -> Result<Self, Error> { in tls_config() method
151 pub fn tls_config(self, tls_config: ServerTlsConfig) -> Result<Self, Error> { in tls_config() method