Skip to content

Conversation

@ddworken
Copy link
Contributor

Adds validation during both signing and verification to reject weak RSA keys:

  • Signing: Throws clear error if key < 2048 bits
  • Verification: Returns "unsigned" status if key < 2048 bits
  • Comprehensive test coverage for both paths

🤖 Generated with Claude Code

Adds validation during both signing and verification to reject weak RSA keys:
- Signing: Throws clear error if key < 2048 bits
- Verification: Returns "unsigned" status if key < 2048 bits
- Comprehensive test coverage for both paths

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@ddworken ddworken requested a review from felixrieseberg June 30, 2025 23:22
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