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

curl / curl / 8745
37%

Build:
DEFAULT BRANCH: master
Ran 20 Sep 2018 08:17PM UTC
Jobs 1
Files 275
Run time 50s
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

pending completion
8745

push

travis-ci

jay
vtls: fix ssl version "or later" behavior change for many backends

- Treat CURL_SSLVERSION_MAX_NONE the same as
  CURL_SSLVERSION_MAX_DEFAULT. Prior to this change NONE would mean use
  the minimum version also as the maximum.

This is a follow-up to 6015cef which changed the behavior of setting
the SSL version so that the requested version would only be the minimum
and not the maximum. It appears it was (mostly) implemented in OpenSSL
but not other backends. In other words CURL_SSLVERSION_TLSv1_0 used to
mean use just TLS v1.0 and now it means use TLS v1.0 *or later*.

- Fix CURL_SSLVERSION_MAX_DEFAULT for OpenSSL.

Prior to this change CURL_SSLVERSION_MAX_DEFAULT with OpenSSL was
erroneously treated as always TLS 1.3, and would cause an error if
OpenSSL was built without TLS 1.3 support.

Co-authored-by: Daniel Gustafsson

Fixes https://github.com/curl/curl/issues/2969
Closes https://github.com/curl/curl/pull/3012

21418 of 29116 relevant lines covered (73.56%)

568555.5 hits per line

Jobs
ID Job ID Ran Files Coverage
22 8745.22 (T=coverage) 20 Sep 2018 08:17PM UTC 0
73.56
Travis Job 8745.22
Source Files on build 8745
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #8745
  • 2e5651a5 on github
  • Prev Build on master (#8742)
  • Next Build on master (#8747)
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