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

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

Build:
Build:
LAST BUILD BRANCH: HEAD
DEFAULT BRANCH: master
Ran 04 Nov 2025 06:16AM UTC
Jobs 1
Files 43
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

04 Nov 2025 06:12AM UTC coverage: 87.589% (-6.0%) from 93.583%
19059596967

push

travis-ci

web-flow
Implement EC_GROUP and EC_POINT as sub-modules of ec module (#336)

* Initial plan

* Add EC_GROUP and EC_POINT standalone modules with comprehensive tests

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

* Complete EC_GROUP and EC_POINT implementation with all tests passing

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

* Add CodeQL build artifacts to gitignore

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

* Add point operations to EC_GROUP and fix tostring format

- Added point operations (point_new, point_dup, point_equal, point2oct, oct2point, point2bn, bn2point, point2hex, hex2point, affine_coordinates, generate_key) to EC_GROUP methods in group.c
- Fixed EC_POINT tostring to include "openssl." prefix (changed from "ec_point: %p" to "openssl.ec_point: %p")
- Added group.lua and point.lua to test/test.lua
- All 128 tests now pass (16 group tests + 23 point tests + 89 existing tests)

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

* Refactor ec.c to reuse code from group.c and point.c

- Made helper functions in group.c non-static (openssl_to_group_asn1_flag, openssl_push_group_asn1_flag, openssl_to_point_conversion_form, openssl_push_point_conversion_form)
- Removed duplicate helper functions from ec.c that now exist in group.c
- Created ec_group_point.h header to export needed functions
- ec.c now reuses functions from group.c and point.c instead of duplicating them
- All 128 tests pass (16 group + 23 point + 89 existing)

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

* Restructure EC modules: include group.c/point.c in ec.c as sub-modules

- group.c and point.c are now included directly in ec.c (not compiled separately)
- All functions in group.c and point.c are now static
- group and point are registered as ec sub-modules (openssl.ec.group, openssl.ec.point)
- Removed group.o and point.o from Makefile and CMakeLists.txt
- Removed standalone luaopen_grou... (continued)

219 of 549 new or added lines in 3 files covered. (39.89%)

352 existing lines in 3 files now uncovered.

9450 of 10789 relevant lines covered (87.59%)

2263.95 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
138
60.0
src/group.c
192
2.04
src/point.c

Uncovered Existing Lines

Lines Coverage ∆ File
6
97.31
-2.69% src/openssl.c
6
93.88
-0.6% src/pkey.c
340
16.29
-75.73% src/ec.c
Jobs
ID Job ID Ran Files Coverage
1 19059596967.1 04 Nov 2025 06:19AM UTC 43
87.59
Travis Job
Source Files on build 19059596967
  • Tree
  • List 43
  • Changed 5
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 432b8c65 on github
  • Prev Build on feat/ec (#19057031357)
  • Next Build on feat/ec (#19065061332)
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