Searched refs:tls_authentication (Results 1 – 4 of 4) sorted by relevance
270 def tls_authentication(self): member in DatabaseConnectionStringProfile284 @tls_authentication.setter285 def tls_authentication(self, tls_authentication): member in DatabaseConnectionStringProfile295 if not value_allowed_none_or_none_sentinel(tls_authentication, allowed_values):296 tls_authentication = 'UNKNOWN_ENUM_VALUE'297 self._tls_authentication = tls_authentication
77 * `tls_authentication`: Use Strict Privacy i.e. require a TLS connection and authentication of th…78 …* If Opportunistic mode is desired, simply remove the `tls_authentication: GETDNS_AUTHENTICATION_R…92 tls_authentication: GETDNS_AUTHENTICATION_REQUIRED
54 tls_authentication: GETDNS_AUTHENTICATION_REQUIRED
4275 CONTEXT_GETTER2(tls_authentication, getdns_tls_authentication_t, tls_auth) in CONTEXT_GETTER2() argument4645 CONTEXT_SETTING_INT(tls_authentication) in _getdns_context_config_setting()