Package python3-module-truststore: Information
Source package: python3-module-truststore
Version: 0.10.4-alt1
Build time: Sep 3, 2025, 05:11 PM in the task #393903
Category: Development/Python3
Report package bugHome page: https://pypi.org/project/truststore/
License: MIT
Summary: Verify certificates using OS trust stores
Description:
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. Native system certificate stores have many helpful features compared to a static certificate bundle like certifi: * Automatically update certificates as new CAs are created and removed * Fetch missing intermediate certificates * Check certificates against certificate revocation lists (CRLs) to avoid monster-in-the-middle (MITM) attacks * Managed per-system rather than per-application by a operations/IT team * PyPI is no longer a CA distribution channel Right now truststore is a stand-alone library that can be installed globally in your application to immediately take advantage of the benefits in Python 3.10+. Truststore has also been integrated into pip 24.2+ as the default method for verifying HTTPS certificates (with a fallback to certifi). Long-term the hope is to add this functionality into Python itself. Wish us luck!
Maintainer: Alexandr Shashkin
Last changed
Sept. 3, 2025 Alexandr Shashkin 0.10.4-alt1
- Updated to 0.10.4.
Aug. 7, 2025 Alexandr Shashkin 0.10.3-alt1
- Updated to 0.10.3.
Feb. 10, 2025 Alexandr Shashkin 0.10.1-alt1
- Updated to 0.10.1.