Home
last modified time | relevance | path

Searched refs:tls_authentication (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-oci/oci-2.53.1/src/oci/database/models/
H A Ddatabase_connection_string_profile.py270 def tls_authentication(self): member in DatabaseConnectionStringProfile
284 @tls_authentication.setter
285 def tls_authentication(self, tls_authentication): member in DatabaseConnectionStringProfile
295 if not value_allowed_none_or_none_sentinel(tls_authentication, allowed_values):
296 tls_authentication = 'UNKNOWN_ENUM_VALUE'
297 self._tls_authentication = tls_authentication
/dports/dns/getdns/getdns-1.5.2/stubby/
H A DREADME.md77 * `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
H A Dstubby.yml.example54 tls_authentication: GETDNS_AUTHENTICATION_REQUIRED
/dports/dns/getdns/getdns-1.5.2/src/
H A Dcontext.c4275 CONTEXT_GETTER2(tls_authentication, getdns_tls_authentication_t, tls_auth) in CONTEXT_GETTER2() argument
4645 CONTEXT_SETTING_INT(tls_authentication) in _getdns_context_config_setting()