Releases: rustls/webpki-roots
Releases · rustls/webpki-roots
0.26.6
- Corrects the license file distributed with the
webpki-roots
andwebpki-root-certs
crates to properly reflect the MPL 2.0 license. Thanks to @decathorpe for reporting the issue.
What's Changed
- webpki-ccadb: update Moz CCADB root report url by @cpu in #78
- webpki-roots/webpki-root-certs: prepare 0.26.6, fix license data by @cpu in #80
Full Changelog: v/0.26.5...v/0.26.6
0.26.5
0.26.4
- New
webpki-root-certs
crate. This crate is similar towebpki-roots
, but for use with other projects that require the full self-signed X.509 certificate for each trusted root. This is unnecessary overhead forwebpki
andrustls
and you should prefer usingwebpki-roots
for these projects.
What's Changed
Full Changelog: v/0.26.3...v/0.26.4
0.26.3
Removed trust anchors:
- GLOBALTRUST 2020 CA has been removed due to a prolonged pattern of operational and compliance issues.
What's Changed
- webpki-ccadb: distrust any CA with a distrust after date by @cpu in #73
- 0.26.3 release preparation, GLOBALTRUST 2020 removal by @cpu in #74
Full Changelog: v/0.26.2...v/0.26.3
0.26.2
New trust anchors:
What's Changed
- Small documentation updates by @cpu in #62
- Accept upstream changes in CCADB metadata by @ctz in #63
- Update x509-parser requirement from 0.15.1 to 0.16.0 by @dependabot in #64
- Update rustls requirement from 0.22 to 0.23 by @dependabot in #65
- Update reqwest requirement from 0.11 to 0.12 by @dependabot in #66
- Upgrade to rcgen 0.13 by @djc in #68
- Prepare 0.26.2, add FIRMAPROFESIONAL CA ROOT-A WEB by @cpu in #71
Full Changelog: v/0.26.1...v/0.26.2
0.26.1
Removed trust anchors:
New trust anchors:
What's Changed
- doc: add example of how to use with rustls 0.22 by @jsha in #58
- move CCADB fetching into a crate by @mspiegel in #56
- Update rcgen requirement from 0.11.1 to 0.12.0 by @dependabot in #59
- process upstream February root updates by @cpu in #60
New Contributors
Full Changelog: v/0.26.0...v/0.26.1
0.25.4
0.26.0
Headlines
- Improving API stability. This crate now uses types from rustls-pki-types; we expect this to reduce the number of breaking changes in rustls ecosystem.
no_std
support.
What's Changed
- Switch to using the pki-types crate by @djc in #45
- 0.26.0-alpha.1: bump dependencies by @ctz in #46
- Bump actions/checkout from 3 to 4 by @dependabot in #47
- Move to pki-types 0.2.1 by @ctz in #48
- Update ring requirement from 0.16.20 to 0.17.0 by @dependabot in #49
- add no-std support by @japaric in #50
- Refresh certificates by @djc in #52
- Upgrade to latest webpki and pemfile alphas by @djc in #54
- Upgrade to (moved ServerName) alpha releases by @djc in #51
- Update rustls-pemfile requirement from =2.0.0-alpha.1 to =2.0.0-alpha.2 by @dependabot in #55
New Contributors
- @dependabot made their first contribution in #47
- @japaric made their first contribution in #50
Full Changelog: v/0.25.3...v/0.26.0
0.25.3
New trust anchors:
- CommScope Public Trust RSA Root-01
- CommScope Public Trust RSA Root-02
- CommScope Public Trust ECC Root-01
- CommScope Public Trust ECC Root-02
- TrustAsia Global Root CA G4
- TrustAsia Global Root CA G3
Removed trust anchors:
What's Changed
- tests: add name constraints integration test. by @cpu in #40
- Replace
mkcert.org
withccadb.org
as the source of truth by @cpu in #41 - docs: update README for CCADB change, webpki fork. by @cpu in #42
- tests: better DER sequence wrap w/ yasna. by @cpu in #43
- Refresh certificates by @djc in #52
- v0.25.3 release preparation by @cpu in #53
Full Changelog: v/0.25.2...v/0.25.3