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

Psiphon-Labs / psiphon-tunnel-core / 922 / 1
69%
master: 69%

Build:
DEFAULT BRANCH: master
Ran 10 Nov 2018 08:10PM UTC
Files 71
Run time 3s
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.08%) from 66.543%
922.1

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

Source Files on job 922.1
  • Tree
  • List 0
  • Changed 35
  • Source Changed 1
  • Coverage Changed 35
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 912
  • Travis Job 922.1
  • b509eb90 on github
  • Prev Job for on master (#919.1)
  • Next Job for on master (#925.1)
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