Skip to main content

Validates X.509 certificates and paths; forked from wbond/certvalidator

Project description

certvalidator

This library started as a fork of wbond/certvalidator with patches for pyHanko, but has since diverged considerably from its parent repository.

GitHub issues are disabled on this repository. Bug reports regarding this library should be submitted to the pyHanko issue tracker. Similarly, questions regarding this library's usage can be asked in the pyHanko discussion forum.

pyhanko-certvalidator is a Python library for validating X.509 certificates paths. It supports various options, including: validation at a specific moment in time, whitelisting and revocation checks.

Features

  • X.509 path building
  • X.509 basic path validation
    • Signatures
      • RSA (including PSS padding), DSA, ECDSA and EdDSA algorithms.
    • Name chaining
    • Validity dates
    • Basic constraints extension
      • CA flag
      • Path length constraint
    • Key usage extension
    • Extended key usage extension
    • Certificate policies
      • Policy constraints
      • Policy mapping
      • Inhibit anyPolicy
    • Failure on unknown/unsupported critical extensions
  • Blacklisting hash algorithms
  • Revocation checks
    • CRLs
      • Indirect CRLs
      • Delta CRLs
    • OCSP checks
      • Delegated OCSP responders
    • Disable, require or allow soft failures
    • Caching of CRLs/OCSP responses
  • CRL and OCSP HTTP clients
  • Point-in-time validation
  • Name constraints
  • Attribute certificate support

Current Release

pypi

Dependencies

  • asn1crypto
  • cryptography
  • uritools
  • oscrypto
  • requests or aiohttp (use the latter for more efficient asyncio, requires resource management)
  • Python 3.7 or higher

Note on compatibility

Starting with pyhanko-certvalidator version 0.17.0, the library has been refactored to use asynchronous I/O as much as possible. Most high-level API entrypoints can still be used synchronously, but have been deprecated in favour of their asyncio equivalents. As part of this move, the OCSP and CRL clients now have two separate implementations: a requests-based one, and an aiohttp-based one. The latter is probably more performant, but requires more resource management efforts on the caller's part, which was impossible to implement without making major breaking changes to the public API that would make the migration path more complicated. Therefore, the requests-based fetcher will remain the default for the time being.

Installation

pip install pyhanko-certvalidator

License

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

Testing

Test framework

Tests are written using pytest and require an asynchronous test case backend such as pytest-asyncio.

Test cases

The test cases for the library are comprised of:

Existing releases can be found at https://pypi.org/project/pyhanko-certvalidator.

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

pyhanko_certvalidator-0.31.1.tar.gz (584.7 kB view details)

Uploaded Source

Built Distribution

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

pyhanko_certvalidator-0.31.1-py3-none-any.whl (111.4 kB view details)

Uploaded Python 3

File details

Details for the file pyhanko_certvalidator-0.31.1.tar.gz.

File metadata

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

File hashes

Hashes for pyhanko_certvalidator-0.31.1.tar.gz
Algorithm Hash digest
SHA256 b7abc5672878994a050cf70a19b8247891aa30c9e6507eea77a6b10c7dbc1e50
MD5 a6319396441eef0c7ddb1f8db6eef5f9
BLAKE2b-256 2d8b93ee7af674045965e18cc53357bc338d24d2ca47bb71a750c0e38d1cc462

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhanko_certvalidator-0.31.1.tar.gz:

Publisher: release.yml on MatthiasValvekens/pyHanko

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

File details

Details for the file pyhanko_certvalidator-0.31.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pyhanko_certvalidator-0.31.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0aabe25b536ed555f3b18e5eb2c62ff46adeff9d15e27f0c9d5d81952d956f45
MD5 e8a492c53b2f07bddb0f8f85d4afe992
BLAKE2b-256 f499722e90c586455733fa860d092722ef074f3a65449fe9787b7b7e2dafcd1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyhanko_certvalidator-0.31.1-py3-none-any.whl:

Publisher: release.yml on MatthiasValvekens/pyHanko

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