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

dedis / onet / 2052
66%
master: 66%

Build:
Build:
LAST BUILD BRANCH: test_go_1_17
DEFAULT BRANCH: master
Ran 24 Oct 2018 09:35AM UTC
Jobs 1
Files 52
Run time 4s
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

24 Oct 2018 09:27AM UTC coverage: 65.834% (+0.08%) from 65.752%
2052

Pull #488

travis-ci

web-flow
New format for TLS CommonNames

The previous format for the CommonName was the string encoding of the public key.
However, the string encodings are not intended to be able to do round-trips
from point->string->point. Instead, we use hex(marshal(point)), with a 'Z'
on the front to indicate in a backwards-compatible way that this is a new style
CommonName.

(Why 'Z'? Because the resulting CommonName must be a valid domain name. 'Z'
is an invalid hex digit, so if a new-style common name is sent to an old
onet implementation, an error will be thrown, which will more or less clearly
indicate the problem.)

Fixes #485.
Pull Request #488: New format for TLS CommonNames

39 of 39 new or added lines in 2 files covered. (100.0%)

5590 of 8491 relevant lines covered (65.83%)

151.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2052.1 24 Oct 2018 09:35AM UTC 0
65.83
Travis Job 2052.1
Source Files on build 2052
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2052
  • Pull Request #488
  • PR Base - master (#2050)
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