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

kaidokert / krabitls-rs / 29694940627
85%

Build:
DEFAULT BRANCH: main
Ran 19 Jul 2026 04:29PM UTC
Jobs 1
Files 29
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

19 Jul 2026 04:28PM UTC coverage: 85.074% (+0.01%) from 85.063%
29694940627

push

github

web-flow
RSA sign-side width symmetry: 1024/2048/3072/4096 client keys (#105)

* RSA sign-side width symmetry: accept 1024/2048/3072/4096 client keys

`RsaClientAuth::from_components` was 2048-only (`n.len() != 256` guard); it now
accepts any enabled RSA width, matching the verifier + cert parsers. Rather than
a per-width enum, the signing key stays one monomorphization: `SignBn` (and the
heapless `UnifiedCtBn`) widen to the widest enabled width, and narrower keys sign
sub-capacity — a first-class operation in rsa_heapless (the modexp runs at the
modulus's own bit-width). `MAX_CLIENT_SIG_LEN` / the EM+sig buffers track the
widest width. The default 2048 build is unchanged (carrier stays 64-limb).

Verify keeps its per-width enum because exact-width carriers matter on the hot
server-cert path; signing is rare enough that the one-carrier trade wins. Adds
3072/4096 sign round-trip KATs on both carriers.

4913 of 5775 relevant lines covered (85.07%)

156.74 hits per line

Coverage Regressions

Lines Coverage ∆ File
24
90.24
0.0% krabitls/src/client_flight.rs
Jobs
ID Job ID Ran Files Coverage
1 29694940627.1 19 Jul 2026 04:29PM UTC 29
85.07
GitHub Action Run
Source Files on build 29694940627
  • Tree
  • List 29
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29694940627
  • 5b73230f on github
  • Prev Build on main (#29681055528)
  • Next Build on main (#29699109648)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc