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

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

Build:
Build:
LAST BUILD BRANCH: HEAD
DEFAULT BRANCH: master
Ran 04 Nov 2025 10:12AM 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

04 Nov 2025 10:08AM UTC coverage: 93.161% (-0.4%) from 93.583%
19065082577

push

travis-ci

zhaozg
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)

427 of 506 new or added lines in 4 files covered. (84.39%)

9794 of 10513 relevant lines covered (93.16%)

2084.64 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
83.33
src/point.c
8
90.7
src/ec_util.c
68
82.52
src/group.c
Jobs
ID Job ID Ran Files Coverage
1 19065082577.1 04 Nov 2025 10:15AM UTC 44
93.16
Travis Job
Source Files on build 19065082577
  • Tree
  • List 44
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • dc69a0b5 on github
  • Prev Build on feat/ec (#19057031357)
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