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

kaidokert / krabitls-rs / 28215622615
85%

Build:
DEFAULT BRANCH: main
Ran 26 Jun 2026 03:41AM UTC
Jobs 1
Files 27
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

26 Jun 2026 03:40AM UTC coverage: 81.099% (+0.2%) from 80.865%
28215622615

push

github

web-flow
refactor(rsa): centralize PKCS#1/PSS cert-sig dispatch; collapse matches_cert (#65)

The `match alg { Pkcs1 => verify(RsaPkcs1Sig) | Pss => verify(RsaPssSig) }`
block — with the rsa_pss_only gate on the PKCS#1 arm — was copy-pasted at three
sites (server-flight self-sig, chain-link, pin/self-signed). Extract one
`verify_cert_sig` helper in traits/rsa_verify.rs so each site is a single call
and the rsa_pss_only cfg lives in one place. Also collapse the two
`PreparedVerifier::matches_cert` impls (rsa / not-rsa) into one with cfg-gated
arms — the not-rsa leaf match is exhaustive. non-test cfgs 254 -> 246.

backends/rsa_verify.rs (the Bug-2 file) is untouched; M3 RSA still ACCEPTs
(.text +12 B, noise).

13 of 18 new or added lines in 4 files covered. (72.22%)

1 existing line in 1 file now uncovered.

3690 of 4550 relevant lines covered (81.1%)

180.91 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
77.39
1.21% krabitls/src/server_flight.rs
2
77.78
1.39% krabitls/src/traits/verify_strategy.rs
1
91.67
krabitls/src/traits/rsa_verify.rs

Coverage Regressions

Lines Coverage ∆ File
1
77.78
1.39% krabitls/src/traits/verify_strategy.rs
Jobs
ID Job ID Ran Files Coverage
1 28215622615.1 26 Jun 2026 03:41AM UTC 27
81.1
GitHub Action Run
Source Files on build 28215622615
  • Tree
  • List 27
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28215622615
  • 6ba72eb7 on github
  • Prev Build on main (#28214797405)
  • Next Build on main (#28218092790)
  • Delete
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