[ trixie ]
[ sid ]
[ 源代码: python-truststore ]
软件包:python3-truststore(0.10.0-3)
python3-truststore 的相关链接
Debian 的资源:
下载源码包 python-truststore:
- [python-truststore_0.10.0-3.dsc]
- [python-truststore_0.10.0.orig.tar.gz]
- [python-truststore_0.10.0-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [truststore.readthedocs.io]
相似软件包:
- sscg
- node-crypto-cacerts
- librust-sequoia-wot-dev
- sq-wot
- python3-pyhanko-certvalidator
- golang-github-googleapis-enterprise-certificate-proxy-dev
- python3-certifi
- libghc-hsopenssl-x509-system-dev
- golang-github-hashicorp-go-rootcerts-dev
- libghc-hsopenssl-x509-system-doc
- libghc-hsopenssl-x509-system-prof
Python Library to verify certificates using native system trust stores
Truststore is a library which exposes native system certificate stores (ie "trust stores") through an `ssl.SSLContext`-like API. This means that Python applications no longer need to rely on certifi as a root certificate store.
Long-term the hope is to make truststore the default way to verify HTTPS certificates in pip and to add this functionality into Python itself.