Skip to main content

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

Project description

OCSPChecker

Downloads PyPI Version Python version

Overview

OCSPChecker 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.10 (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

OCSPChecker 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-2.0.2.tar.gz (15.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ocsp_checker-2.0.2-py3-none-any.whl (17.4 kB view details)

Uploaded Python 3

File details

Details for the file ocsp_checker-2.0.2.tar.gz.

File metadata

  • Download URL: ocsp_checker-2.0.2.tar.gz
  • Upload date:
  • Size: 15.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for ocsp_checker-2.0.2.tar.gz
Algorithm Hash digest
SHA256 2de9da3d5b5c210963e46c8d6ed82ea0077d376d3351b18610930ef873218fdc
MD5 c5f1755b9054230dff695ec7ae777d77
BLAKE2b-256 163d79708beb015515578c44a9bf88b6f65e146d288284a2776ffe0939b32cd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ocsp_checker-2.0.2.tar.gz:

Publisher: main.yml on gattjoe/OCSPChecker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

  • Download URL: ocsp_checker-2.0.2-py3-none-any.whl
  • Upload date:
  • Size: 17.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for ocsp_checker-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 869d361bb789ecc65ee9e46921595f5e8b6082e356e1a820edf593a1e53ae165
MD5 2292df89706047d467d0865f812a2f4b
BLAKE2b-256 936492b20410edaab7a51b9f43b7e21af5e8f2025870d3d6f640e2f8a75330f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for ocsp_checker-2.0.2-py3-none-any.whl:

Publisher: main.yml on gattjoe/OCSPChecker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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