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

fix: do not allow decryption with "Plaintext" algorithm #287

Merged
merged 1 commit into from Feb 19, 2024

Commits on Feb 19, 2024

  1. fix: do not allow decryption with "Plaintext" algorithm

    According to
    <https://datatracker.ietf.org/doc/html/rfc4880#section-13.4>
    "plaintext" MUST NOT be used to encrypt data packets.
    
    We check that "plaintext" algorithm is not used
    to decrypt messages and is not used to decrypt session keys
    when the key is derived using S2K.
    link2xt committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    92b2011 View commit details
    Browse the repository at this point in the history