Skip to content

fix(tls): stop inferring inspection trust anchors - #946

Merged
ryanfowler merged 1 commit into
mainfrom
fix/tls-inspect-trust-anchor
Aug 7, 2026
Merged

fix(tls): stop inferring inspection trust anchors#946
ryanfowler merged 1 commit into
mainfrom
fix/tls-inspect-trust-anchor

Conversation

@ryanfowler

Copy link
Copy Markdown
Owner

Summary

  • keep TLS inspection output limited to peer-provided certificates
  • report the platform-selected trust anchor as unavailable instead of inferring it from DN, AKI, or SKI metadata
  • add collision and verified/insecure rendering coverage
  • document the trust-anchor output

Checks

  • cargo fmt --check
  • cargo clippy --locked --all-targets --all-features -- -D warnings
  • cargo test --locked --all-features --lib --bins
  • cargo test --locked --all-features --test network tls_certificate_validation_inspection_and_bounds_cases -- --test-threads=1
  • cargo test --locked --all-features --test cli --test formatting --test grpc --test har --test http --test install --test network --test terminal --test update --test websocket -- --test-threads=2
  • prettier -w docs/advanced-features.md

@ryanfowler
ryanfowler enabled auto-merge (squash) August 7, 2026 14:19
@ryanfowler
ryanfowler merged commit 884aa91 into main Aug 7, 2026
4 checks passed
@ryanfowler
ryanfowler deleted the fix/tls-inspect-trust-anchor branch August 7, 2026 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant