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

zhaozg / lua-openssl
93%

Build:
DEFAULT BRANCH: master
Repo Added 23 Jan 2022 09:12AM UTC
Files 56
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • HEAD
  • ci
  • copilot/add-argon2-support
  • copilot/add-cmake-build-check
  • copilot/add-openssl-30-ossl-param-api
  • copilot/complete-roadmap-phase-2-tasks
  • copilot/enhance-kdf-module-development
  • copilot/fix-222b392f-2914-4a4f-aec4-9bf69a58faed
  • copilot/fix-48d6976d-3915-400f-8928-a2201b4100c6
  • copilot/fix-542599-1987363-eaff6162-5890-41a2-8d08-8f43caefbc59
  • copilot/fix-6c79a49a-25ca-4213-9310-86f4d5c8e1eb
  • copilot/fix-ec-module-warnings
  • copilot/fix-encryption-functions
  • copilot/fix-warning-in-three-files
  • copilot/implement-ec-group-point-interfaces
  • copilot/improve-openssl-code-review
  • copilot/migrate-dh-module-to-evp-api
  • copilot/migrate-hmac-to-evp-mac
  • copilot/migrate-low-level-key-access
  • copilot/migrate-to-evp-pkey-keygen
  • copilot/optimize-error-handling
  • copilot/refactor-engine-module
  • copilot/refactor-rsa-module
  • copilot/refactor-src-ots-c
  • copilot/scan-ldoc-comments-coverage
  • copilot/update-valgrind-suppressions
  • feat/PQC
  • feat/ec
  • fix/ED25519
  • fix/mem
  • fix/supp
  • v0.x
  • valgrind

19 Aug 2026 01:43PM UTC coverage: 92.911%. Remained the same
32259708810

push

travis-ci

zhaozg
fix(cms): never push NULL reason string on error paths

openssl_pushresult() called ERR_reason_error_string() and pushed the
result directly. For error codes without a registered reason table
(e.g. provider 'could not load the shared library' errors), the function
returns NULL, so lua_pushstring(L, NULL) pushed nil instead of an error
message. Callers then received nil, nil, code instead of nil, msg, code,
which broke the documented error contract (test 6.cms.lua:138 expected a
non-nil error for c:detached(true) on an empty cms.new() object).

Guard the reason lookup and fall back to "UNKNOWN ERROR" while still
exposing the raw error code. Apply the same guard to
openssl_error_string() to keep the error() API consistent.

5 of 5 new or added lines in 2 files covered. (100.0%)

3 existing lines in 1 file now uncovered.

10668 of 11482 relevant lines covered (92.91%)

2243.9 hits per line

Relevant lines Covered
Build:
Build:
11482 RELEVANT LINES 10668 COVERED LINES
2243.9 HITS PER LINE
Source Files on master
  • Tree
  • List 56
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
32259708810 master fix(cms): never push NULL reason string on error paths openssl_pushresult() called ERR_reason_error_string() and pushed the result directly. For error codes without a registered reason table (e.g. provider 'could not load the shared library' erro... push 19 Aug 2026 01:53PM UTC zhaozg travis-ci
92.91
32259400273 master fix: support ASN1 support for libress v4.3.2 push 19 Aug 2026 01:43PM UTC zhaozg travis-ci
92.91
30826425739 master Merge branch 'v0.x' push 03 Aug 2026 03:18PM UTC zhaozg travis-ci
92.91
30753825204 master fix(cms): never push NULL reason string on error paths openssl_pushresult() called ERR_reason_error_string() and pushed the result directly. For error codes without a registered reason table (e.g. provider 'could not load the shared library' erro... push 02 Aug 2026 03:15PM UTC zhaozg travis-ci
92.91
30753119743 master Merge branch 'v0.x' push 02 Aug 2026 02:56PM UTC zhaozg travis-ci
91.32
30746800392 master Merge branch 'v0.x' push 02 Aug 2026 12:00PM UTC zhaozg travis-ci
91.32
25783504053 master fixup for ubuntu 24.04.4 with OpenSSL v3.0.x push 13 May 2026 06:58AM UTC zhaozg travis-ci
92.8
25725341539 master fix minor warning in src/crl.c push 12 May 2026 09:27AM UTC zhaozg travis-ci
93.83
25653170377 master fix: V-003 security vulnerability Automated security fix generated by Orbis Security AI push 11 May 2026 06:05AM UTC zhaozg travis-ci
93.83
25648909629 master chore: remove FIXME for legacy DSA key push 11 May 2026 03:38AM UTC zhaozg travis-ci
93.89
See All Builds (603)
  • Repo on GitHub
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