PackageTrack
Sign in Get early access

webpki-root-certs

Mozilla trusted certificate authorities in self-signed X.509 format for use with crates other than webpki

1.0.9 79M downloads/mo #921 most downloaded on crates.io rustls/webpki-roots

What this package is like to depend on

Last release 1 months ago

18 Jul 2026

Ships fairly regularly

a new release about every 6 weeks

Some releases are documented

notes for 10 of 18 stable releases

Nothing withdrawn

no release was ever pulled

2 years old

18 releases · first in 2024

7 releases in the last 12 months

see the full history below

Release timeline

18 releases · Aug 2024 to Jul 2026
2025 2026
Release Pre-release

Releases

latest 18
  1. 1.0.9 18 Jul 2026
    Release notes

    Changes:

    What's Changed

    New Contributors

    Full Changelog: v/1.0.8...v/1.0.9

    Open source →
  2. 1.0.8 17 Jun 2026
    Release notes

    What's Changed

    • Test MSRV with 1.70 by @ctz in #122
    • Take semver-compatible dependency updates by @djc in #123
    • 1.0.8: remove SecureSign Root CA12 root by @ctz in #124

    Full Changelog: v/1.0.7...v/1.0.8

    Open source →
  3. 1.0.7 16 Apr 2026
    Release notes

    For their April 2026 root store changes, Mozilla has made more changes than usual:

    These changes are part of Mozilla’s ongoing root store maintenance under the Mozilla Root Store Policy (MRSP), including §7.4 (Root CA Lifecycles) and §7.5.3 (Transition Plans). They reflect a combination of lifecycle-based transitions, CA operator requests, and alignment with intended certificate usage, including retiring older or less suitable root certificates, enforcing clear separation of trust purposes (e.g., TLS vs. S/MIME), and reducing unnecessary trust surface in the Web PKI ecosystem. Collectively, these actions help to ensure that root certificates are relied upon only for their intended and actively maintained use cases, or are retired in accordance with established distrust timelines.

    This removes:

    • CN=Certigna O=Dhimyotis
    • CN=COMODO Certification Authority O=COMODO CA Limited
    • CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com
    • CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com
    • CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com
    • CN=FIRMAPROFESIONAL CA ROOT-A WEB O=Firmaprofesional SA
    • CN=GTS Root R2 O=Google Trust Services LLC
    • CN=QuoVadis Root CA 2 O=QuoVadis Limited
    • CN=QuoVadis Root CA 3 O=QuoVadis Limited
    • CN=Secure Global CA O=SecureTrust Corporation
    • CN=SecureTrust CA O=SecureTrust Corporation
    • CN=SwissSign Gold CA - G2 O=SwissSign AG
    • CN=TeliaSonera Root CA v1 O=TeliaSonera
    • CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc.
    • CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc.
    • CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc.
    • O=certSIGN OU=certSIGN ROOT CA

    See their announcement for more details.

    What's Changed

    • Take semver-compatible dependency updates by @djc in #116
    • Take semver-compatible dependency updates by @djc in #117
    • Take semver-compatible updates by @ctz in #118
    • Prepare 1.0.7 by @djc in #120
    • Update dependencies by @djc in #119

    Full Changelog: v/1.0.6...v/1.0.7

    Open source →
  4. 1.0.6 03 Feb 2026
    Release notes

    "e-Szigno TLS Root CA 2023" added, see https://bugzilla.mozilla.org/show_bug.cgi?id=1873057

    What's Changed

    • Update dependencies by @djc in #111
    • Trigger CI workflow on merge groups by @djc in #113
    • webpki-roots: 1.0.6 by @ctz in #115

    Full Changelog: v/1.0.5...v/1.0.6

    Open source →
  5. 1.0.5 02 Jan 2026
    Release notes

    Removes the following trust anchors which have passed their distrust-after-last-issuance dates:

    • Entrust Root Certification Authority - EC1
    • Entrust Root Certification Authority - G2
    • Entrust Root Certification Authority
    • AffirmTrust Commercial
    • AffirmTrust Networking
    • AffirmTrust Premium
    • AffirmTrust Premium ECC

    What's Changed

    • ccadb: add CertificateMetadata::test_website_revoked field by @djc in #110
    • webpki-root[s|-certs]: 1.0.4 -> 1.0.5 by @cpu in #112

    Full Changelog: v/1.0.4...v/1.0.5

    Open source →
  6. 1.0.4 01 Nov 2025
    Release notes

    CommScope removal

    https://bugzilla.mozilla.org/show_bug.cgi?id=1994866 tracks the voluntary removal of:

    • CommScope Public Trust ECC Root-01
    • CommScope Public Trust ECC Root-02
    • CommScope Public Trust RSA Root-01
    • CommScope Public Trust RSA Root-02

    What's Changed

    • 1.0.4: track removal of CommScope by @ctz in #109

    Full Changelog: v/1.0.3...v/1.0.4

    Open source →
  7. 1.0.3 07 Oct 2025
    Release notes

    Addition of "OISTE Server Root RSA G1" & "OISTE Server Root ECC G1": https://bugzilla.mozilla.org/show_bug.cgi?id=1988913.

    What's Changed

    • 1.0.3: track October 2025 additions by @ctz in #108
    Open source →
  8. 1.0.2 18 Jul 2025
    Release notes

    What's Changed

    • Update dependencies by @djc in #102
    • 1.0.2: track July 2025 CCADB changes by @ctz in #103

    Full Changelog: v/1.0.1...v/1.0.2

    Open source →
  9. 1.0.1 19 Jun 2025
    Release notes

    Remove Chunghwa Telecom "ePKI Root Certification Authority". See the upstream issue for details.

    What's Changed

    • 1.0.1: June 2025 updates by @ctz in #101

    Full Changelog: v/1.0.0...v/1.0.1

    Open source →
  10. 1.0.0 06 May 2025
    Release notes

    After 51 releases over about nine years, this is the first stable release of the webpki-roots and webpki-root-certs crates.

    The 1.0.0 release is functionally equal to the 0.26.10 release. We will make a 0.26.11 release that uses 1.0.0 using the semver trick.

    What's Changed

    • Refine CI workflow triggers by @djc in #97
    • Prepare 1.0.0 by @ctz in #98

    Full Changelog: v/0.26.10...v/1.0.0

    Open source →
  11. 0.26.11 06 May 2025

    Nothing published for this version

  12. 0.26.10 30 Apr 2025

    Nothing published for this version

  13. 0.26.9 27 Apr 2025

    Nothing published for this version

  14. 0.26.8 31 Jan 2025

    Nothing published for this version

  15. 0.26.7 21 Nov 2024

    Nothing published for this version

  16. 0.26.6 18 Sep 2024

    Nothing published for this version

  17. 0.26.5 30 Aug 2024

    Nothing published for this version

  18. 0.26.4 07 Aug 2024

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive