Library used to check the OCSP revocation status for a x509 digital certificate.
Project description
OCSP-Requester
Overview
OCSP-Requester is a python package based on Alban Diquet's nassl wrapper and the Python Cryptographic Authority's cryptography package. Relying on a web browser to check the revocation status of a x509 digital certificate has been broken from the beginning, and validating certificates outside of the web browser is a manual process. OCSP-Requester aims to solve this by providing an automated means to check the OCSP revocation status for a x509 digital certificate.
Pre-requisites
Python - Python 3.7 (64-bit) and above.
Installation
pip install ocsp-checker
Usage
>>> from ocspchecker import ocspchecker
>>> ocsp_request = ocspchecker.get_ocsp_status("github.com")
Sample Output
Sample output below, let me know if you want to add more fields/information to the output.
['Host: github.com:443', 'OCSP URL: http://ocsp.digicert.com', 'OCSP Status: GOOD']
PLEASE NOTE: If you run this on a network with a MITM SSL proxy, you may receive unintended results (see below):
["Error Type": "Certificate Authority Information Access (AIA) Extension Missing",
"Message": "No <ObjectIdentifier(oid=1.3.6.1.5.5.7.1.1, name=authorityInfoAccess)> extension was found for netflix.com. Possible MITM SSL Proxy"]
Feedback
Send me mail at joe@metlife.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ocsp-checker-1.1.0.tar.gz
.
File metadata
- Download URL: ocsp-checker-1.1.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 438f816c57959d7ee32924a68c60492e0e3f017a194d465af91abfa2c180d981 |
|
MD5 | 42ac89aa47df993e3437490f3371355a |
|
BLAKE2b-256 | 9216ac0ed09f689bb8b81a30d58178978af90b03b6e0c235d69717d28a53ee39 |
File details
Details for the file ocsp_checker-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: ocsp_checker-1.1.0-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2b721e5bc9260e2cec9f154781cdede3ee3297e7495969c014f1af2bcaa3450 |
|
MD5 | 009cd8b8ad374696bcb53bf5426c24be |
|
BLAKE2b-256 | 2a66734ec10e92e26a93c2507dcfa5900c2083c315d594a063e2c2135c661ca0 |