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

kaidokert / krabitls-rs / 28917841471 / 1
85%
main: 85%

Build:
DEFAULT BRANCH: main
Ran 08 Jul 2026 04:37AM UTC
Files 29
Run time 2s
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

08 Jul 2026 04:36AM UTC coverage: 84.872% (+0.1%) from 84.742%
28917841471.1

push

github

web-flow
RSA client certificates (mTLS): RsaClientAuth + entropy-threaded ClientAuth::sign (#91)

* ClientAuth::sign: thread signing entropy through the trait

Randomized CertificateVerify schemes (RSA-PSS salt) need RNG output at
sign time, but the RNG is a borrowed connect() param and dyn ClientAuth
forbids a generic method. connect() now pre-draws 32 bytes (gated on
ACCEPT_CERT_REQUEST) into the engine; build_flight forwards them to
sign(). Ed25519 ignores the bytes — its flight is byte-identical.

* RsaClientAuth: RSA-2048 PSS client-cert signer (feature = rsa)

rsa_pss_rsae_sha256 CertificateVerify signatures over rsa_heapless 0.3's
no-alloc CT signing path (FixedUInt<u32,64,Ct>, salt = the connection
entropy, saltLen == hashLen per TLS 1.3 §4.2.3). RSA-2048 only. Unblinded
modexp — same physical-side-channel threat-model line as x25519.
Round-trip tested against the crate's own PSS verifier.

4881 of 5751 relevant lines covered (84.87%)

157.35 hits per line

Source Files on job 28917841471.1
  • Tree
  • List 29
  • Changed 6
  • Source Changed 6
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 28917841471
  • 0f717e0b on github
  • Prev Job for on main (#28852107581.1)
  • Next Job for on main (#28919597891.1)
  • 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