| Home | Trees | Indices | Help |
|
|---|
|
|
This is a temporary hack to fix an SSL bug in Python versions before 3.2. It is used automatically when you download an HTTPS URL using a Fetcher.
Copyright: Python Software Foundation License: MIT License Downloaded from: http://pypi.python.org/pypi/backports.ssl_match_hostname/
| Classes | |
| CertificateError | |
| Functions | |||
|
|||
| Function Details |
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.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Mar 26 18:14:06 2013 | http://epydoc.sourceforge.net |