• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

maxlambrecht / rust-spiffe / 29654469186
84%

Build:
DEFAULT BRANCH: main
Ran 18 Jul 2026 05:45PM UTC
Jobs 1
Files 42
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Jul 2026 05:43PM UTC coverage: 84.369% (+0.8%) from 83.576%
29654469186

push

github

web-flow
fix(rustls): harden material validation, watcher lifecycle, and resumption defaults (#370)

- certified_key_from_chain_and_key now verifies the private key matches
  the leaf certificate via CertifiedKey::from_der, failing at
  material-build time instead of opaquely at TLS signing time
- dedupe cert_chain_from_der_bytes/certs_from_der_bytes into a shared
  owned_certs_from_der_bytes helper
- MaterialWatcher now subscribes to X509Source updates before building
  its initial snapshot, closing a missed-rotation window; logs at error
  (was info) and tracks liveness when the source closes and the watcher
  freezes on its last known-good snapshot
- make the watcher loop testable via new SourceUpdates/X509WatchSource
  traits and a FakeSource; add tests for update, rebuild failure, and
  source-close behavior
- fix the verifier single-flight build cache wedging in Building
  forever if a build panics or returns early; add an RAII guard that
  resets state and wakes waiters on drop
- disable TLS session resumption by default in mtls_server/mtls_client,
  since rustls skips re-verification on resumed handshakes; matches
  SPIRE's own mitigation (spiffe/spire#6715)

Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>

235 of 243 new or added lines in 5 files covered. (96.71%)

1 existing line in 1 file now uncovered.

6547 of 7760 relevant lines covered (84.37%)

726.33 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
90.43
1.42% spiffe-rustls/src/verifier.rs

Coverage Regressions

Lines Coverage ∆ File
1
95.62
4.98% spiffe-rustls/src/resolve.rs
Jobs
ID Job ID Ran Files Coverage
1 29654469186.1 18 Jul 2026 05:45PM UTC 42
84.37
GitHub Action Run
Source Files on build 29654469186
  • Tree
  • List 42
  • Changed 7
  • Source Changed 5
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29654469186
  • 818c0955 on github
  • Prev Build on main (#29653893797)
  • Next Build on main (#29654834807)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc