Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.21 KB

README.rst

File metadata and controls

63 lines (39 loc) · 1.21 KB

PyOCSP

General Description

PyOCSP is a based on the idea of OpenCA's OCSP Responder released under the OpenCA Licence.

The purpose of PyOCSP is to provide a rfc2560 compliant OCSP responder.

To try PyOCSP:

$ pyocspd --help

Install

As for every python package, just run:

$ python setup.py install

Status

OCSP is in early stage of development. Don't blame me with it doesn't work.

Python Compatibility and Dependencies

PyOCSP is developped under python2.6 but must be compatible with > 2.5 python versions.

The following python package are needed to run pyocsp:

Licencing

OCSP is released under GPL Licence.

References

OCSP with OPENSSL

RFCs

Other OCSP Responder