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

tarantool / go-tlsdialer / 31128422767
13%

Build:
DEFAULT BRANCH: master
Ran 06 Aug 2026 09:38PM UTC
Jobs 1
Files 7
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

06 Aug 2026 09:06PM UTC coverage: 13.435%. Remained the same
31128422767

push

github

bigbes
docs: document the cipher suites the gostls backend supports

The pure-Go backend, unlike the OpenSSL one, has a fixed suite set, so it can
be enumerated. Replace the prose description in the Backends section with a
Cipher suites section listing all 32 registered TLS 1.2 suites, split by what
the tarantoolee suite actually verifies against Tarantool Enterprise:

- 18 AES suites (ECDHE-ECDSA / ECDHE-RSA / plain RSA, GCM and CBC) and the 4
  GOST suites are verified, mutual TLS included;
- the 6 DHE-RSA suites are registered but unnegotiable with Tarantool;
- the 3 ChaCha20-Poly1305 suites are implemented but outside the interop
  matrix, and IANA-GOST2012-GOST8912-GOST8912 is the assigned code point for
  a suite already listed.

The list only makes sense next to the server side, so point at Tarantool's own
ssl_ciphers listener parameter, which takes the same OpenSSL cipher-list
syntax; note that SslCiphers uses that syntax too and that an unknown name is
an error.

Give the DHE-RSA gap its own subsection, since the backend implements those
suites and it is the server that refuses them. Tarantool's URI parameters have
no ssl_dh_params, so the server falls back on OpenSSL's built-in DH parameters;
OpenSSL 3.0 rejects those at SECLEVEL=2 and OpenSSL 3.2 drops DHE from the
default cipher list. Appending @SECLEVEL=0 to the server's ssl_ciphers - the
only opt-out Tarantool accepts - still fails the handshake, so there is no
workaround on either side.

79 of 588 relevant lines covered (13.44%)

2.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31128422767.1 06 Aug 2026 09:38PM UTC 7
13.44
GitHub Action Run
Source Files on build 31128422767
  • Tree
  • List 7
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • c4f44525 on github
  • Prev Build on master (#31106130423)
  • Next Build on master (#31158668565)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc