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

tarantool / tarantool / 17077
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: read-view-lua-refactoring
DEFAULT BRANCH: master
Ran 21 May 2019 05:59PM UTC
Jobs 1
Files 305
Run time 29s
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
17077

push

travis-ci

Gerold103
crypto: fix assertion on cipher reinitialization

Crypto provides API to create stream objects. These streams
consume plain and return ecnrypted data. Steps:

    1 c = cipher.new([key, iv])
    2 c:init(key, iv)
    3 c:update(input)
    4 c:result()

Step 2 is optional, if key and iv are specified in new(), but if
it called without key or iv, then result() method crashes.

The commit allows to fill key and iv gradually, in several init()
calls, and remembers previous results.

Closes #4223

(cherry picked from commit 263335802)

41578 of 50406 relevant lines covered (82.49%)

842557.62 hits per line

Jobs
ID Job ID Ran Files Coverage
5 17077.5 (TARGET=coverage) 21 May 2019 05:59PM UTC 0
82.49
Travis Job 17077.5
Source Files on build 17077
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #17077
  • e408fe50 on github
  • Prev Build on 1.10 (#17070)
  • Next Build on 1.10 (#17116)
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