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

zhaozg / lua-openssl / 19189336343
93%
master: 94%

Build:
Build:
LAST BUILD BRANCH: HEAD
DEFAULT BRANCH: master
Ran 08 Nov 2025 06:42AM UTC
Jobs 1
Files 44
Run time 1min
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

08 Nov 2025 06:33AM UTC coverage: 93.15%. Remained the same
19189336343

Pull #339

travis-ci

Copilot
Fix deprecated OpenSSL API usage in digest.c and pkey.c

Replace EVP_MD_CTX_create/destroy with EVP_MD_CTX_new/free
- Replace all EVP_MD_CTX_create() calls with EVP_MD_CTX_new()
- Replace all EVP_MD_CTX_destroy() calls with EVP_MD_CTX_free()
- Remove redundant EVP_MD_CTX_init() calls after _new()

Files changed:
- src/digest.c: 5 locations (lines 61,127,155,235,365) + removed 5 redundant inits
- src/pkey.c: 2 locations (lines 1522,1597)

Note: src/compat.c intentionally uses old APIs as compatibility shims
for OpenSSL < 1.1.0, wrapped in version guards - no changes needed.

Co-authored-by: zhaozg <542599+zhaozg@users.noreply.github.com>
Pull Request #339: Deep code review and deprecated API fixes: OpenSSL API audit, compatibility matrix, and modernization roadmap

7 of 9 new or added lines in 2 files covered. (77.78%)

9804 of 10525 relevant lines covered (93.15%)

2285.25 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
95.09
-0.11% src/digest.c
Jobs
ID Job ID Ran Files Coverage
1 19189336343.1 08 Nov 2025 06:45AM UTC 44
93.15
Travis Job
Source Files on build 19189336343
  • Tree
  • List 44
  • Changed 3
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #339
  • PR Base - master (#19103391907)
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