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

Psiphon-Labs / psiphon-tunnel-core / 922
69%

Build:
DEFAULT BRANCH: master
Ran 10 Nov 2018 08:10PM UTC
Jobs 1
Files 71
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

10 Nov 2018 07:15PM UTC coverage: 66.459% (-0.2%) from 66.637%
922

push

travis-ci

rod-hynes
Obfuscated QUIC random stream fixes and improvements

- ObfuscatedPacketConn.WriteTo must support concurrent
  calls. Added mutex around random state calls, as
  concurrent calls to [XOR]KeyStream corrupted internal
  state.

- Replaced random stream RC4 with chacha20;
  https://en.wikipedia.org/wiki/Rc4#Biased_outputs_of_the_RC4:

  "The keystream generated by the RC4 is biased in varying
   degrees towards certain sequences making it vulnerable to
   distinguishing attacks. [...] Such bias can be detected by
   observing only 256 bytes."

- With using Yawning/chacha20 KeyStream API instead of
  XORKeyStream, don't need to initialize buffer to 0s.

- Add benchmark to verify that getPaddingLen performance is
  competitive with SecureRandomRange (getPaddingLen is 10x,
  faster as tested now).

13448 of 20235 relevant lines covered (66.46%)

72969.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 922.1 10 Nov 2018 08:10PM UTC 0
66.46
Travis Job 922.1
Source Files on build 922
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #922
  • b509eb90 on github
  • Prev Build on master (#919)
  • Next Build on master (#925)
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