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

tarantool / go-tlsdialer / 27555536319
0%
master: 0%

Build:
Build:
LAST BUILD BRANCH: bigbes/gh-no-gostls-backend
DEFAULT BRANCH: master
Ran 15 Jun 2026 03:05PM UTC
Jobs 1
Files 4
Run time 1min
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

15 Jun 2026 03:02PM UTC coverage: 0.0% (-88.6%) from 88.557%
27555536319

Pull #8

github

bigbes
refactor: extract pluggable TLS backend abstraction

Introduce a backend package with a Backend interface and SSLOpts, and route
OpenSSLDialer through it instead of linking OpenSSL directly. The cgo OpenSSL
engine becomes the first Backend implementation and lives in its own
import-gated sub-package (backend/openssl, //go:build cgo, openssl.New).

OpenSSLDialer.Backend must now be set explicitly (e.g. openssl.New()); Dial
returns an error when it is nil. The root tlsdialer package imports no TLS
engine, so importing it never pulls in cgo — a program opts into OpenSSL/cgo
only by importing backend/openssl.

ttConn is now engine-agnostic and owns the backend's net.Conn. All external
tests move into the integration package behind a backend-parameterised harness.

README and CHANGELOG document the backend abstraction and the cgo logic
(including the CGO_ENABLED=0 compilation-error example).
Pull Request #8: refactor: extract pluggable TLS backend abstraction

0 of 131 new or added lines in 3 files covered. (0.0%)

66 existing lines in 3 files now uncovered.

0 of 210 relevant lines covered (0.0%)

0.0 hits per line

Uncovered Changes

Lines Coverage ∆ File
109
0.0
backend/openssl/openssl.go
21
0.0
-100.0% dialer.go
1
0.0
-72.73% conn.go

Coverage Regressions

Lines Coverage ∆ File
36
0.0
-100.0% dialer.go
20
0.0
-72.73% conn.go
10
0.0
-71.43% deadlineio.go
Jobs
ID Job ID Ran Files Coverage
1 27555536319.1 15 Jun 2026 03:05PM UTC 4
0.0
GitHub Action Run
Source Files on build 27555536319
  • Tree
  • List 4
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #8
  • PR Base - master (#21375018951)
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