mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-09-13 12:40:13 +00:00

Regression introduced in https://github.com/openpgpjs/openpgpjs/pull/1826 (v6.2.0) . Due to internal fflate lib changes, part of the compressed data ended up being discarded, leading to a corrupted compressed payload for the encrypted/signed message, which cannot be decompressed. Compression is disabled by default in openpgpjs. Hence, the issue affects only users who enabled zlib compression via e.g. `config.preferredCompressionAlgorithm = openpgp.enums.compression.zlib` and encrypted or signed data larger than 65KB.