404 Not Found


nginx
beegazpacho.com - GrazzMean
Uname: Linux in-mum-web1557.main-hosting.eu 5.14.0-611.42.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 24 05:30:20 EDT 2026 x86_64
Software: LiteSpeed
PHP version: 8.2.30 [ PHP INFO ] PHP os: Linux
Server Ip: 2.57.91.145
Your Ip: 216.73.216.168
User: u848900432 (848900432) | Group: o51372345 (1051372345)
Safe Mode: OFF
Disable Function:
NONE

name : ocsp.cpython-39.pyc
a

�a�8�@s6ddlZddlZddlZddlmZddlmZddlmZddlm	Z	m
Z
ddlmZm
Z
mZmZGdd�dej�ZGd	d
�d
ej�Ze	je	je	je	je	jfZdd�ZGd
d�dej�ZGdd�de�ZGdd�dejd�ZGdd�dejd�ZGdd�de�Z Gdd�de�Z!e"ed�dd�Z#e"ed�dd�Z$dS)�N)�utils)�x509)�ocsp)�hashes�
serialization)�PRIVATE_KEY_TYPES�_EARLIEST_UTC_TIME�_convert_to_naive_utc_time�_reject_duplicate_extensionc@seZdZdZdZdS)�OCSPResponderEncodingzBy HashzBy NameN)�__name__�
__module__�__qualname__ZHASH�NAME�rr�</usr/lib64/python3.9/site-packages/cryptography/x509/ocsp.pyrsrc@s$eZdZdZdZdZdZdZdZdS)�OCSPResponseStatusr�����N)	rr
r�
SUCCESSFULZMALFORMED_REQUESTZINTERNAL_ERRORZ	TRY_LATERZSIG_REQUIREDZUNAUTHORIZEDrrrrrsrcCst|t�std��dS)Nz9Algorithm must be SHA1, SHA224, SHA256, SHA384, or SHA512)�
isinstance�_ALLOWED_HASHES�
ValueError)�	algorithmrrr�_verify_algorithm-s
�rc@seZdZdZdZdZdS)�OCSPCertStatusrrrN)rr
rZGOOD�REVOKEDZUNKNOWNrrrrr4src@seZdZdd�ZdS)�_SingleResponsec		Cst|tj�rt|tj�s td��t|�t|tj�s<td��|durXt|tj�sXtd��||_||_||_||_	||_
t|t�s�td��|tjur�|dur�t
d��|dur�t
d��nHt|tj�s�td��t|�}|tkr�t
d��|dur�t|tj�s�td	��||_||_||_dS)
N�%cert and issuer must be a Certificatez%this_update must be a datetime objectz-next_update must be a datetime object or Nonez8cert_status must be an item from the OCSPCertStatus enumzBrevocation_time can only be provided if the certificate is revokedzDrevocation_reason can only be provided if the certificate is revokedz)revocation_time must be a datetime objectz7The revocation_time must be on or after 1950 January 1.zCrevocation_reason must be an item from the ReasonFlags enum or None)rr�Certificate�	TypeErrorr�datetimeZ_certZ_issuerZ
_algorithmZ_this_updateZ_next_updaterrrr	r�ReasonFlagsZ_cert_statusZ_revocation_timeZ_revocation_reason)	�self�cert�issuerr�cert_status�this_update�next_update�revocation_time�revocation_reasonrrr�__init__;sZ�
�
�
���
��z_SingleResponse.__init__N)rr
rr.rrrrr :sr c@s�eZdZejed�dd��Zejed�dd��Zejej	d�dd��Z
ejed�dd	��Zej
ejed
�dd��Zejejd�d
d��ZdS)�OCSPRequest��returncCsdS�z3
        The hash of the issuer public key
        Nr�r&rrr�issuer_key_hash�szOCSPRequest.issuer_key_hashcCsdS�z-
        The hash of the issuer name
        Nrr3rrr�issuer_name_hash�szOCSPRequest.issuer_name_hashcCsdS�zK
        The hash algorithm used in the issuer name and key hashes
        Nrr3rrr�hash_algorithm�szOCSPRequest.hash_algorithmcCsdS�zM
        The serial number of the cert whose status is being checked
        Nrr3rrr�
serial_number�szOCSPRequest.serial_number��encodingr1cCsdS)z/
        Serializes the request to DER
        Nr�r&r<rrr�public_bytes�szOCSPRequest.public_bytescCsdS)zP
        The list of request extensions. Not single request extensions.
        Nrr3rrr�
extensions�szOCSPRequest.extensionsN)rr
r�abc�abstractproperty�bytesr4r6r�
HashAlgorithmr8�intr:�abstractmethodr�Encodingr>r�
Extensionsr?rrrrr/�sr/)�	metaclassc@s�eZdZejed�dd��Zejejd�dd��Z	eje
jej
d�dd��Zejed�dd	��Zejed�d
d��Zeje
jejd�dd
��Zeje
jed�dd��Zeje
jejd�dd��Zejejd�dd��Zejed�dd��Zeje
jejd�dd��Zeje
jejd�dd��Zejejd�dd��Zeje
jejd�dd��Z ejed�dd��Z!ejed�d d!��Z"ejej
d�d"d#��Z#eje$d�d$d%��Z%ejej&d�d&d'��Z'ejej&d�d(d)��Z(ej)e*j+ed*�d+d,��Z,d-S).�OCSPResponser0cCsdS)zm
        The status of the response. This is a value from the OCSPResponseStatus
        enumeration
        Nrr3rrr�response_status�szOCSPResponse.response_statuscCsdS)zA
        The ObjectIdentifier of the signature algorithm
        Nrr3rrr�signature_algorithm_oid�sz$OCSPResponse.signature_algorithm_oidcCsdS)zX
        Returns a HashAlgorithm corresponding to the type of the digest signed
        Nrr3rrr�signature_hash_algorithm�sz%OCSPResponse.signature_hash_algorithmcCsdS)z%
        The signature bytes
        Nrr3rrr�	signature�szOCSPResponse.signaturecCsdS)z+
        The tbsResponseData bytes
        Nrr3rrr�tbs_response_bytes�szOCSPResponse.tbs_response_bytescCsdS)z�
        A list of certificates used to help build a chain to verify the OCSP
        response. This situation occurs when the OCSP responder uses a delegate
        certificate.
        Nrr3rrr�certificates�szOCSPResponse.certificatescCsdS)z2
        The responder's key hash or None
        Nrr3rrr�responder_key_hash�szOCSPResponse.responder_key_hashcCsdS)z.
        The responder's Name or None
        Nrr3rrr�responder_name�szOCSPResponse.responder_namecCsdS)z4
        The time the response was produced
        Nrr3rrr�produced_at�szOCSPResponse.produced_atcCsdS)zY
        The status of the certificate (an element from the OCSPCertStatus enum)
        Nrr3rrr�certificate_status�szOCSPResponse.certificate_statuscCsdS)z^
        The date of when the certificate was revoked or None if not
        revoked.
        Nrr3rrrr,�szOCSPResponse.revocation_timecCsdS)zi
        The reason the certificate was revoked or None if not specified or
        not revoked.
        Nrr3rrrr-�szOCSPResponse.revocation_reasoncCsdS)z�
        The most recent time at which the status being indicated is known by
        the responder to have been correct
        Nrr3rrrr*�szOCSPResponse.this_updatecCsdS)zC
        The time when newer information will be available
        Nrr3rrrr+�szOCSPResponse.next_updatecCsdSr2rr3rrrr4szOCSPResponse.issuer_key_hashcCsdSr5rr3rrrr6	szOCSPResponse.issuer_name_hashcCsdSr7rr3rrrr8szOCSPResponse.hash_algorithmcCsdSr9rr3rrrr:szOCSPResponse.serial_numbercCsdS)zR
        The list of response extensions. Not single response extensions.
        Nrr3rrrr?szOCSPResponse.extensionscCsdS)zR
        The list of single response extensions. Not response extensions.
        Nrr3rrr�single_extensions!szOCSPResponse.single_extensionsr;cCsdS)z0
        Serializes the response to DER
        Nrr=rrrr>'szOCSPResponse.public_bytesN)-rr
rr@rArrJrZObjectIdentifierrK�typing�OptionalrrCrLrBrMrN�Listr"rOrP�NamerQr$rRrrSr,r%r-r*r+r4r6r8rDr:rGr?rTrErrFr>rrrrrI�sV
�rIc@s�eZdZdgfejejejejej	fej
ejejdd�dd�Z
ejejej	dd�dd�Zejedd�d	d
�Zed�dd
�ZdS)�OCSPRequestBuilderN)�requestr?r1cCs||_||_dS�N)�_request�_extensions)r&rZr?rrrr./s	zOCSPRequestBuilder.__init__)r'r(rr1cCsL|jdurtd��t|�t|tj�r2t|tj�s:td��t|||f|j�S)Nz.Only one certificate can be added to a requestr!)	r\rrrrr"r#rYr])r&r'r(rrrr�add_certificate;s
�z"OCSPRequestBuilder.add_certificate��extval�criticalr1cCsDt|tj�std��t�|j||�}t||j�t|j	|j|g�S�Nz"extension must be an ExtensionType)
rr�
ExtensionTyper#�	Extension�oidr
r]rYr\�r&r`ra�	extensionrrr�
add_extensionLs�z OCSPRequestBuilder.add_extensionr0cCs|jdurtd��t�|�S)Nz*You must add a certificate before building)r\rrZcreate_ocsp_requestr3rrr�buildYs
zOCSPRequestBuilder.build)rr
rrUrV�Tuplerr"rrCrWrdrcr.r^�boolrhr/rirrrrrY.s(������
rYc
@s
eZdZdddgfejeejejeje	fejej
ejej
ejejd�dd�Z
ejejejeejejejejejejejdd�	dd�Ze	ejdd�d	d
�Zejejdd�dd
�Zejedd�dd�Zeejejed�dd�Zeeed�dd��ZdS)�OCSPResponseBuilderN)�response�responder_id�certsr?cCs||_||_||_||_dSr[)�	_response�
_responder_id�_certsr])r&rmrnror?rrrr.as	zOCSPResponseBuilder.__init__)	r'r(rr)r*r+r,r-r1c	
	Cs<|jdurtd��t||||||||�}	t|	|j|j|j�S)Nz#Only one response per OCSPResponse.)rprr rlrqrrr])
r&r'r(rr)r*r+r,r-Z
singleresprrr�add_responseos$
�
�z OCSPResponseBuilder.add_response)r<�responder_certr1cCsP|jdurtd��t|tj�s&td��t|t�s8td��t|j||f|j	|j
�S)Nz!responder_id can only be set oncez$responder_cert must be a Certificatez6encoding must be an element from OCSPResponderEncoding)rqrrrr"r#rrlrprrr])r&r<rtrrrrn�s

��z OCSPResponseBuilder.responder_id)ror1cCs\|jdurtd��t|�}t|�dkr.td��tdd�|D��sHtd��t|j|j||j	�S)Nz!certificates may only be set oncerzcerts must not be an empty listcss|]}t|tj�VqdSr[)rrr")�.0�xrrr�	<genexpr>��z3OCSPResponseBuilder.certificates.<locals>.<genexpr>z$certs must be a list of Certificates)
rrr�list�len�allr#rlrprqr])r&rorrrrO�s
�z OCSPResponseBuilder.certificatesr_cCsLt|tj�std��t�|j||�}t||j�t|j	|j
|j|j|g�Srb)rrrcr#rdrer
r]rlrprqrrrfrrrrh�s
�z!OCSPResponseBuilder.add_extension)�private_keyrr1cCs6|jdurtd��|jdur$td��t�tj|||�S)Nz&You must add a response before signingz*You must add a responder_id before signing)rprrqr�create_ocsp_responserr)r&r|rrrr�sign�s


�zOCSPResponseBuilder.sign)rJr1cCs4t|t�std��|tjur$td��t�|ddd�S)Nz7response_status must be an item from OCSPResponseStatusz$response_status cannot be SUCCESSFUL)rrr#rrrr})�clsrJrrr�build_unsuccessful�s
�
z&OCSPResponseBuilder.build_unsuccessful)rr
rrUrVr rjrr"rrWrdrcr.rrCrr$r%rsrn�IterablerOrkrhrrIr~�classmethodrr�rrrrrl`sN���


� �
��
��rl)�datar1cCs
t�|�Sr[)r�load_der_ocsp_request�r�rrrr��sr�cCs
t�|�Sr[)r�load_der_ocsp_responser�rrrr��sr�)%r@r$rUZcryptographyrrZ"cryptography.hazmat.bindings._rustrZcryptography.hazmat.primitivesrrZcryptography.x509.baserrr	r
�EnumrrZSHA1ZSHA224ZSHA256ZSHA384ZSHA512rrr�objectr �ABCMetar/rIrYrlrBr�r�rrrr�<module>s2
�	F&	2~
© 2026 GrazzMean
Beegazpacho


Let’s  Start  Your  Online  Journey  with  Beegazpacho 

Welcome to Beegazpacho,
where creativity meets strategy,
and innovation drives success.


Contact
Now


OUR CLIENTS

WhatsApp-Image-2021-12-06.png
Untitled-design-11.png
niaf-logo.png
20220406-163308-scaled.jpg
karchi-logo.png
20220405-171252.png
20220405-171309.png
20220321-161603.png
20220321-161611.png
20220321-161628.png
20220321-161244.png
20220321-161256.png
20220321-161450.png
20220321-161205.png
20220226-170222.png
20220321-161051.png
20211202-170852.png
Untitled-design-9
pidilite-png-logo-colour
logo-black-e1706125740216-qisosldqhzgcaerhdt6n4t3m4s50jr0iik48z0h5vk
Fraikin-Dayim-logo-1
hpcl-logo-2-1
services

Transforming Ideas into
Success

.01
Digital Marketing

We drive growth through data-driven strategies and cutting-edge techniques.

Learn More

.02
SEO

Improve your online visibility and rank higher on search engines with our expert SEO services.

Learn More

.03
Website Designing

We design websites that are not only visually stunning but also user-centric, ensuring seamless navigation and enhanced user experience.

Learn More

.04
App Development

Our apps are crafted to be intuitive, engaging, and functional, providing your users with an exceptional mobile experience.

Learn More

.05
Social Media Ads

Target the right audience with precision and creativity to maximize engagement and conversions.

Learn More

.06
Google Ads

Maximize ROI with precision-targeted campaigns on Google’s powerful ad platform.

Learn More

.07
Google My Business

Optimize your local presence with strategies that put your business on the map and attract more customers.

Learn More

.08
Graphic Designing

Our designs tell your brand’s story in a visually compelling way.

Learn More

.09
3D Videos

Bring your product to life with immersive and dynamic 3D explainer videos.

Learn More

about BEEGAZPACHO

creating special Things
For special brands

Join the ranks of successful brands by partnering with Beegazpacho

00+

Happy Customer

00+

Continents

Our vision is not just to be a service provider but to be your partner in growth. We see ourselves as an extension of your team, working tirelessly to ensure that your brand not only meets its goals but surpasses them.

Explore
more

Our Recent Work

Crafted with Passion and Precision

Connect now


Web Design
Design, Development & Identity

Logo Design
Design, Development & Identity

Creative Brand design
Design, Development & Identity

Product Design Marketing
Design, Development & Identity

DIGITAL MARKETING
SEO
WEBSITE DESIGNING
APP DEVELOPMENT
SOCIAL MEDIA ADS
GOOGLE ADS
GOOGLE MY BUSINESS
GRAPHIC DESINING
3D VIDEOS
Client Stories

Hear It from Those Who Know Us Best

Our clients’ success stories speak volumes about our commitment to excellence. Don’t just take our word for it—hear directly from the brands we’ve partnered with. Their testimonials highlight our ability to bring visions to life and create a lasting impact on their businesses.

“Beegazpacho feels like an extension of our team. Their content marketing and social media expertise have elevated our brand. They listen, adapt, and always deliver on time. We look forward to continuing this partnership.”

— Sarah Williams

Head of Marketing, GreenPlanet Apparel

“Beegazpacho’s data-driven strategies helped us improve our online ads, optimize our website, and enhance branding. We’ve seen great ROI and increased visibility. Their professionalism is unmatched.”

— Arvind Shah

CEO, InnovateTech Solutions

“Partnering with Beegazpacho has been a game-changer for our brand. Their creative ad campaigns and SEO services have boosted our online presence and significantly increased leads and sales. We couldn’t ask for a better partner!”

— Rina Kapoor

Marketing Director, Luxury Home Interiors

“Beegazpacho feels like an extension of our team. Their content marketing and social media expertise have elevated our brand. They listen, adapt, and always deliver on time. We look forward to continuing this partnership.”

— Sarah Williams

Head of Marketing, GreenPlanet Apparel

“Beegazpacho’s data-driven strategies helped us improve our online ads, optimize our website, and enhance branding. We’ve seen great ROI and increased visibility. Their professionalism is unmatched.”

— Arvind Shah

CEO, InnovateTech Solutions

“Partnering with Beegazpacho has been a game-changer for our brand. Their creative ad campaigns and SEO services have boosted our online presence and significantly increased leads and sales. We couldn’t ask for a better partner!”

— Rina Kapoor

Marketing Director, Luxury Home Interiors