Skip to main content

Library used to check the OCSP revocation status for a x509 digital certificate.

Project description

OCSP-Checker

Downloads PyPI Version Python version

Overview

OCSP-Checker 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-Checker 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

It is strongly recommended to run ocsp-checker in a virtual environment. This will prevent you from impacting your system python when installing its dependencies. venv is a good option, with an example below:

python -m venv ocsp-checker cd ocsp-checker && source bin/activate

Once your virtual environment is activated, install ocsp-checker as follows:

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: Certificate Authority Information Access (AIA) Extension Missing. Possible MITM Proxy."]

Command Line Usage

OCSP-Checker can now be used at the command line. The format is:

usage: ocspchecker [-h] --target target [--port port]

Check the OCSP revocation status for a x509 digital certificate.

optional arguments:
  -h, --help            show this help message and exit
  --target target, -t target
                        The target to test
  --port port, -p port  The port to test (default is 443)

For example:

ocspchecker -t github.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ocsp-checker-1.9.13.tar.gz (15.1 kB view details)

Uploaded Source

Built Distribution

ocsp_checker-1.9.13-py3-none-any.whl (17.2 kB view details)

Uploaded Python 3

File details

Details for the file ocsp-checker-1.9.13.tar.gz.

File metadata

  • Download URL: ocsp-checker-1.9.13.tar.gz
  • Upload date:
  • Size: 15.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for ocsp-checker-1.9.13.tar.gz
Algorithm Hash digest
SHA256 94b4ca74ad3e0d3758b08213bb10834698dd3b9434eef12160e668c82bc6893d
MD5 07a3e873514a1c70eb49d1484edae78f
BLAKE2b-256 e495673c7ce7e430e725bbf06a64183fa3aa836fee67bac7d6e97f475a59e5fa

See more details on using hashes here.

File details

Details for the file ocsp_checker-1.9.13-py3-none-any.whl.

File metadata

File hashes

Hashes for ocsp_checker-1.9.13-py3-none-any.whl
Algorithm Hash digest
SHA256 b8ac6f312436c00561355dbb5dd2c328f1e28aaa492bbe4fd96b647857c1162f
MD5 ee6b0bf206232477191e6309aa7c035d
BLAKE2b-256 128c64f147835d50886a2c8603fb32f010feb1ed85263f1c332e30b29e2ec5cd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page