Skip to content

dbrgn/ocspbuilder

 
 

Repository files navigation

ocspbuilder

A Python library for creating and signing online certificate status protocol (OCSP) requests and responses for X.509 certificates.

Related Crypto Libraries

ocspbuilder is part of the modularcrypto family of Python packages:

Current Release

0.10.0 - changelog

Dependencies

Installation

pip install ocspbuilder

License

ocspbuilder is licensed under the terms of the MIT license. See the LICENSE file for the exact license text.

Documentation

ocspbuilder documentation

Continuous Integration

Testing

Tests are written using unittest and require no third-party packages:

python run.py tests

To run only some tests, pass a regular expression as a parameter to tests.

python run.py tests build

Development

To install required development dependencies, execute:

pip install -r dev-requirements.txt

The following commands will run the linter and test coverage:

python run.py lint
python run.py coverage

The following will regenerate the API documentation:

python run.py api_docs

After creating a semver git tag, a .tar.gz and .whl of the package can be created and uploaded to PyPi by executing:

python run.py release

About

Python library for generating OCSP requests and responses

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%