Classes | |
| class | _HTTPConnection |
| class | CertificateError |
| class | SimpleAsyncHTTPClient |
Functions | |
| def | _dnsname_to_pat |
| def | match_hostname |
Variables | |
| tuple | _DEFAULT_CA_CERTS = os.path.dirname(__file__) |
| ssl = None | |
| def tornado.simple_httpclient._dnsname_to_pat | ( | dn | ) | [private] |
Definition at line 471 of file simple_httpclient.py.
| def tornado.simple_httpclient.match_hostname | ( | cert, | |
| hostname | |||
| ) |
Verify that *cert* (in decoded format as returned by SSLSocket.getpeercert()) matches the *hostname*. RFC 2818 rules are mostly followed, but IP addresses are not accepted for *hostname*. CertificateError is raised on failure. On success, the function returns nothing.
Definition at line 485 of file simple_httpclient.py.
| tuple tornado::simple_httpclient::_DEFAULT_CA_CERTS = os.path.dirname(__file__) |
Definition at line 35 of file simple_httpclient.py.
Definition at line 33 of file simple_httpclient.py.