Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update test and codebase for signature verification and improvements #84

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

Spomky
Copy link
Contributor

@Spomky Spomky commented Jul 18, 2024

The patch introduces signature verification to test cases with RSA, ECDSA and EdDSA algorithms. It also refactors code by replacing 'mb_strlen', 'mb_substr' with 'strlen', 'substr' for better performance. Minor changes include renaming variables for better clarity and consistency. Several pieces of code have been modified to use more efficient methods, and some unused portions have been removed. Commit also includes a fix for configuration issue in 'deptrac.yaml'.

Target branch:
Resolves issue #

  • It is a Bug fix
  • It is a New feature
  • Breaks BC
  • Includes Deprecations

@Spomky Spomky added this to the 4.3.1 milestone Jul 18, 2024
@Spomky Spomky self-assigned this Jul 18, 2024
@Spomky Spomky added the dependencies Pull requests that update a dependency file label Jul 18, 2024
The patch introduces signature verification to test cases with RSA, ECDSA and EdDSA algorithms. It also refactors code by replacing 'mb_strlen', 'mb_substr' with 'strlen', 'substr' for better performance. Minor changes include renaming variables for better clarity and consistency. Several pieces of code have been modified to use more efficient methods, and some unused portions have been removed. Commit also includes a fix for configuration issue in 'deptrac.yaml'.
@Spomky Spomky modified the milestones: 4.3.1, 4.4.0 Jul 18, 2024
@Spomky Spomky merged commit 2166016 into 4.4.x Jul 18, 2024
13 of 14 checks passed
@Spomky Spomky deleted the ci-cd/update branch July 18, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant