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

zhaozg / lua-openssl
93%
master: 94%

Build:
Build:
LAST BUILD BRANCH: HEAD
DEFAULT BRANCH: master
Repo Added 23 Jan 2022 09:12AM UTC
Files 45
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

LAST BUILD ON BRANCH feat/ec
branch: feat/ec
CHANGE BRANCH
x
Reset
  • feat/ec
  • HEAD
  • ci
  • copilot/add-argon2-support
  • copilot/add-openssl-30-ossl-param-api
  • copilot/complete-roadmap-phase-2-tasks
  • copilot/enhance-kdf-module-development
  • copilot/fix-222b392f-2914-4a4f-aec4-9bf69a58faed
  • copilot/fix-48d6976d-3915-400f-8928-a2201b4100c6
  • copilot/fix-6c79a49a-25ca-4213-9310-86f4d5c8e1eb
  • copilot/fix-ec-module-warnings
  • copilot/fix-encryption-functions
  • copilot/fix-warning-in-three-files
  • copilot/implement-ec-group-point-interfaces
  • copilot/improve-openssl-code-review
  • copilot/migrate-dh-module-to-evp-api
  • copilot/migrate-hmac-to-evp-mac
  • copilot/migrate-low-level-key-access
  • copilot/migrate-to-evp-pkey-keygen
  • copilot/optimize-error-handling
  • copilot/refactor-engine-module
  • copilot/refactor-rsa-module
  • copilot/refactor-src-ots-c
  • copilot/scan-ldoc-comments-coverage
  • copilot/update-valgrind-suppressions
  • fix/ED25519
  • fix/mem
  • fix/supp
  • master
  • valgrind

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

Relevant lines Covered
Build:
Build:
10513 RELEVANT LINES 9794 COVERED LINES
2084.64 HITS PER LINE
Source Files on feat/ec
  • Tree
  • List 44
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19065082577 feat/ec 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 E... push 04 Nov 2025 10:12AM UTC zhaozg travis-ci
93.16
19065061332 feat/ec refactor: enhance GROUP and POINT apis push 04 Nov 2025 10:11AM UTC zhaozg travis-ci
93.16
19059596967 feat/ec 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 E... push 04 Nov 2025 06:16AM UTC web-flow travis-ci
87.59
19057031357 feat/ec bump version to 0.10.2 push 04 Nov 2025 03:43AM UTC zhaozg travis-ci
93.58
See All Builds (495)
  • Repo on GitHub
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

© 2025 Coveralls, Inc