Lines Matching full:x509
1326 # Host may be a string, or a (host, x509-dict) tuple; if a string,
1330 # @param host Host descriptor (URL or (URL, x509 info) tuple).
1332 # x509 info). The header and x509 fields may be None.
1336 x509 = {}
1338 host, x509 = host
1353 return host, extra_headers, x509
1368 chost, self._extra_headers, x509 = self.get_host_info(host)
1487 # host may be a string, or a (host, x509-dict) tuple
1495 chost, self._extra_headers, x509 = self.get_host_info(host)
1496 self._connection = host, HTTPS(chost, None, **(x509 or {}))