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

Flag to allow message verification with a future key #252

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

lubux
Copy link
Contributor

@lubux lubux commented Nov 20, 2024

This (PR) introduces a new flag, InsecureAllowVerificationWithReformattedKey. When enabled, this flag allows signature verification to succeed even if the associated key contains binding signatures that are newer than the signature being verified.

This situation can occur if a key was reformatted, resulting in its self-signatures
having timestamps in the future relative to the message signature, which would
typically render the key invalid at the time of signing.

@lubux lubux marked this pull request as draft November 25, 2024 09:32
Base automatically changed from feat/v2-flag-signing-key-decryption to main November 25, 2024 09:40
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.

1 participant