|
Ran
|
Jobs
1
|
Files
305
|
Run time
29s
|
Badge
README BADGES
|
push
travis-ci
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
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 5 | 17077.5 (TARGET=coverage) | 0 |
82.49 |
Travis Job 17077.5 |