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

zhaozg / lua-openssl / 19195243015
94%

Build:
DEFAULT BRANCH: master
Ran 08 Nov 2025 04:07PM UTC
Jobs 1
Files 45
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 03:53PM UTC coverage: 93.511% (+0.2%) from 93.359%
19195243015

push

travis-ci

web-flow
Migrate EC module to EVP APIs with OpenSSL 1.0.2+/LibreSSL compatibility (#349)


* Migrate ECDSA and ECDH functions to EVP APIs

Co-authored-by: zhaozg <542599+zhaozg@users.noreply.github.com>

* Suppress deprecation warnings for EC accessor functions with pragmas

Co-authored-by: zhaozg <542599+zhaozg@users.noreply.github.com>

* Remove redundant pragma block in set_method function

Co-authored-by: zhaozg <542599+zhaozg@users.noreply.github.com>

* Add OpenSSL 1.1/LibreSSL compatibility with version-specific code

- Use legacy ECDSA/ECDH APIs for OpenSSL < 3.0 and LibreSSL
- Use EVP APIs only for OpenSSL 3.0+
- Fix error message to match original: "invalid digest" and argument #4
- Restore KDF1_SHA1 for legacy ECDH implementation

Co-authored-by: zhaozg <542599+zhaozg@users.noreply.github.com>

* Fix nested function error for OpenSSL 1.0.2u compatibility

Move KDF1_SHA1 function definition outside of openssl_ecdh_compute_key to fix
"invalid storage class for function" error. Nested functions are not standard C
and cause compilation failures with some compilers.

The function is now defined at file scope, properly guarded with version checks.

Co-authored-by: zhaozg <542599+zhaozg@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: zhaozg <542599+zhaozg@users.noreply.github.com>

159 of 159 new or added lines in 1 file covered. (100.0%)

1 existing line in 1 file now uncovered.

10188 of 10895 relevant lines covered (93.51%)

2001.13 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
97.03
5.69% src/ec.c
Jobs
ID Job ID Ran Files Coverage
1 19195243015.1 08 Nov 2025 04:11PM UTC 45
93.51
Travis Job
Source Files on build 19195243015
  • Tree
  • List 45
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • dc9e91b9 on github
  • Prev Build on master (#19194176457)
  • Next Build on master (#19195479874)
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