8000 Comparing v6.2.1...v6.2.2 · openpgpjs/openpgpjs · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openpgpjs/openpgpjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.1
Choose a base ref
...
head repository: openpgpjs/openpgpjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.2
Choose a head ref
  • 2 commits
  • 70 files changed
  • 2 contributors

Commits on Sep 2, 2025

  1. Fix zlib compression for data larger than 65KB (#1894)

    Regression introduced in #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.
    larabr authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    93d9df7 View commit details
    Browse the repository at this point in the history
  2. 6.2.2

    larabr committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    6f9584d View commit details
    Browse the repository at this point in the history
Loading
0