SecurityInnovation / PGPy

Pretty Good Privacy for Python
BSD 3-Clause "New" or "Revised" License
313 stars 98 forks source link

Acceptance of armored PGP messages without a checksum #453

Closed lubux closed 1 year ago

lubux commented 1 year ago

Hey 👋 PGPy currently does not accept armored PGP messages without a checksum, see: OpenPGP interoperability test suite

The checksum is optional according to RFC 4880 and is now discouraged by the crypto-refresh. This may lead to compatibility issues in the future.

dkg commented 1 year ago

This is resolved in #451, along with several other changes. see 2651a134cd301fcd709f1d845c22b83373dec147