certvalidator

所属分类:CA认证
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2022-12-19 04:13:02
上 传 者sh-1993
说明:  证书验证器,,
(certvalidator,,)

文件列表:
.circleci/ (0, 2022-09-29)
.circleci/config.yml (475, 2022-09-29)
LICENSE (1075, 2022-09-29)
certvalidator/ (0, 2022-09-29)
certvalidator/__init__.py (7963, 2022-09-29)
certvalidator/_errors.py (881, 2022-09-29)
certvalidator/_types.py (705, 2022-09-29)
certvalidator/_urllib.py (2343, 2022-09-29)
certvalidator/context.py (22649, 2022-09-29)
certvalidator/crl_client.py (4478, 2022-09-29)
certvalidator/errors.py (979, 2022-09-29)
certvalidator/ocsp_client.py (3852, 2022-09-29)
certvalidator/path.py (6777, 2022-09-29)
certvalidator/registry.py (13757, 2022-09-29)
certvalidator/validate.py (73346, 2022-09-29)
certvalidator/version.py (167, 2022-09-29)
changelog.md (1707, 2022-09-29)
dev/ (0, 2022-09-29)
dev/__init__.py (534, 2022-09-29)
dev/_import.py (3279, 2022-09-29)
dev/_pep425.py (6238, 2022-09-29)
dev/_task.py (4196, 2022-09-29)
dev/api_docs.py (14678, 2022-09-29)
dev/build.py (2910, 2022-09-29)
dev/ci-driver.py (1704, 2022-09-29)
dev/ci.py (1275, 2022-09-29)
dev/codecov.json (107, 2022-09-29)
dev/coverage.py (22053, 2022-09-29)
dev/deps.py (21450, 2022-09-29)
dev/lint.py (1030, 2022-09-29)
dev/pyenv-install.py (5351, 2022-09-29)
dev/python-install.py (2054, 2022-09-29)
dev/release.py (1661, 2022-09-29)
dev/stress_test.py (5979, 2022-09-29)
dev/tests.py (2294, 2022-09-29)
dev/version.py (2781, 2022-09-29)
... ...

# changelog ## 0.11.1 - Updated [asn1crypto](https://github.com/wbond/asn1crypto) dependency to `0.18.1`, [oscrypto](https://github.com/wbond/oscrypto) dependency to `0.16.1`. ## 0.11.0 - Updated for compatibility with oscrypto 0.16.0 ## 0.10.0 - Backwards compability break: the `require_revocation_checks` parameter was removed and a new keyword parameter, `revocation_mode`, was added to `ValidationContext()`. Validation may now be in a `soft-fail` (default), `hard-fail`, or `require` mode. See the documentation for information about the behavior of each mode. - Added certificate signature hash algorithm checks, with a default blacklist of `md2` and `md5` - Trust roots no longer need to be self-signed, allowing for cross-signed roots - Keys with no `key_usage` extension are now permitted to sign CRLs - An OCSP or CRL check may fail and not result in an error if the other is successful - Exceptions for expired or not-yet-valid certificates now include full date and time - Self-signed certificates now have a unique exception message instead of a generic message indicating the issuer could not be found in the trust roots - `crl_client` can now handle CRLs that are PEM-encoded - Fixed encoding of URLs in Python 2 when fetching CRLs and OCSP responses - Corrected an error when trying to check the signature of a certificate to determine if it is self-signed or not - Fixed a bug with duplicate HTTP headers during OCSP requests on Python 3 - Fixed an exception that would be thrown if a signature not using RSA, DSA or ECDSA is found ## 0.9.1 - Fixed a bug with whitelisting certificates on Python 3.2 ## 0.9.0 - Initial release

近期下载者

相关文件


收藏者