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

curl / curl / 9283
37%

Build:
DEFAULT BRANCH: master
Ran 16 Nov 2018 11:05PM UTC
Jobs 1
Files 273
Run time 18s
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
9283

push

travis-ci

jay
openssl: do not log excess "TLS app data" lines for TLS 1.3

The SSL_CTX_set_msg_callback callback is not just called for the
Handshake or Alert protocols, but also for the raw record header
(SSL3_RT_HEADER) and the decrypted inner record type
(SSL3_RT_INNER_CONTENT_TYPE). Be sure to ignore the latter to avoid
excess debug spam when using `curl -v` against a TLSv1.3-enabled server:

    * TLSv1.3 (IN), TLS app data, [no content] (0):

(Following this message, another callback for the decrypted
handshake/alert messages will be be present anyway.)

Closes https://github.com/curl/curl/pull/3281

21747 of 29059 relevant lines covered (74.84%)

765939.16 hits per line

Jobs
ID Job ID Ran Files Coverage
23 9283.23 (T=coverage) 16 Nov 2018 11:05PM UTC 0
74.84
Travis Job 9283.23
Source Files on build 9283
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9283
  • 27e4ac24 on github
  • Prev Build on master (#9281)
  • Next Build on master (#9285)
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