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: v5.4.0
Choose a base ref
...
head repository: openpgpjs/openpgpjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.5.0
Choose a head ref
  • 6 commits
  • 39 files changed
  • 4 contributors

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    93644b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Ignore improperly formatted armor headers (#1557)

    Show a debug warning instead of throwing an error on malformed headers.
    camoredo authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    4d2cf85 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    5e6dd8b View commit details
    Browse the repository at this point in the history
  2. Leave unhashed subpackets as-is when re-serializing signatures (#1561)

    When re-serializing a signature packet, don't add Issuer, Issuer
    Fingerprint, and Embedded Signature subpackets to the unhashed
    subpackets if they weren't already there.
    
    Also, store all unhashed subpackets in `signature.unhashedSubpackets`,
    not just the "disallowed" ones.
    wussler authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    000e133 View commit details
    Browse the repository at this point in the history
  3. Hash all signature subpackets (#1562)

    Move the Issuer, Issuer Fingerprint, and Embedded Signature subpackets
    to the hashed subpackets for new signatures. While we allow these to be
    unhashed, it's safer to hash them, and this simplifies the code as well.
    twiss authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9f3985d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. 5.5.0

    twiss committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    d0be98f View commit details
    Browse the repository at this point in the history
Loading