openssl-ocsp-responder
Simple wrapper for OpenSSL OCSP server
What it is and what it does
This package is a Python wrapper around OpenSSL's OCSP responder command-line tool, allowing you to programmatically manage an OCSP (Online Certificate Status Protocol) server. It lets you start a responder, register certificates it should approve, and revoke certificates as needed. The package depends on PyOpenSSL for certificate parsing and requires OpenSSL itself to be installed on your machine.
The project is in alpha stage and has been abandoned since 2021-12-30, with no updates or maintenance activity since then. It targets Python 2.7 according to its classifiers. No documentation is available, and the repository has zero stars, suggesting minimal adoption or community validation.
Use it for:
- Running a local OCSP responder for testing certificate validation workflows in development environments.
- Automating OCSP server setup in integration tests that need to verify certificate revocation status.
- Building a simple OCSP infrastructure for internal PKI testing without deploying a full certificate authority.
- Prototyping OCSP-based certificate validation logic before integrating with production responders.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Wraps OpenSSL's command-line OCSP responder to let you programmatically start an OCSP server, add certificates for it to approve, and revoke certificates.
No. The package is abandoned (last update 2021-12-30), targets only Python 2.7, has high install friction (requires system OpenSSL), and shows no adoption (zero repository stars). The lack of documentation and maintenance history makes it unsuitable for production or reliable development use. Consider using established OCSP libraries or managing OpenSSL directly instead.
Install
openssl-ocsp-responder on PyPI
pip
pip install openssl-ocsp-responderuv
uv add openssl-ocsp-responderpoetry
poetry add openssl-ocsp-responderInstalling openssl-ocsp-responder
Before you install
High install friction: requires OpenSSL to be installed on your system. Maintenance is abandoned—last release was 2021-12-30, with no repository activity since then and zero stars.
License in practice
MIT license is permissive and places no restrictions on use, modification, or redistribution in your own projects.
Quickstart
pip install openssl-ocsp-responder
from openssl_ocsp_responder import OCSPResponder
responder = OCSPResponder()
OpenSSL must be installed and available on your system; the package is a wrapper around the OpenSSL command-line tool.
Verify before relying
- Whether the package actually works with modern Python versions (classifiers list only Python 2.7).
- Whether PyOpenSSL is a runtime dependency or only used during development.
- Current state of the repository and whether it accepts pull requests or is truly unmaintained.
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | abandoned — 1,688 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 112,743/month — #12,359 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: openssl_ocsp_responder-1.0.1.tar.gz
Keywords: ocsp, ssl, openssl
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
ocspresponderImplements an RFC 6960 compliant OCSP Responder…
permissive · top 5,000 on PyPI
certvalidatorValidates X.509 certificates and certificate…
permissive · top 15,000 on PyPI
pyOpenSSLpyOpenSSL wraps OpenSSL's SSL/TLS functionality…
permissive · top 1,000 on PyPI
pyhanko-certvalidatorValidates X.509 certificate paths with support…
permissive · top 5,000 on PyPI
ocspbuilderocspbuilder creates and signs OCSP requests and…
permissive · top 5,000 on PyPI
service-identityVerifies that cryptography or pyOpenSSL…
permissive · top 5,000 on PyPI
pip-system-certsAutomatically configures Python to use the…
permissive · top 5,000 on PyPI
certbotCertbot is a command-line client that…
permissive · top 15,000 on PyPI
oscryptooscrypto provides TLS sockets, key generation,…
permissive · top 1,000 on PyPI
secure-smtplibProvides secure SMTP subclasses with TLS/SSL…
unclear · top 15,000 on PyPI