Skip to content

Remove argc <= 14 limit in signing tool#825

Open
mattia-moffa wants to merge 1 commit into
wolfSSL:masterfrom
mattia-moffa:20260714-signtool-argc-limit
Open

Remove argc <= 14 limit in signing tool#825
mattia-moffa wants to merge 1 commit into
wolfSSL:masterfrom
mattia-moffa:20260714-signtool-argc-limit

Conversation

@mattia-moffa

Copy link
Copy Markdown
Member

This is a legacy limit that's not needed anymore, since it can be overcome with valid arguments.

@mattia-moffa mattia-moffa requested a review from danielinux July 14, 2026 15:40
Copilot AI review requested due to automatic review settings July 14, 2026 15:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request removes an artificial upper bound on the number of command-line arguments accepted by the tools/keytools/sign.c signing tool, keeping only the minimum argument check required to show usage.

Changes:

  • Removed the argc > 14 rejection so the signing tool can accept more than 14 arguments/options.
  • Kept the existing minimum-argument (argc < 4) usage guard unchanged.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants