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

Use consistent case in signature and key messages #3426

Merged
merged 1 commit into from
Nov 5, 2024

Commits on Nov 5, 2024

  1. Use consistent case in signature and key messages

    The signature and key related messages are a historical mess of
    inconsistency, we have at least the following in closely related messages
    that happen under slightly different circumstances:
    - Header V4 RSA/SHA256 Signature
    - RSA signature: NOTFOUND
    - signatures OK
    - key ID
    - Key Fingerprint
    
    Just use lower case consistently for everything but acronyms, so the
    above becomes
    - Header V4 RSA/SHA256 signature
    - RSA signature: NOTFOUND
    - signatures OK
    - key ID
    - key fingerprint
    
    This will no doubt break somebody's fine-tuned script but we're breaking
    them in 6.0 anyhow so this is the right time for this kind of cleanup.
    pmatilai committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    bab388d View commit details
    Browse the repository at this point in the history