| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Python312/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ |
Upload File : |
�
�k�f� � �L � d dl Z d dlZd dlZddlmZ ddlmZ dZ G d� d� Zy)� N� )�ProxySchemeUnsupported)�sixi @ c �� � e Zd ZdZed� � Z dd�Zd� Zd� Zd� Z dd�Z
dd �Zdd
�Zd d�Z
d d�Z d!d
�Zd� Zd� Zd"d�Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd#d�Zd� Zy)$�SSLTransportaL
The SSLTransport wraps an existing socket and establishes an SSL connection.
Contrary to Python's implementation of SSLSocket, it allows you to chain
multiple TLS connections together. It's particularly useful if you need to
implement TLS within TLS.
The class supports most of the socket API operations.
c �h � t | d� s&t j rt d� �t d� �y)z�
Raises a ProxySchemeUnsupported if the provided ssl_context can't be used
for TLS in TLS.
The only requirement is that the ssl_context provides the 'wrap_bio'
methods.
�wrap_biozKTLS in TLS requires SSLContext.wrap_bio() which isn't supported on Python 2zXTLS in TLS requires SSLContext.wrap_bio() which isn't available on non-native SSLContextN)�hasattrr �PY2r )�ssl_contexts �GC:\Python312\Lib\site-packages\pip/_vendor/urllib3/util/ssltransport.py�$_validate_ssl_context_for_tls_in_tlsz1SSLTransport._validate_ssl_context_for_tls_in_tls s@ � � �{�J�/��w�w�,�,�� �
-�9�� � 0� Nc �( � t j � | _ t j � | _ || _ || _ |j
| j | j |�� | _ | j | j j � y)zV
Create an SSLTransport around socket using the provided ssl_context.
)�server_hostnameN)
�ssl� MemoryBIO�incoming�outgoing�suppress_ragged_eofs�socketr �sslobj�_ssl_io_loop�do_handshake)�selfr r r r s r
�__init__zSSLTransport.__init__, sm � � �
�
���
��
�
���
�$8��!����!�*�*��M�M�4�=�=�/� +�
���
���$�+�+�2�2�3r c � � | S �N� �r s r
� __enter__zSSLTransport.__enter__? s � ��r c �$ � | j � y r )�close)r �_s r
�__exit__zSSLTransport.__exit__B s � ��
�
�r c �6 � | j j � S r )r �filenor s r
r'