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

zhaozg / lua-openssl
88%
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 copilot/implement-ec-group-point-interfaces
branch: copilot/implement-ec-group-point-interfaces
CHANGE BRANCH
x
Reset
  • copilot/implement-ec-group-point-interfaces
  • 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/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
  • feat/ec
  • fix/ED25519
  • fix/mem
  • fix/supp
  • master
  • valgrind

04 Nov 2025 06:09AM UTC coverage: 87.589% (+0.08%) from 87.514%
19059538176

push

travis-ci

Copilot
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_group/luaopen_point registrations from openssl.c
- Deleted ec_group_point.h (no longer needed)
- Deleted ec.c.backup cleanup file
- Updated test files to use openssl.ec.group and openssl.ec.point
- All 128 tests passing

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

27 of 63 new or added lines in 3 files covered. (42.86%)

9450 of 10789 relevant lines covered (87.59%)

2248.65 hits per line

Relevant lines Covered
Build:
Build:
10789 RELEVANT LINES 9450 COVERED LINES
2248.65 HITS PER LINE
Source Files on copilot/implement-ec-group-point-interfaces
  • Tree
  • List 43
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19059538176 copilot/implement-ec-group-point-interfaces 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 ... push 04 Nov 2025 06:14AM UTC Copilot travis-ci
87.59
19059164860 copilot/implement-ec-group-point-interfaces 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 duplicat... Pull #336 04 Nov 2025 05:54AM UTC Copilot travis-ci
87.51
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