Your IP : 18.222.98.91


Current Path : /usr/lib/python3.6/site-packages/OpenSSL/__pycache__/
Upload File :
Current File : //usr/lib/python3.6/site-packages/OpenSSL/__pycache__/_util.cpython-36.pyc

3

�F\N�@s�ddlZddlZddlmZmZmZddlmZe�Zej	�ej
Z
ejZe
jdd�Z
dd�Zdd	�Zd
d�Zdd
�Zdd�Zer�dd�Zndd�Ze�ZejdZdd�ZdS)�N)�PY3�binary_type�	text_type)�BindingF)Zshould_clear_after_alloccCs|sdSttj|��S)z�
    Get a native string type representing of the given CFFI ``char*`` object.

    :param charp: A C-style string represented using CFFI.

    :return: :class:`str`
    �)�native�ffi�string)Zcharp�r
�/usr/lib/python3.6/_util.py�textsrcCsVg}xDtj�}|dkrP|jttj|��ttj|��ttj|��f�qW||��dS)ac
    Convert an OpenSSL library failure into a Python exception.

    When a call to the native OpenSSL library fails, this is usually signalled
    by the return value, and an error code is stored in an error queue
    associated with the current thread. The err library provides functions to
    obtain these error codes and textual error messages.
    rN)�libZ
ERR_get_error�appendrZERR_lib_error_stringZERR_func_error_stringZERR_reason_error_string)Zexception_type�errors�errorr
r
r�exception_from_error_queue"s	rcs�fdd�}|S)z~
    Create an assert function that uses :func:`exception_from_error_queue` to
    raise an exception wrapped by *error*.
    cs|dk	rt��dS)zT
        If *ok* is not True, retrieve the error from OpenSSL and raise it.
        TN)r)�ok)rr
r�openssl_assert>sz#make_assert.<locals>.openssl_assertr
)rrr
)rr�make_assert9srcCsLt|ttf�std|��tr4t|t�rH|jd�Snt|t�rH|jd�S|S)a6
    Convert :py:class:`bytes` or :py:class:`unicode` to the native
    :py:class:`str` type, using UTF-8 encoding if conversion is necessary.

    :raise UnicodeError: The input string is not UTF-8 decodeable.

    :raise TypeError: The input is neither :py:class:`bytes` nor
        :py:class:`unicode`.
    z%r is neither bytes nor unicodezutf-8)�
isinstancerr�	TypeErrorr�decode�encode)�sr
r
rrHs



rcCs2t|t�r|St|t�r&|jtj��Std��dS)a
    Convert a Python string to a :py:class:`bytes` string identifying the same
    path and which can be passed into an OpenSSL API accepting a filename.

    :param s: An instance of :py:class:`bytes` or :py:class:`unicode`.

    :return: An instance of :py:class:`bytes`.
    z3Path must be represented as bytes or unicode stringN)rrrr�sys�getfilesystemencodingr)rr
r
r�path_string]s
	

rcCs
|jd�S)N�charmap)r)rr
r
r�byte_stringosrcCs|S)Nr
)rr
r
rrrsz) for {0} is no longer accepted, use bytescCs.t|t�r*tjtj|�tdd�|jd�S|S)a�
    If ``obj`` is text, emit a warning that it should be bytes instead and try
    to convert it to bytes automatically.

    :param str label: The name of the parameter from which ``obj`` was taken
        (so a developer can easily find the source of the problem and correct
        it).

    :return: If ``obj`` is the text string type, a ``bytes`` object giving the
        UTF-8 encoding of that text is returned.  Otherwise, ``obj`` itself is
        returned.
    �)�category�
stacklevelzutf-8)rr�warnings�warn�
_TEXT_WARNING�format�DeprecationWarningr)Zlabel�objr
r
r�text_to_bytes_and_warns

r()rr"ZsixrrrZ,cryptography.hazmat.bindings.openssl.bindingrZbindingZinit_static_locksrr
Z
new_allocatorZno_zero_allocatorrrrrrr�objectZUNSPECIFIED�__name__r$r(r
r
r
r�<module>s&




?>