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: ProtonMail/gopenpgp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.5
Choose a base ref
...
head repository: ProtonMail/gopenpgp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.8.0
Choose a head ref
  • 9 commits
  • 23 files changed
  • 2 contributors

Commits on Feb 28, 2024

  1. Add support for the crypto refresh in v2 (#265)

    This commit adds support for the OpenPGP crypto-refresh.
    - Updates go-crypto dependency to v1.1.0-alpha.1
    - Adapts the session key logic to handle PKESK/SKESK v6 packets without an algorithm attached
    - Updates the min go version to 1.17 as requires by  go-crypto v1.1.0-alpha.1
    - Update the cricl dependency to 1.3.7 matching go-crypto
    Not supported:
    - crypto-refresh intended recipients
    - v6 key generation
    lubux authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    453e819 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Add parsing and serializing interfaces for keyrings (#275)

    * Add parsing and serializing interfaces for keyrings
    
    * Make error check more compact
    wussler authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0d1ce13 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Aug 27, 2024

  1. CI: Update v2 branch CI to be on par with v3 (#286)

    * ci: Update CI to be on par with v3
    
    * ci: Update gosop branch for GopenPGP-v2
    lubux authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4e8fad5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. ci: Update github workflow actions (#298)

    - update actions/download-artifact to v4
    - update actions/checkout to v4
    - update actions/upload-artifact to v4
    lubux authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    dec9c18 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. feat: Add SHA256 fingerprint getter (#299)

    * feat: Add SHA256 fingerprint getter to key
    lubux authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1136c7d View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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

Commits on Oct 29, 2024

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

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    113e326 View commit details
    Browse the repository at this point in the history
Loading