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

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

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

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

9804 of 10525 relevant lines covered (93.15%)

2285.25 hits per line

Source Files on job 19189336343.1
  • Tree
  • List 44
  • Changed 3
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19189336343
  • Travis Job
  • 5f24f03a on github
  • Prev Job for on copilot/improve-openssl-code-review (#19103391907.1)
  • Next Job for on copilot/improve-openssl-code-review (#19189553740.1)
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