|
Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
Data Structures | |
| class | UnsupportedExtension |
| class | WrappedSocket |
| class | PyOpenSSLContext |
Namespaces | |
| namespace | pip |
| namespace | pip._vendor |
| namespace | pip._vendor.urllib3 |
| namespace | pip._vendor.urllib3.contrib |
| namespace | pip._vendor.urllib3.contrib.pyopenssl |
Functions | |
| inject_into_urllib3 () | |
| extract_from_urllib3 () | |
| _validate_dependencies_met () | |
| _dnsname_to_stdlib (name) | |
| get_subj_alt_name (peer_cert) | |
| makefile (self, mode, bufsize=-1) | |
| _verify_callback (cnx, x509, err_no, err_depth, return_code) | |
Variables | |
| _fileobject = None | |
| category | |
| stacklevel | |
| bool | HAS_SNI = True |
| dict | _openssl_versions |
| dict | _stdlib_to_openssl_verify |
| _openssl_to_stdlib_verify = dict((v, k) for k, v in _stdlib_to_openssl_verify.items()) | |
| int | SSL_WRITE_BLOCKSIZE = 16384 |
| bool | orig_util_HAS_SNI = util.HAS_SNI |
| orig_util_SSLContext = util.ssl_.SSLContext | |
| log = logging.getLogger(__name__) | |
| makefile = backport_makefile | |