Yfp#@sdZddlZddlZddlZddlZddlZddlmZddlm Z m Z ddl Z ddl mZmZmZddl mZmZddl mZmZmZmZmZmZddl mZmZmZdd l mZmZdd l m Z m!Z!m"Z"m#Z#ydd l m$Z$Wne%k rPYnXd d Z&e&de&de&de&dddl m'Z'm(Z(m)Z)m*Z*ddl m+Z+e j,de-ddde e.j/Z0e._0dde.j1j2DZ3y e4Z5Wne6k r&dZ5YnXej7dkrLddl m8Z8m9Z9ddl:m:Z:m;Z;m<Z<m=Z=ddl:m>Z>m?Z?ddl@Z@ddlAZAddlBZBeCZDe jErdgZFngZFdZGd ZHGd!d"d"eIZJd#d$d%ZKd&d'ZLd(d)ZMed*d+ZNd,d-ZOGd.d/d/ed/d0ZPGd1d2d2ePe ZQGd3d4d4eZReQjSd5dd6dd7dd8d9ZTe/d:dd;d<d=eQjSd>dd?dd5dd6dd7dd@dAZUeTZVeUZWGdBdCdCZXGdDdEdEe:ZYddd<ee/ddFdFddGdH ZZdIdJZ[dKZ\dLZ]dMdNZ^dOdPZ_e/ddQdRZ`dSdTZadS)Ua 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_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)EnumIntEnum)OPENSSL_VERSION_NUMBEROPENSSL_VERSION_INFOOPENSSL_VERSION) _SSLContext MemoryBIO)SSLErrorSSLZeroReturnErrorSSLWantReadErrorSSLWantWriteErrorSSLSyscallError SSLEOFError) CERT_NONE CERT_OPTIONAL CERT_REQUIRED)txt2objnid2obj) RAND_statusRAND_add RAND_bytesRAND_pseudo_bytes)RAND_egdcCs@x9ttD]+}|j|r tt|t|sr,sourcecCsi|]\}}||qSr!r!).0r+valuer!r!r" s r0win32)enum_certificates enum_crls)socketAF_INET SOCK_STREAMcreate_connection) SOL_SOCKETSO_TYPEz tls-uniquezECDH+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:!3DESzECDH+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@seZdZdS)CertificateErrorN)__name__ __module__ __qualname__r!r!r!r"r:s r:c CsAg}|sdS|jd^}}|jd}||krVtdt||sr|j|jkS|dkr|jdnY|jds|jdr|jtj|n"|jtj|j ddx$|D]}|jtj|qWtj d d j |d tj }|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)splitcountr:reprlowerappendrreescapereplacecompilejoin IGNORECASEmatch) ZdnhostnameZ max_wildcardsZpatsZleftmostZ remainderZ wildcardsZfragZpatr!r!r"_dnsname_matchs&  " &rNcCstj|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_matchsrScCs|stdytj|}Wntk r?d}YnXg}|jdf}x|D]\}}|dkr|dkrt||rdS|j|q_|dkr_|dk rt||rdS|j|q_W|sHx]|jdfD]I}x@|D]8\}}|dkrt||r3dS|j|qWqWt|dkrtd |d j t t |fn;t|dkrtd ||d fn td 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) ValueErrorrOrPgetrNrErSlenr:rJmaprC)certrMrRZdnsnamesZsankeyr/subr!r!r"match_hostnames>      %r[DefaultVerifyPathszQcafile capath openssl_cafile_env openssl_cafile openssl_capath_env openssl_capathcCstj}tjj|d|d}tjj|d|d}ttjj|ra|ndtjj|r||nd|S)z/Return paths to default cafile and capath. rr>N) rget_default_verify_pathsosenvironrUr\pathisfileisdir)partscafilecapathr!r!r"r_?s  r_cs^eZdZdZfZfddZefddZefddZS) _ASN1Objectz#ASN.1 object identifier lookup cstj|t|ddS)Nr+F)super__new___txt2obj)clsoid) __class__r!r"rjRsz_ASN1Object.__new__cstj|t|S)z3Create _ASN1Object from OpenSSL numeric ID )rirj_nid2obj)rlZnid)rnr!r"fromnidUsz_ASN1Object.fromnidcstj|t|ddS)z=Create _ASN1Object from short name, long name or OID r+T)rirjrk)rlr+)rnr!r"fromname[sz_ASN1Object.fromname) r;r<r=__doc__ __slots__rj classmethodrprqr!r!)rnr"rhMs rhznid shortname longname oidc@s"eZdZdZdZdZdS)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)r;r<r=rr SERVER_AUTH CLIENT_AUTHr!r!r!r"rubs ruc@seZdZdZdZdZeddZedd Zd d d d d dZ d d ddZ ddZ ddZ ddZ ejddZd S) 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)rrj_SSLv2_IF_EXISTS set_ciphers_DEFAULT_CIPHERS)rlryargskwargsselfr!r!r"rjps  zSSLContext.__new__cCs ||_dS)N)ry)rryr!r!r"__init__vszSSLContext.__init__FTNc Cs+td|d|d|d|d|d|S)Nsock server_sidedo_handshake_on_connectsuppress_ragged_eofsserver_hostname_context) SSLSocket)rrrrrrr!r!r" wrap_socketys zSSLContext.wrap_socketcCs(|j||d|d|}t|S)Nrr)Z _wrap_bio SSLObject)rZincomingZoutgoingrrsslobjr!r!r"wrap_bios zSSLContext.wrap_biocCst}xm|D]e}t|d}t|dksIt|dkrUtd|jt||j|qW|j|dS)Nasciirz(NPN protocols must be 1 to 255 in length) bytearraybytesrVr rEextendZ_set_npn_protocols)r npn_protocolsprotosrybr!r!r"set_npn_protocolss  $ zSSLContext.set_npn_protocolscCst}xm|D]e}t|d}t|dksIt|dkrUtd|jt||j|qW|j|dS)Nrrrz)ALPN protocols must be 1 to 255 in length)rrrVr rErZ_set_alpn_protocols)rZalpn_protocolsrryrr!r!r"set_alpn_protocolss  $ zSSLContext.set_alpn_protocolsc Cst}yXxQt|D]C\}}}|dkr|dksO|j|kr|j|qWWntk rtjdYnX|r|jd||S)NZx509_asnTz-unable to enumerate Windows certificate storecadata)rr2rmrPermissionErrorwarningswarnload_verify_locations)r storenamepurposeZcertsrXencodingZtrustr!r!r"_load_windows_store_certss   z$SSLContext._load_windows_store_certscCs\t|tst|tjdkrNx!|jD]}|j||q4W|jdS)Nr1) isinstancerh TypeErrorsysplatform_windows_cert_storesrZset_default_verify_paths)rrrr!r!r"load_default_certss  zSSLContext.load_default_certs)ryrz)r{r|)r;r<r=rrrsr PROTOCOL_TLSrjrrrrrrrurvrr!r!r!r"rxis  rxrfrgrcCs9t|tst|tt}|jtO_|jtO_|jtt ddO_|t j krt |_ d|_nm|t jkr|jtt ddO_|jtt ddO_|jtt ddO_|jt|s|s|r|j|||n|j tkr5|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. ZOP_NO_COMPRESSIONrTZOP_CIPHER_SERVER_PREFERENCEZOP_SINGLE_DH_USEZOP_SINGLE_ECDH_USE)rrhrrxroptions OP_NO_SSLv2 OP_NO_SSLv3rrrurvr verify_modecheck_hostnamerwr~_RESTRICTED_SERVER_CIPHERSrrr)rrfrgrcontextr!r!r"create_default_contexts&      r cert_reqsrFrcertfilekeyfilec Cst|tst|t|} | jtO_| jtO_|dk rZ|| _|| _|r|| r|t d|s|r| j |||s|s|r| 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)rrhrrxrrrrrrTload_cert_chainrrr) ryrrrrrrfrgrrr!r!r"_create_unverified_contexts"          rc@seZdZdZdddZeddZejddZedd Zed d Z d dd dZ ddZ dddZ ddZ ddZddZddZddZddZd d!Zd"d#Zd$d%d&Zd'd(ZdS))raThis 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 incluging methods such as ``recv`` and ``send``. * The ``do_handshake_on_connect`` and ``suppress_ragged_eofs`` machinery. NcCs||_|p||j_dS)N)_sslobjowner)rrrr!r!r"r's zSSLObject.__init__cCs |jjS)z(The SSLContext that is currently in use.)rr)rr!r!r"r,szSSLObject.contextcCs||j_dS)N)rr)rctxr!r!r"r1scCs |jjS)z%Whether this is a server-side socket.)rr)rr!r!r"r5szSSLObject.server_sidecCs |jjS)z]The currently set server hostname (for SNI), or ``None`` if no server hostame is set.)rr)rr!r!r"r:szSSLObject.server_hostnameicCs:|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)rrVbuffervr!r!r"r@s 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"rLszSSLObject.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)r binary_formr!r!r" getpeercertTszSSLObject.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)rr&rselected_npn_protocol)rr!r!r"r]s zSSLObject.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)rr'rselected_alpn_protocol)rr!r!r"rds z SSLObject.selected_alpn_protocolcCs |jjS)z_Return the currently selected cipher as a 3-tuple ``(name, ssl_version, secret_bits)``.)rcipher)rr!r!r"rkszSSLObject.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"rpszSSLObject.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.)r compression)rr!r!r"rvszSSLObject.compressioncCs |jjS)z8Return the number of bytes that can be read immediately.)rpending)rr!r!r"r{szSSLObject.pendingcCsH|jj|jjrD|js.tdt|j|jdS)zStart the SSL/TLS handshake.z-check_hostname needs server_hostname argumentN)r do_handshakerrrrTr[r)rr!r!r"rs     zSSLObject.do_handshakecCs |jjS)z!Start the SSL shutdown handshake.)rshutdown)rr!r!r"unwrapszSSLObject.unwrapz tls-uniquecCsF|tkrtd|dkr9tdj||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_TYPESrTNotImplementedErrorformatrZ tls_unique_cb)rcb_typer!r!r"get_channel_bindings    zSSLObject.get_channel_bindingcCs |jjS)zZReturn a string identifying the protocol version used by the current SSL channel. )rversion)rr!r!r"rszSSLObject.version)r;r<r=rrrpropertyrsetterrrrrrrrrrrrrrrrr!r!r!r"rs&          rcsGeZdZdZddddeeddeedddddddddZe dd Z e j d d Z d d Z dd dZ ddZddddZddZdddZddZddZddZddZd d!Zdd"d#Zdd$d%Zd&d'Zdd(d)Zddfd*d+Zddd,d-Zddd.d/Zddd0d1Zddd2d3Zd4d5Z d6d7Z!d8d9Z"d:d;Z#d<d=Z$d>d?Z%dd@dAZ&dBdCZ'dDdEZ(dFdGZ)dHdIZ*dJdKdLZ+dMdNZ,S)OrzThis 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.NFTrcCs,|r||_n|r+| r+td|rD| rDtd|rW| rW|}t||_||j_|r|jj||r|jj|||r|jj||r|jj|||_||_ ||_ ||_ ||_ ||_ |jtttkr'td|r?|r?td|jjr^| r^td||_||_||_| |_|dk rtj|d|jd|jd|jd |j|j|j|j nA| dk rtj|d | ntj|d| d| d| y|j!Wn@t"k rs}z |j#t#j$kr[d }WYdd}~XnXd }d |_%d|_&||_'|r(ye|jj(|||}t)|d ||_&|r|j}|d krtd|j*Wn%t"tfk r'|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'check_hostname requires server_hostnamefamilytypeprotofilenoFTrgzHdo_handshake_on_connect should not be specified for non-blocking sockets),rrTrxrrrrr~rrr ssl_versionca_certsciphersZ getsockoptr8r9r6rrrrrrr4rrrrr settimeout gettimeoutdetach getpeernameOSErrorerrnoZENOTCONNZ_closedr _connected _wrap_socketrrclose)rrrrrrrrrrrrrrrrrreZ connectedrtimeoutr!r!r"rs                                      zSSLSocket.__init__cCs|jS)N)r)rr!r!r"rszSSLSocket.contextcCs||_||j_dS)N)rrr)rrr!r!r"rs cCstd|jjdS)NzCan't dup() %s instances)NotImplementedrnr;)rr!r!r"dupsz SSLSocket.dupcCsdS)Nr!)rmsgr!r!r" _checkClosed szSSLSocket._checkClosedcCs|js|jdS)N)rr)rr!r!r"_check_connecteds zSSLSocket._check_connectedicCs|j|jstdy|jj||SWn[tk r}z;|jdtkr~|jr~|dk rwdSdSnWYdd}~XnXdS)zORead up to LEN bytes and return them. Return zero-length string on EOF.z'Read on closed or unwrapped SSL socket.rN)rrrTrr rZ SSL_ERROR_EOFr)rrVrxr!r!r"rs    zSSLSocket.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.)rrrTr)rrr!r!r"r)s   zSSLSocket.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"r2s  zSSLSocket.getpeercertcCs3|j|j stj r"dS|jjSdS)N)rrrr&r)rr!r!r"r<s zSSLSocket.selected_npn_protocolcCs3|j|j stj r"dS|jjSdS)N)rrrr'r)rr!r!r"rCs z SSLSocket.selected_alpn_protocolcCs(|j|jsdS|jjSdS)N)rrr)rr!r!r"rJs  zSSLSocket.ciphercCs$|j|jsdS|jjS)N)rrr)rr!r!r"rQs  zSSLSocket.shared_cipherscCs(|j|jsdS|jjSdS)N)rrr)rr!r!r"rWs  zSSLSocket.compressioncCsY|j|jrB|dkr2td|j|jj|Stj|||SdS)Nrz3non-zero flags not allowed in calls to send() on %s)rrrTrnrr4send)rrflagsr!r!r"r^s    zSSLSocket.sendcCsb|j|jr)td|jn5|dkrHtj|||Stj||||SdS)Nz%sendto not allowed on instances of %s)rrrTrnr4sendto)rrZ flags_or_addraddrr!r!r"ris   zSSLSocket.sendtocOstd|jdS)Nz&sendmsg not allowed on instances of %s)rrn)rrrr!r!r"sendmsgsszSSLSocket.sendmsgcCs|j|jr~|dkr2td|jt|}d}x3||kry|j||d}||7}qGW|Stj|||SdS)Nrz6non-zero flags not allowed in calls to sendall() on %s)rrrTrnrVrr4sendall)rrrZamountrBrr!r!r"rys     zSSLSocket.sendallcs<|jdkr%tj|||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)rrisendfileZ_sendfile_use_send)rfileoffsetrB)rnr!r"rszSSLSocket.sendfilecCsV|j|jr?|dkr2td|j|j|Stj|||SdS)Nrz3non-zero flags not allowed in calls to recv() on %s)rrrTrnrr4recv)rbuflenrr!r!r"rs     zSSLSocket.recvcCs|j|r+|dkr+t|}n|dkr=d}|jru|dkretd|j|j||Stj||||SdS)Nirz8non-zero flags not allowed in calls to recv_into() on %s)rrVrrTrnrr4 recv_into)rrnbytesrr!r!r"rs     zSSLSocket.recv_intocCs@|j|jr)td|jntj|||SdS)Nz'recvfrom not allowed on instances of %s)rrrTrnr4recvfrom)rrrr!r!r"rs   zSSLSocket.recvfromcCsC|j|jr)td|jntj||||SdS)Nz,recvfrom_into not allowed on instances of %s)rrrTrnr4 recvfrom_into)rrrrr!r!r"rs   zSSLSocket.recvfrom_intocOstd|jdS)Nz&recvmsg not allowed on instances of %s)rrn)rrrr!r!r"recvmsgszSSLSocket.recvmsgcOstd|jdS)Nz+recvmsg_into not allowed on instances of %s)rrn)rrrr!r!r" recvmsg_intoszSSLSocket.recvmsg_intocCs(|j|jr |jjSdSdS)Nr)rrr)rr!r!r"rs   zSSLSocket.pendingcCs'|jd|_tj||dS)N)rrr4r)rZhowr!r!r"rs  zSSLSocket.shutdowncCs?|jr%|jj}d|_|Stdt|dS)NzNo SSL wrapper around )rrrTstr)rsr!r!r"rs   zSSLSocket.unwrapcCsd|_tj|dS)N)rr4 _real_close)rr!r!r"rs zSSLSocket._real_closec Cs[|j|j}z0|dkr8|r8|jd|jjWd|j|XdS)zPerform a TLS/SSL handshake.gN)rrrrr)rblockrr!r!r"rs   zSSLSocket.do_handshakec Cs|jrtd|jr*td|jj|d|j}t|d||_y[|rxtj ||}nd}tj |||sd|_|j r|j |SWn$t tfk rd|_YnXdS)Nz!can't connect in server-side modez/attempt to connect already-connected SSLSocket!FrT)rrTrrrrrrr4 connect_exconnectrrr)rrrrrcr!r!r" _real_connects&        zSSLSocket._real_connectcCs|j|ddS)zQConnects to remote ADDR, and then wraps the connection in an SSL channel.FN)r)rrr!r!r"rszSSLSocket.connectcCs|j|dS)zQConnects to remote ADDR, and then wraps the connection in an SSL channel.T)r)rrr!r!r"rszSSLSocket.connect_excCsItj|\}}|jj|d|jd|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.rrrT)r4acceptrrrr)rZnewsockrr!r!r"r s    zSSLSocket.acceptz 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"rszSSLSocket.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"rszSSLSocket.version)-r;r<r=rrrrr5r6rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr!r!)rnr"rsX    T                       rTc CsCtd|d|d|d|d|d|d|d|d |d | S) Nrrrrrrrrrr)r) rrrrrrrrrrr!r!r"r)s   rc Csddlm}ddlm}d}d}y'|j|ddjd}Wn(tk r}td||fYn<X||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 GMTNr^r>z*time data %r does not match format "%%b%s"r]) rrrr r r r r rrrr)ZtimerZcalendarrindextitlerT)Z cert_timerrZmonthsZ time_formatZ month_numberZttr!r!r"cert_time_to_seconds9s ' rz-----BEGIN CERTIFICATE-----z-----END CERTIFICATE-----cCs?ttj|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_certZsrcCs|jtstdt|jjtsDtdt|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) rrrTstripendswithrrVrZ decodebytesencode)Zpem_cert_stringdr!r!r"PEM_cert_to_DER_certcs  #r$c Cs|\}}|dk r!t}nt}t|d|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.NrrfT)rr_create_stdlib_contextr7rrr) rrrhostZportrrrZsslsockZdercertr!r!r"get_server_certificateps     r'cCstj|dS)Nz )_PROTOCOL_NAMESrU)Z protocol_coder!r!r"get_protocol_namesr))brrrOrrFrr` collectionsrZenumrZ_EnumrZ_IntEnumrrrrrr r r r r rrrrrrrkrrorrrrr ImportErrorr#r$r%r&r'r(_convertr;r)rr*Z __members__itemsr(ZPROTOCOL_SSLv2r} NameErrorrr2r3r4r5r6r7r8r9rrrrZ socket_errorZHAS_TLS_UNIQUErrrrTr:rNrSr[r\r_rhrurxrvrrZ_create_default_https_contextr%rrrrrrrr$r'r)r!r!r!r"Ys      ."      "    "     1 4  M/  '