Skip to content

lib: rewrite signature verification

5b0b81e
Select commit
Loading
Failed to load commit list.
Open

rewrite signature verification #629

lib: rewrite signature verification
5b0b81e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jun 4, 2025 in 4s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 124 in lib/verifysig.c

See this annotation in the file changed.

Code scanning / CodeQL

No trivial switch statements Note

This switch statement should either handle more cases, or be rewritten as an if statement.

Check notice on line 182 in lib/verifysig.c

See this annotation in the file changed.

Code scanning / CodeQL

No trivial switch statements Note

This switch statement should either handle more cases, or be rewritten as an if statement.