ok
Direktori : /lib/python3.6/site-packages/acme/__pycache__/ |
Current File : //lib/python3.6/site-packages/acme/__pycache__/messages.cpython-36.pyc |
3 گa�b � @ s� d Z ddlmZ ddlZddlmZ ddlmZ ddlmZ ddlmZ ddlm Z dd lm Z dd lmZ ddlmZ ddlm Z ddlZdd lmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ dZdZdddddddddddd d!d"d#d$d%d&d'd(d)d*d+d,d-d.d/�Zed0d1� ej� D ��Zejed2d1� ej� D ��� ee d3�d4d5�Z!G d6d7� d7ej"ej#�Z#G d8d9� d9ej$e�Z%G d:d;� d;e%�Z&e&d<�Z'e&d=�Z(e&d>�Z)e&d?�Z*e&d@�Z+e&dA�Z,e&dB�Z-e&dC�Z.G dDdE� dEe%�Z/e/dF�Z0e/dG�Z1G dHdI� dIej"�Z2G dJdK� dKej$�Z3G dLdM� dMej"�Z4G dNdO� dOe4�Z5G dPdQ� dQej"�Z6G dRdS� dS�Z7G dTdU� dUe6�Z8e3j9G dVdW� dWee8��Z:G dXdY� dYee8�Z;G dZd[� d[e5�Z<G d\d]� d]e6�Z=G d^d_� d_e4�Z>G d`da� dae6�Z?e3j9G dbdc� dcee?��Z@G ddde� deee?�ZAG dfdg� dge5�ZBe3j9G dhdi� dieej"��ZCG djdk� dke5�ZDe3j9G dldm� dmeej"��ZEG dndo� doe6�ZFG dpdq� dqe5�ZGe3j9G drds� dseF��ZHdS )tzACME protocol messages.� )�HashableN)�Any)�Dict)�Iterator)�List)�Mapping)�MutableMapping)�Tuple)�Type)�Optional)� challenges)�errors)�fields)�jws)�util)� ResourceMixinzurn:acme:error:zurn:ietf:params:acme:error:z4The request specified an account that does not existzOThe request specified a certificate to be revoked that has already been revokedz2The CSR is unacceptable (e.g., due to a short key)z1The client sent an unacceptable anti-replay noncez>The JWS was signed by a public key the server does not supportz;The revocation reason provided is not allowed by the serverz@The JWS was signed with an algorithm the server does not supportz\Certification Authority Authorization (CAA) records forbid the CA from issuing a certificatezBSpecific error conditions are indicated in the "subproblems" arrayz?The server could not connect to the client to verify the domainzAThere was a problem with a DNS query during identifier validationz4The server could not validate a DNSSEC signed domainz;Response received didn't match the challenge's requirementsz1The provided email for a registration was invalidz$The provided contact URI was invalidz!The request message was malformedz9The server will not issue certificates for the identifierzLThe request attempted to finalize an order that is not ready to be finalizedz,There were too many requests of a given typez(The server experienced an internal errorz=The server experienced a TLS error during domain verificationz)The client lacks sufficient authorizationz@A contact URL for an account used an unsupported protocol schemez*The server could not resolve a domain namez'An identifier is of an unsupported typez,The server requires external account binding)ZaccountDoesNotExistZalreadyRevokedZbadCSRZbadNonceZbadPublicKeyZbadRevocationReasonZbadSignatureAlgorithmZcaaZcompoundZ connection�dnsZdnssecZincorrectResponseZinvalidEmailZinvalidContactZ malformedZrejectedIdentifierZ orderNotReadyZrateLimitedZserverInternalZtlsZunauthorizedZunsupportedContactZunknownHostZunsupportedIdentifier�externalAccountRequiredc c s | ]\}}t | |fV qd S )N)�ERROR_PREFIX)�.0�name�desc� r �/usr/lib/python3.6/messages.py� <genexpr><