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

letsencrypt / boulder / 11515
66%

Build:
DEFAULT BRANCH: master
Ran 18 Nov 2019 02:28PM UTC
Jobs 1
Files 109
Run time 9s
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%
11515

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

Jobs
ID Job ID Ran Files Coverage
7 11515.7 (RUN="coverage" CONTAINER="netaccess") 18 Nov 2019 02:28PM UTC 0
64.33
Travis Job 11515.7
Source Files on build 11515
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #11515
  • b557d870 on github
  • Prev Build on master (#11514)
  • Next Build on master (#11517)
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