blob: bfba517ca71809b0ef503db96141b2761786a854 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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.
This library started as a fork of wbond/certvalidator with patches for pyHanko,
but has since diverged considerably from its parent repository.
WWW: https://github.com/MatthiasValvekens/certvalidator
|