MINI MINI MANI MO

Path : /usr/lib64/python3.6/__pycache__/
File Upload :
Current File : //usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc

3


 \@shdZddlZddlZddlZddlZddlZddlmZddlm	Z
mZm
ZddlZddlmZmZmZddlmZmZmZddlmZmZmZmZmZmZddlmZmZdd	lm Z m!Z!m"Z"m#Z#ydd
lm$Z$Wne%k
rYnXddlm&Z&m'Z'm(Z(m)Z)m*Z*ddlm+Z+ej,d
e-ddedej,de-ddedej,de-ddedej,de-ddedej,de-ddedej,de-ddede.j/Z0e._0dde.j1j2DZ3e4e.ddZ5ej6dkrddlm7Z7m8Z8dd l9m9Z9m:Z:m;Z;m<Z<dd!l9m=Z=m>Z>ddl?Z?ddl@Z@ddlAZAeBZCejDr2d"gZEngZEd#ZFd$ZGGd%d&d&eHZIdSd(d)ZJd*d+ZKd,d-ZLed.d/ZMd0d1ZNGd2d3d3ed3d4ZOGd5d6d6eOe
ZPGd7d8d8eZQePjRfdddd9d:d;ZSe/fdd<ePjRdddddd=d>d?ZTeSZUeTZVGd@dAdAZWGdBdCdCe9ZXddd<eYe/ddDdDdf	dEdFZZdGdHZ[dIZ\dJZ]dKdLZ^dMdNZ_e/dfdOdPZ`dQdRZadS)Ta
This module provides some more Pythonic support for SSL.

Object types:

  SSLSocket -- subtype of socket.socket which does SSL over the socket

Exceptions:

  SSLError -- exception raised for I/O errors

Functions:

  cert_time_to_seconds -- convert time string used for certificate
                          notBefore and notAfter functions to integer
                          seconds past the Epoch (the time values
                          returned from time.time())

  fetch_server_certificate (HOST, PORT) -- fetch the certificate provided
                          by the server running on HOST at port PORT.  No
                          validation of the certificate is performed.

Integer constants:

SSL_ERROR_ZERO_RETURN
SSL_ERROR_WANT_READ
SSL_ERROR_WANT_WRITE
SSL_ERROR_WANT_X509_LOOKUP
SSL_ERROR_SYSCALL
SSL_ERROR_SSL
SSL_ERROR_WANT_CONNECT

SSL_ERROR_EOF
SSL_ERROR_INVALID_ERROR_CODE

The following group define certificate requirements that one side is
allowing/requiring from the other side:

CERT_NONE - no certificates from the other side are required (or will
            be looked at if provided)
CERT_OPTIONAL - certificates are not required, but if provided will be
                validated, and if validation fails, the connection will
                also fail
CERT_REQUIRED - certificates are required, and will be validated, and
                if validation fails, the connection will also fail

The following constants identify various SSL protocol variants:

PROTOCOL_SSLv2
PROTOCOL_SSLv3
PROTOCOL_SSLv23
PROTOCOL_TLS
PROTOCOL_TLS_CLIENT
PROTOCOL_TLS_SERVER
PROTOCOL_TLSv1
PROTOCOL_TLSv1_1
PROTOCOL_TLSv1_2

The following constants identify various SSL alert message descriptions as per
http://www.iana.org/assignments/tls-parameters/tls-parameters.xml#tls-parameters-6

ALERT_DESCRIPTION_CLOSE_NOTIFY
ALERT_DESCRIPTION_UNEXPECTED_MESSAGE
ALERT_DESCRIPTION_BAD_RECORD_MAC
ALERT_DESCRIPTION_RECORD_OVERFLOW
ALERT_DESCRIPTION_DECOMPRESSION_FAILURE
ALERT_DESCRIPTION_HANDSHAKE_FAILURE
ALERT_DESCRIPTION_BAD_CERTIFICATE
ALERT_DESCRIPTION_UNSUPPORTED_CERTIFICATE
ALERT_DESCRIPTION_CERTIFICATE_REVOKED
ALERT_DESCRIPTION_CERTIFICATE_EXPIRED
ALERT_DESCRIPTION_CERTIFICATE_UNKNOWN
ALERT_DESCRIPTION_ILLEGAL_PARAMETER
ALERT_DESCRIPTION_UNKNOWN_CA
ALERT_DESCRIPTION_ACCESS_DENIED
ALERT_DESCRIPTION_DECODE_ERROR
ALERT_DESCRIPTION_DECRYPT_ERROR
ALERT_DESCRIPTION_PROTOCOL_VERSION
ALERT_DESCRIPTION_INSUFFICIENT_SECURITY
ALERT_DESCRIPTION_INTERNAL_ERROR
ALERT_DESCRIPTION_USER_CANCELLED
ALERT_DESCRIPTION_NO_RENEGOTIATION
ALERT_DESCRIPTION_UNSUPPORTED_EXTENSION
ALERT_DESCRIPTION_CERTIFICATE_UNOBTAINABLE
ALERT_DESCRIPTION_UNRECOGNIZED_NAME
ALERT_DESCRIPTION_BAD_CERTIFICATE_STATUS_RESPONSE
ALERT_DESCRIPTION_BAD_CERTIFICATE_HASH_VALUE
ALERT_DESCRIPTION_UNKNOWN_PSK_IDENTITY
N)
namedtuple)EnumIntEnumIntFlag)OPENSSL_VERSION_NUMBEROPENSSL_VERSION_INFOOPENSSL_VERSION)_SSLContext	MemoryBIO
SSLSession)SSLErrorSSLZeroReturnErrorSSLWantReadErrorSSLWantWriteErrorSSLSyscallErrorSSLEOFError)txt2objnid2obj)RAND_statusRAND_add
RAND_bytesRAND_pseudo_bytes)RAND_egd)HAS_SNIHAS_ECDHHAS_NPNHAS_ALPNHAS_TLSv1_3)_OPENSSL_API_VERSION
_SSLMethodcCs|jdo|dkS)NZ	PROTOCOL_PROTOCOL_SSLv23)
startswith)namer#/usr/lib64/python3.6/ssl.py<lambda>|sr%)sourceOptionscCs
|jdS)NZOP_)r!)r"r#r#r$r%sZAlertDescriptioncCs
|jdS)NZALERT_DESCRIPTION_)r!)r"r#r#r$r%sZSSLErrorNumbercCs
|jdS)NZ
SSL_ERROR_)r!)r"r#r#r$r%sVerifyFlagscCs
|jdS)NZVERIFY_)r!)r"r#r#r$r%s
VerifyModecCs
|jdS)NZCERT_)r!)r"r#r#r$r%scCsi|]\}}||qSr#r#).0r"valuer#r#r$
<dictcomp>sr,ZPROTOCOL_SSLv2win32)enum_certificates	enum_crls)socketAF_INETSOCK_STREAMcreate_connection)
SOL_SOCKETSO_TYPEz
tls-uniquezTLS13-AES-256-GCM-SHA384:TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES-128-GCM-SHA256:ECDH+AESGCM:ECDH+CHACHA20:DH+AESGCM:DH+CHACHA20:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+HIGH:DH+HIGH:RSA+AESGCM:RSA+AES:RSA+HIGH:!aNULL:!eNULL:!MD5:!3DESzTLS13-AES-256-GCM-SHA384:TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES-128-GCM-SHA256:ECDH+AESGCM:ECDH+CHACHA20:DH+AESGCM:DH+CHACHA20:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+HIGH:DH+HIGH:RSA+AESGCM:RSA+AES:RSA+HIGH:!aNULL:!eNULL:!MD5:!DSS:!RC4:!3DESc@seZdZdS)CertificateErrorN)__name__
__module____qualname__r#r#r#r$r6sr6c	Csg}|sdS|jd^}}|jd}||kr<tdt||sP|j|jkS|dkrd|jdn>|jdsx|jdr|jtj|n|jtj|j	ddx|D]}|jtj|qWtj
d	d
j|dtj}|j
|S)zhMatching according to RFC 6125, section 6.4.3

    http://tools.ietf.org/html/rfc6125#section-6.4.3
    F.*z,too many wildcards in certificate DNS name: z[^.]+zxn--z\*z[^.]*z\Az\.z\Z)splitcountr6reprlowerappendr!reescapereplacecompilejoin
IGNORECASEmatch)	ZdnhostnameZ
max_wildcardsZpatsZleftmostZ	remainderZ	wildcardsZfragZpatr#r#r$_dnsname_matchs&

rJcCstj|j}||kS)zExact matching of IP addresses.

    RFC 6125 explicitly doesn't define an algorithm for this
    (section 1.7.2 - "Out of Scope").
    )	ipaddress
ip_addressrstrip)Zipnamehost_ipZipr#r#r$_ipaddress_matchsrOcCsP|stdytj|}Wntk
r2d}YnXg}|jdf}xb|D]Z\}}|dkr||dkrpt||rpdS|j|qJ|dkrJ|dk	rt||rdS|j|qJW|sxF|jdfD]6}x0|D](\}}|dkrt||rdS|j|qWqWt|dkr td	|d
j	t
t|fn,t|dkrDtd||dfntd
dS)a)Verify that *cert* (in decoded format as returned by
    SSLSocket.getpeercert()) matches the *hostname*.  RFC 2818 and RFC 6125
    rules are followed, but IP addresses are not accepted for *hostname*.

    CertificateError is raised on failure. On success, the function
    returns nothing.
    ztempty or no certificate, match_hostname needs a SSL socket or SSL context with either CERT_OPTIONAL or CERT_REQUIREDNZsubjectAltNameZDNSz
IP AddressZsubjectZ
commonNamer:z&hostname %r doesn't match either of %sz, zhostname %r doesn't match %rrz=no appropriate commonName or subjectAltName fields were found)
ValueErrorrKrLgetrJrArOlenr6rFmapr?)certrIrNZdnsnamesZsankeyr+subr#r#r$match_hostnames>

rWDefaultVerifyPathszQcafile capath openssl_cafile_env openssl_cafile openssl_capath_env openssl_capathcCsdtj}tjj|d|d}tjj|d|d}ttjj|rF|ndtjj|rX|ndf|S)z/Return paths to default cafile and capath.
    rr:N)	_sslget_default_verify_pathsosenvironrQrXpathisfileisdir)partscafilecapathr#r#r$r\Usr\csDeZdZdZfZfddZefddZefddZZ	S)_ASN1Objectz#ASN.1 object identifier lookup
    cstj|ft|ddS)NF)r")super__new___txt2obj)clsoid)	__class__r#r$rghsz_ASN1Object.__new__cstj|ft|S)z3Create _ASN1Object from OpenSSL numeric ID
        )rfrg_nid2obj)riZnid)rkr#r$fromnidksz_ASN1Object.fromnidcstj|ft|ddS)z=Create _ASN1Object from short name, long name or OID
        T)r")rfrgrh)rir")rkr#r$fromnameqsz_ASN1Object.fromname)
r7r8r9__doc__	__slots__rgclassmethodrmrn
__classcell__r#r#)rkr$recs
reznid shortname longname oidc@seZdZdZdZdZdS)PurposezDSSLContext purpose flags with X509v3 Extended Key Usage objects
    z1.3.6.1.5.5.7.3.1z1.3.6.1.5.5.7.3.2N)r7r8r9roSERVER_AUTHCLIENT_AUTHr#r#r#r$rsxsrscseZdZdZd"Zd#ZefddZefdd	Zd$d
dZ	d%ddZ
ddZddZddZ
ejfddZefddZejfddZefddZejfddZefdd Zejfd!d ZZS)&
SSLContextz|An SSLContext holds various SSL-related configuration options and
    data, such as certificates and possibly a private key.protocol__weakref__CAROOTcOs"tj||}|tkr|jt|S)N)r	rg_SSLv2_IF_EXISTSset_ciphers_DEFAULT_CIPHERS)rirwargskwargsselfr#r#r$rgs
zSSLContext.__new__cCs
||_dS)N)rw)rrwr#r#r$__init__szSSLContext.__init__FTNc	Cst|||||||dS)N)sockserver_sidedo_handshake_on_connectsuppress_ragged_eofsserver_hostname_context_session)	SSLSocket)rrrrrrsessionr#r#r$wrap_sockets
zSSLContext.wrap_socketcCs|j||||d}t||dS)N)rr)r)Z	_wrap_bio	SSLObject)rZincomingZoutgoingrrrsslobjr#r#r$wrap_bios
zSSLContext.wrap_biocCsdt}xN|D]F}t|d}t|dks2t|dkr:td|jt||j|qW|j|dS)Nasciirz(NPN protocols must be 1 to 255 in length)	bytearraybytesrRrrAextendZ_set_npn_protocols)r
npn_protocolsprotosrwbr#r#r$set_npn_protocolss

zSSLContext.set_npn_protocolscCsdt}xN|D]F}t|d}t|dks2t|dkr:td|jt||j|qW|j|dS)Nrrrz)ALPN protocols must be 1 to 255 in length)rrrRrrArZ_set_alpn_protocols)rZalpn_protocolsrrwrr#r#r$set_alpn_protocolss

zSSLContext.set_alpn_protocolscCszt}y@x:t|D].\}}}|dkr|dks6|j|kr|j|qWWntk
rdtjdYnX|rv|j|d|S)NZx509_asnTz-unable to enumerate Windows certificate store)cadata)rr.rjrPermissionErrorwarningswarnload_verify_locations)r	storenamepurposeZcertsrTencodingZtrustr#r#r$_load_windows_store_certssz$SSLContext._load_windows_store_certscCsDt|tst|tjdkr8x|jD]}|j||q$W|jdS)Nr-)
isinstancere	TypeErrorsysplatform_windows_cert_storesrZset_default_verify_paths)rrrr#r#r$load_default_certss

zSSLContext.load_default_certscsttjS)N)r'rfoptions)r)rkr#r$rszSSLContext.optionscstttjj||dS)N)rfrvr__set__)rr+)rkr#r$rscsttjS)N)r(rfverify_flags)r)rkr#r$rszSSLContext.verify_flagscstttjj||dS)N)rfrvrr)rr+)rkr#r$rscs*tj}yt|Stk
r$|SXdS)N)rfverify_moder)rP)rr+)rkr#r$rs
zSSLContext.verify_modecstttjj||dS)N)rfrvrr)rr+)rkr#r$rs)rwrx)ryrz)FTTNN)FNN)r7r8r9rorprPROTOCOL_TLSrgrrrrrrrsrtrpropertyrsetterrrrrr#r#)rkr$rvs*

rv)rcrdrcCszt|tst|tt}|tjkr2t|_d|_	n|tj
krF|jt|sR|sR|rb|j
|||n|jtkrv|j||S)zCreate a SSLContext object with default settings.

    NOTE: The protocol and settings may change anytime without prior
          deprecation. The values represent a fair balance between maximum
          compatibility and security.
    T)rrerrvrrsrt
CERT_REQUIREDrcheck_hostnamerur|_RESTRICTED_SERVER_CIPHERSr	CERT_NONEr)rrcrdrcontextr#r#r$create_default_contexts





rF)	cert_reqsrrcertfilekeyfilercrdrc
Cst|tst|t|}	|dk	r(||	_||	_|r@|r@td|sH|rT|	j|||s`|s`|rp|	j|||n|	jt	kr|	j
||	S)a/Create a SSLContext object for Python stdlib modules

    All Python stdlib modules shall use this function to create SSLContext
    objects in order to keep common settings in one place. The configuration
    is less restrict than create_default_context()'s to increase backward
    compatibility.
    Nzcertfile must be specified)rrerrvrrrPload_cert_chainrrr)
rwrrrrrrcrdrrr#r#r$_create_unverified_contexts



rc@seZdZdZd0ddZeddZejddZedd	Zejd
d	ZeddZ	ed
dZ
eddZd1ddZddZ
d2ddZddZddZddZdd Zd!d"Zd#d$Zd%d&Zd'd(Zd3d*d+Zd,d-Zd.d/ZdS)4raThis class implements an interface on top of a low-level SSL object as
    implemented by OpenSSL. This object captures the state of an SSL connection
    but does not provide any network IO itself. IO needs to be performed
    through separate "BIO" objects which are OpenSSL's IO abstraction layer.

    This class does not have a public constructor. Instances are returned by
    ``SSLContext.wrap_bio``. This class is typically used by framework authors
    that want to implement asynchronous IO for SSL through memory buffers.

    When compared to ``SSLSocket``, this object lacks the following features:

     * Any form of network IO, including methods such as ``recv`` and ``send``.
     * The ``do_handshake_on_connect`` and ``suppress_ragged_eofs`` machinery.
    NcCs&||_|p||j_|dk	r"||j_dS)N)_sslobjownerr)rrrrr#r#r$rGszSSLObject.__init__cCs|jjS)z(The SSLContext that is currently in use.)rr)rr#r#r$rNszSSLObject.contextcCs||j_dS)N)rr)rctxr#r#r$rSscCs|jjS)z!The SSLSession for client socket.)rr)rr#r#r$rWszSSLObject.sessioncCs||j_dS)N)rr)rrr#r#r$r\scCs|jjS)z.Was the client session reused during handshake)rsession_reused)rr#r#r$r`szSSLObject.session_reusedcCs|jjS)z%Whether this is a server-side socket.)rr)rr#r#r$reszSSLObject.server_sidecCs|jjS)z]The currently set server hostname (for SNI), or ``None`` if no
        server hostame is set.)rr)rr#r#r$rjszSSLObject.server_hostnamecCs(|dk	r|jj||}n|jj|}|S)zRead up to 'len' bytes from the SSL object and return them.

        If 'buffer' is provided, read into this buffer and return the number of
        bytes read.
        N)rread)rrRbuffervr#r#r$rpszSSLObject.readcCs|jj|S)zWrite 'data' to the SSL object and return the number of bytes
        written.

        The 'data' argument must support the buffer interface.
        )rwrite)rdatar#r#r$r|szSSLObject.writeFcCs|jj|S)zReturns a formatted version of the data in the certificate provided
        by the other end of the SSL channel.

        Return None if no certificate was provided, {} if a certificate was
        provided, but not validated.
        )rZpeer_certificate)rbinary_formr#r#r$getpeercertszSSLObject.getpeercertcCstjr|jjSdS)zReturn the currently selected NPN protocol as a string, or ``None``
        if a next protocol was not negotiated or if NPN is not supported by one
        of the peers.N)r[rrselected_npn_protocol)rr#r#r$rszSSLObject.selected_npn_protocolcCstjr|jjSdS)zReturn the currently selected ALPN protocol as a string, or ``None``
        if a next protocol was not negotiated or if ALPN is not supported by one
        of the peers.N)r[rrselected_alpn_protocol)rr#r#r$rsz SSLObject.selected_alpn_protocolcCs
|jjS)z_Return the currently selected cipher as a 3-tuple ``(name,
        ssl_version, secret_bits)``.)rcipher)rr#r#r$rszSSLObject.ciphercCs
|jjS)zReturn a list of ciphers shared by the client during the handshake or
        None if this is not a valid server connection.
        )rshared_ciphers)rr#r#r$rszSSLObject.shared_cipherscCs
|jjS)zReturn the current compression algorithm in use, or ``None`` if
        compression was not negotiated or not supported by one of the peers.)rcompression)rr#r#r$rszSSLObject.compressioncCs
|jjS)z8Return the number of bytes that can be read immediately.)rpending)rr#r#r$rszSSLObject.pendingcCs4|jj|jjr0|js tdt|j|jdS)zStart the SSL/TLS handshake.z-check_hostname needs server_hostname argumentN)rdo_handshakerrrrPrWr)rr#r#r$rs

zSSLObject.do_handshakecCs
|jjS)z!Start the SSL shutdown handshake.)rshutdown)rr#r#r$unwrapszSSLObject.unwrap
tls-uniquecCs0|tkrtd|dkr&tdj||jjS)zGet channel binding data for current connection.  Raise ValueError
        if the requested `cb_type` is not supported.  Return bytes of the data
        or None if the data is not available (e.g. before the handshake).z Unsupported channel binding typez
tls-uniquez({0} channel binding type not implemented)CHANNEL_BINDING_TYPESrPNotImplementedErrorformatrZ
tls_unique_cb)rcb_typer#r#r$get_channel_bindingszSSLObject.get_channel_bindingcCs
|jjS)zZReturn a string identifying the protocol version used by the
        current SSL channel. )rversion)rr#r#r$rszSSLObject.versioncCs
|jjS)N)rverify_client_post_handshake)rr#r#r$rsz&SSLObject.verify_client_post_handshake)NN)rN)F)r)r7r8r9rorrrrrrrrrrrrrrrrrrrrrrr#r#r#r$r7s.


		
rcseZdZdZddddeeddeeddddddddfddZe	dd	Z
e
jd
d	Z
e	ddZejd
dZe	ddZ
ddZdVddZddZdWddZddZdXddZddZdd Zd!d"Zd#d$Zd%d&ZdYd'd(ZdZd)d*Zd+d,Zd[d-d.Zd\fd/d0	Zd]d1d2Zd^d3d4Zd_d5d6Z d`d7d8Z!d9d:Z"d;d<Z#d=d>Z$d?d@Z%dAdBZ&dCdDZ'dEdFZ(dadGdHZ)dIdJZ*dKdLZ+dMdNZ,dOdPZ-dbdRdSZ.dTdUZ/Z0S)crzThis class implements a subtype of socket.socket that wraps
    the underlying OS socket in an SSL context when necessary, and
    provides read and write methods over that channel.NFTrcCsj|r||_n|r|rtd|r0|r0td|r>|r>|}t||_||j_|r`|jj||rr|jj|||r|jj||r|jj|||_||_	||_
||_||_||_
|jtttkrtd|r|rtd|dk	rtd|jjo|rtd||_||_||_||_|
|_|dk	rdtj||j|j|j|jd|j|j |j!n,|dk	r~tj||dntj||	|
|d	y|j"Wn8t#k
r}z|j$t$j%krd
}WYdd}~XnXd}d
|_&d|_'||_(|rfyN|jj)|||}t*|||jd|_'|r>|j }|d
kr6td|j+Wn$t#tfk
rd|j,YnXdS)Nz5certfile must be specified for server-side operationszcertfile must be specifiedz!only stream sockets are supportedz4server_hostname can only be specified in client modez,session can only be specified in client modez'check_hostname requires server_hostname)familytypeprotofileno)r)rrrFT)rrgzHdo_handshake_on_connect should not be specified for non-blocking sockets)-rrPrvrrrrr|rrrssl_versionca_certsciphersZ
getsockoptr4r5r2rrrrrrrr0rrrrr
settimeout
gettimeoutdetachgetpeernameOSErrorerrnoZENOTCONNZ_closedr
_connected_wrap_socketrrclose)rrrrrrrrrrrrrrrrrrreZ	connectedrtimeoutr#r#r$rs	








zSSLSocket.__init__cCs|jS)N)r)rr#r#r$r7szSSLSocket.contextcCs||_||j_dS)N)rrr)rrr#r#r$r;scCs|jdk	r|jjSdS)z!The SSLSession for client socket.N)rr)rr#r#r$r@s
zSSLSocket.sessioncCs||_|jdk	r||j_dS)N)rrr)rrr#r#r$rFs
cCs|jdk	r|jjSdS)z.Was the client session reused during handshakeN)rr)rr#r#r$rLs
zSSLSocket.session_reusedcCstd|jjdS)NzCan't dup() %s instances)rrkr7)rr#r#r$dupRsz
SSLSocket.dupcCsdS)Nr#)rmsgr#r#r$_checkClosedVszSSLSocket._checkClosedcCs|js|jdS)N)rr)rr#r#r$_check_connectedZszSSLSocket._check_connectedcCst|j|jstdy|jj||Stk
rn}z.|jdtkr\|jr\|dk	rVdSdSnWYdd}~XnXdS)zORead up to LEN bytes and return them.
        Return zero-length string on EOF.z'Read on closed or unwrapped SSL socket.rN)rrrPrrr~Z
SSL_ERROR_EOFr)rrRrxr#r#r$rbszSSLSocket.readcCs"|j|jstd|jj|S)zhWrite DATA to the underlying SSL channel.  Returns
        number of bytes of DATA actually transmitted.z(Write on closed or unwrapped SSL socket.)rrrPr)rrr#r#r$rtszSSLSocket.writecCs|j|j|jj|S)zReturns a formatted version of the data in the
        certificate provided by the other end of the SSL channel.
        Return None if no certificate was provided, {} if a
        certificate was provided, but not validated.)rrrr)rrr#r#r$r}szSSLSocket.getpeercertcCs*|j|jstjrdS|jjSdS)N)rrr[rr)rr#r#r$rszSSLSocket.selected_npn_protocolcCs*|j|jstjrdS|jjSdS)N)rrr[rr)rr#r#r$rsz SSLSocket.selected_alpn_protocolcCs |j|jsdS|jjSdS)N)rrr)rr#r#r$rszSSLSocket.ciphercCs|j|jsdS|jjS)N)rrr)rr#r#r$rszSSLSocket.shared_cipherscCs |j|jsdS|jjSdS)N)rrr)rr#r#r$rszSSLSocket.compressioncCsB|j|jr0|dkr$td|j|jj|Stj|||SdS)Nrz3non-zero flags not allowed in calls to send() on %s)rrrPrkrr0send)rrflagsr#r#r$rs
zSSLSocket.sendcCsH|j|jrtd|jn&|dkr4tj|||Stj||||SdS)Nz%sendto not allowed on instances of %s)rrrPrkr0sendto)rrZ
flags_or_addraddrr#r#r$rszSSLSocket.sendtocOstd|jdS)Nz&sendmsg not allowed on instances of %s)rrk)rr~rr#r#r$sendmsgszSSLSocket.sendmsgcCs|j|jr|dkr$td|jd}t|L}|jd6}t|}x&||krl|j||d}||7}qHWWdQRXWdQRXntj	|||SdS)Nrz6non-zero flags not allowed in calls to sendall() on %sB)
rrrPrk
memoryviewcastrRrr0sendall)rrrr>ZviewZ	byte_viewZamountrr#r#r$rs

"zSSLSocket.sendallcs,|jdkrtj|||S|j|||SdS)zSend a file, possibly by using os.sendfile() if this is a
        clear-text socket.  Return the total number of bytes sent.
        N)rrfsendfileZ_sendfile_use_send)rfileoffsetr>)rkr#r$rs
zSSLSocket.sendfilecCs@|j|jr.|dkr$td|j|j|Stj|||SdS)Nrz3non-zero flags not allowed in calls to recv() on %s)rrrPrkrr0recv)rbuflenrr#r#r$rs

zSSLSocket.recvcCsf|j|r|dkrt|}n|dkr*d}|jrR|dkrFtd|j|j||Stj||||SdS)Nirz8non-zero flags not allowed in calls to recv_into() on %s)rrRrrPrkrr0	recv_into)rrnbytesrr#r#r$rs

zSSLSocket.recv_intocCs0|j|jrtd|jntj|||SdS)Nz'recvfrom not allowed on instances of %s)rrrPrkr0recvfrom)rrrr#r#r$rs
zSSLSocket.recvfromcCs2|j|jrtd|jntj||||SdS)Nz,recvfrom_into not allowed on instances of %s)rrrPrkr0
recvfrom_into)rrrrr#r#r$rs
zSSLSocket.recvfrom_intocOstd|jdS)Nz&recvmsg not allowed on instances of %s)rrk)rr~rr#r#r$recvmsgszSSLSocket.recvmsgcOstd|jdS)Nz+recvmsg_into not allowed on instances of %s)rrk)rr~rr#r#r$recvmsg_intoszSSLSocket.recvmsg_intocCs |j|jr|jjSdSdS)Nr)rrr)rr#r#r$rs
zSSLSocket.pendingcCs|jd|_tj||dS)N)rrr0r)rZhowr#r#r$rszSSLSocket.shutdowncCs.|jr|jj}d|_|Stdt|dS)NzNo SSL wrapper around )rrrPstr)rsr#r#r$rs

zSSLSocket.unwrapcCs$|jr|jjStdt|dS)NzNo SSL wrapper around )rrrPr)rr#r#r$r$s
z&SSLSocket.verify_client_post_handshakecCsd|_tj|dS)N)rr0_real_close)rr#r#r$r*szSSLSocket._real_closecCsF|j|j}z$|dkr(|r(|jd|jjWd|j|XdS)zPerform a TLS/SSL handshake.gN)rrrrr)rblockrr#r#r$r.s
zSSLSocket.do_handshakecCs|jrtd|jrtd|jj|d|j}t|||jd|_y>|rTt	j
||}nd}t	j|||s|d|_|jr||j
|Sttfk
rd|_YnXdS)Nz!can't connect in server-side modez/attempt to connect already-connected SSLSocket!F)rrT)rrPrrrrrrrr0
connect_exconnectrrr)rrrrZrcr#r#r$
_real_connect9s(zSSLSocket._real_connectcCs|j|ddS)zQConnects to remote ADDR, and then wraps the connection in
        an SSL channel.FN)r
)rrr#r#r$r	RszSSLSocket.connectcCs|j|dS)zQConnects to remote ADDR, and then wraps the connection in
        an SSL channel.T)r
)rrr#r#r$rWszSSLSocket.connect_excCs.tj|\}}|jj||j|jdd}||fS)zAccepts a new connection from a remote client, and returns
        a tuple containing that new connection wrapped with a server-side
        SSL channel, and the address of the remote client.T)rrr)r0acceptrrrr)rZnewsockrr#r#r$r\szSSLSocket.accept
tls-uniquecCs|jdkrdS|jj|S)zGet channel binding data for current connection.  Raise ValueError
        if the requested `cb_type` is not supported.  Return bytes of the data
        or None if the data is not available (e.g. before the handshake).
        N)rr)rrr#r#r$rhs
zSSLSocket.get_channel_bindingcCs|jdkrdS|jjS)z
        Return a string identifying the protocol version used by the
        current SSL channel, or None if there is no established channel.
        N)rr)rr#r#r$rqs
zSSLSocket.version)N)rN)F)r)N)r)rN)rr)Nr)rr)Nr)F)r)1r7r8r9rorrr1r2rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
r	rrrrrrr#r#)rkr$rs`Z

	












	rTc

Cst||||||||||	d
S)N)
rrrrrrrrrr)r)
rrrrrrrrrrr#r#r$r{src
Csddlm}ddlm}d}d}y|j|ddjd}Wn$tk
rbtd||fYn0X||dd|}||d|f|ddSdS)aReturn the time in seconds since the Epoch, given the timestring
    representing the "notBefore" or "notAfter" date from a certificate
    in ``"%b %d %H:%M:%S %Y %Z"`` strptime format (C locale).

    "notBefore" or "notAfter" dates must use UTC (RFC 5280).

    Month is one of: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
    UTC should be specified as GMT (see ASN1_TIME_print())
    r)strptime)timegmJanFebMarAprMayJunJulAugSepOctNovDecz %d %H:%M:%S %Y GMTNrZr:z*time data %r does not match format "%%b%s"rY)rrrrrrrrrrrr)Ztimer
ZcalendarrindextitlerP)Z	cert_timer
rZmonthsZtime_formatZmonth_numberZttr#r#r$cert_time_to_secondss
rz-----BEGIN CERTIFICATE-----z-----END CERTIFICATE-----cCs2ttj|dd}tdtj|ddtdS)z[Takes a certificate in binary DER format and returns the
    PEM version of it as a string.ASCIIstrict
@)rbase64Zstandard_b64encode
PEM_HEADERtextwrapZfill
PEM_FOOTER)Zder_cert_bytesfr#r#r$DER_cert_to_PEM_certsr(cCs\|jtstdt|jjts0tdt|jtttt}tj|j	ddS)zhTakes a certificate in ASCII PEM format and returns the
    DER-encoded version of it as a byte sequencez(Invalid PEM encoding; must start with %sz&Invalid PEM encoding; must end with %srr )
r!r$rPstripendswithr&rRr#Zdecodebytesencode)Zpem_cert_stringdr#r#r$PEM_cert_to_DER_certs
r-c
Csd|\}}|dk	rt}nt}t|||d}t|&}|j|}|jd}	WdQRXWdQRXt|	S)zRetrieve the certificate from the server at the specified address,
    and return it as a PEM-encoded string.
    If 'ca_certs' is specified, validate the server cert against it.
    If 'ssl_version' is specified, use it in the connection attempt.N)rrcT)rr_create_stdlib_contextr3rrr()
rrrhostZportrrrZsslsockZdercertr#r#r$get_server_certificates
r0cCstj|dS)Nz	<unknown>)_PROTOCOL_NAMESrQ)Z
protocol_coder#r#r$get_protocol_namesr2)r:)brorKr%rBrr]collectionsrenumrZ_EnumrZ_IntEnumrZ_IntFlagr[rrrr	r
rrr
rrrrrrhrrlrrrrrImportErrorrrrrrr_convertr7rrr __members__itemsr1getattrr{rr.r/r0r1r2r3r4r5r#rrrZsocket_errorZHAS_TLS_UNIQUErr}rrPr6rJrOrWrXr\rersrvrtrrZ_create_default_https_contextr.rrrrrr$r&r(r-r0r2r#r#r#r$<module>[s 
14i%-
	


OHA YOOOO