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

square / ghostunnel
91%
master: 90%

Build:
Build:
LAST BUILD BRANCH: update-x-text
DEFAULT BRANCH: master
Repo Added 03 Mar 2016 04:34AM UTC
Files 21
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

LAST BUILD ON BRANCH cs/issue-232
branch: cs/issue-232
CHANGE BRANCH
x
Reset
  • cs/issue-232
  • alok/reuseaddr
  • cs/1.12.4
  • cs/1.13.3
  • cs/1.9
  • cs/386
  • cs/appveyor
  • cs/appveyor-build
  • cs/appveyor-dll
  • cs/badge
  • cs/better-test-certs
  • cs/bump-deps
  • cs/certigo
  • cs/certstore
  • cs/chain-exec
  • cs/chain-exec-dockerfile
  • cs/cleaner-build
  • cs/cleaner-logging
  • cs/client-sigterm-fix
  • cs/combined-sha256sums
  • cs/copier
  • cs/coverage
  • cs/curves
  • cs/custom-man
  • cs/deploy
  • cs/deps
  • cs/dist
  • cs/doc
  • cs/docker-integration-tests
  • cs/env-var-flags
  • cs/extra-tests
  • cs/fingerprint
  • cs/fix-coverage
  • cs/fix-docker
  • cs/fixes
  • cs/fixups
  • cs/flag-rename
  • cs/go-1.10.4
  • cs/go-1.11-2
  • cs/go-1.12
  • cs/go.mod
  • cs/go1.10
  • cs/go1.8
  • cs/handshake-timer
  • cs/hide-ip-flags
  • cs/http-connect
  • cs/interval
  • cs/issue-200
  • cs/issue-230
  • cs/issue-234
  • cs/issue-268
  • cs/kill-child-on-timeout
  • cs/lints
  • cs/log-errors
  • cs/logging
  • cs/more-builds
  • cs/more-tests
  • cs/nits
  • cs/parsing
  • cs/pem
  • cs/pkcs11
  • cs/pkcs11-readme
  • cs/pkcs11-test
  • cs/procmgmt
  • cs/proxy-flag
  • cs/py-cleanups
  • cs/pyopenssl
  • cs/readme
  • cs/readme-updates
  • cs/release-man-page
  • cs/reload-roots
  • cs/reloadable-package
  • cs/rm-chain-exec
  • cs/rm-override
  • cs/rm-vendor
  • cs/set-version
  • cs/simplify
  • cs/simplify-reload
  • cs/small-fixes
  • cs/socket-activation
  • cs/split-proxy
  • cs/split-reloadable-module
  • cs/static-ltdl-darwin
  • cs/status-on-unix
  • cs/stuff
  • cs/support-pem
  • cs/syslog
  • cs/system-roots
  • cs/tagged-build-output
  • cs/test
  • cs/testing
  • cs/tests
  • cs/tests2
  • cs/travis-windows-builds
  • cs/update-readme
  • cs/update-travis
  • cs/updates
  • cs/uri
  • cs/v1.1.0
  • cs/v1.5.1
  • cs/vendor
  • cs/vendor-fix
  • cs/wildcard
  • cs/win
  • cs/windows
  • csstaub-patch-1
  • csstaub-patch-2
  • csstaub-patch-3
  • dependabot/go_modules/github.com/prometheus/client_golang-0.9.4
  • dependabot/go_modules/github.com/prometheus/client_golang-1.2.0
  • dependabot/go_modules/github.com/prometheus/client_golang-1.2.1
  • dependabot/go_modules/github.com/prometheus/client_golang-1.3.0
  • dependabot/go_modules/github.com/prometheus/client_golang-1.4.0
  • dependabot/go_modules/github.com/prometheus/client_golang-1.4.1
  • dependabot/go_modules/github.com/prometheus/client_golang-1.5.0
  • dependabot/go_modules/github.com/prometheus/client_golang-1.5.1
  • dependabot/go_modules/github.com/prometheus/client_golang-1.6.0
  • dependabot/go_modules/github.com/prometheus/client_golang-1.7.0
  • dependabot/go_modules/github.com/prometheus/client_golang-1.7.1
  • dependabot/go_modules/github.com/stretchr/testify-1.4.0
  • dependabot/go_modules/github.com/stretchr/testify-1.5.0
  • dependabot/go_modules/github.com/stretchr/testify-1.5.1
  • dependabot/go_modules/github.com/stretchr/testify-1.6.0
  • dependabot/go_modules/github.com/stretchr/testify-1.6.1
  • dont-remove-server-forward-socket
  • master
  • mblaschke-feature/relax-chipers
  • mblaschke-fix-unsafe-cipher-validation
  • mbyczkowski/status-as-json
  • mmc/add-nopkcs11-build-tag
  • mmc/long-help
  • mmc/multistage
  • mmc/optional_cgo
  • mmc/package-auth
  • mmc/update-deps
  • mmc/update-deps-2
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v1.0.3
  • v1.0.4
  • v1.0.5
  • v1.0.6
  • v1.1.0
  • v1.1.1
  • v1.1.2
  • v1.2.0
  • v1.2.0-alpha.0
  • v1.2.0-alpha0
  • v1.2.0-rc.1
  • v1.2.0-rc.2
  • v1.2.1
  • v1.2.2
  • v1.3.0
  • v1.3.1
  • v1.4.0
  • v1.4.1
  • v1.5.0
  • v1.5.0-rc.1
  • v1.5.1
  • v1.5.2

10 Jul 2019 08:38PM UTC coverage: 91.318% (+0.1%) from 91.172%
1276

push

travis-ci

csstaub
Relax curve prefs in client mode; fixes issue #232

When in server mode, we set curve preference to make sure clients
won't be able to select inefficiently implemented curves, at least
for x86-64 platforms. But in client mode that argument doesn't hold,
and makes ghostunnel clients incompatible with some backend services
where we don't control their curve prefs. This splits the template
config for client/server so we can relax the curve prefs for clients.

1199 of 1313 relevant lines covered (91.32%)

36.54 hits per line

Relevant lines Covered
Build:
Build:
1313 RELEVANT LINES 1199 COVERED LINES
36.54 HITS PER LINE
Source Files on cs/issue-232
  • List 0
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1276 cs/issue-232 Relax curve prefs in client mode; fixes issue #232 When in server mode, we set curve preference to make sure clients won't be able to select inefficiently implemented curves, at least for x86-64 platforms. But in client mode that argument doesn't... push 10 Jul 2019 08:51PM UTC csstaub travis-ci
91.32
1277 cs/issue-232 Relax curve prefs in client mode; fixes issue #232 When in server mode, we set curve preference to make sure clients won't be able to select inefficiently implemented curves, at least for x86-64 platforms. But in client mode that argument doesn't... Pull #233 10 Jul 2019 08:51PM UTC web-flow travis-ci
91.32
1275 cs/issue-232 Relax curve prefs in client mode; fixes issue #232 When in server mode, we set curve preference to make sure clients won't be able to select inefficiently implemented curves, at least for x86-64 platforms. But in client mode that argument doesn't... Pull #233 10 Jul 2019 08:49PM UTC web-flow travis-ci
91.17
1274 cs/issue-232 Relax curve prefs in client mode; fixes issue #232 When in server mode, we set curve preference to make sure clients won't be able to select inefficiently implemented curves, at least for x86-64 platforms. But in client mode that argument doesn't... push 10 Jul 2019 08:48PM UTC csstaub travis-ci
91.17
See All Builds (802)
  • Repo on GitHub
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

© 2025 Coveralls, Inc