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

letsencrypt / boulder / 11515 / 7
66%
master: 66%

Build:
DEFAULT BRANCH: master
Ran 18 Nov 2019 02:28PM UTC
Files 109
Run time 8s
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 Nov 2019 02:15PM UTC coverage: 64.334% (+0.1%) from 64.216%
RUN="coverage" CONTAINER="netaccess"

push

travis-ci

cpu
CA/SA: Store issuer info in certificateStatus, use for OCSP generation (#4546)

This avoids needing to send the entire certificate in OCSP generation
RPCs.

Ended up including a few cleanups that made the implementation easier.

Initially I was struggling with how to derive the issuer identification info.
We could just stick the full SPKI hash in certificateStatus, but that takes a
significant amount of space, we could configure unique issuer IDs in the CA
config, but that would require being very careful about keeping the IDs
constant, and never reusing an ID, or we could store issuers in a table in the
database and use that as a lookup table, but that requires figuring out how to
get that info into the table etc. Instead I've just gone with what I found to
be the easiest solution, deriving a stable ID from the cert hash. This means we
don't need to remember to configure anything special and the CA config stays
the same as it is now.

Fixes #4469.

11840 of 18404 relevant lines covered (64.33%)

0.72 hits per line

Source Files on job 11515.7 (RUN="coverage" CONTAINER="netaccess")
  • Tree
  • List 0
  • Changed 10
  • Source Changed 10
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 10740
  • Travis Job 11515.7
  • b557d870 on github
  • Prev Job for RUN="coverage" CONTAINER="netaccess" on master (#11514.7)
  • Next Job for RUN="coverage" CONTAINER="netaccess" on master (#11517.7)
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