Skip to content

Releases: ProtonMail/gopenpgp

Release version 2.1.2

01 Dec 18:47
75f27fd
Compare
Choose a tag to compare

In this release SetKeyGenerationOffset was added to allow an offset in key generation time and prevent not-yet-valid keys, and the regex for canonicalization was removed, increasing performance for large messages.

Release version 2.1.1

16 Nov 08:53
5b1a42c
Compare
Choose a tag to compare

Minor session key management fixes and x/crypto update

Release version 2.1.0

04 Nov 16:58
8a9f9f8
Compare
Choose a tag to compare

This release adds several helpers, fixes filename and binary data handling, adds compression support, and improves the session key handling.

For the detailed list of changes please consult the changelog

Release version 2.0.0

06 Jan 12:43
Compare
Choose a tag to compare

GopenPGP security update

Since GopenPGP's initial release the API has been completely overhauled, collecting feedback for a better interface, that does not create confusion when creating, unlocking, and using keyrings for encryption.

All changes are documented in the changelog.

Several functionalities have been added for key management and direct packet interaction, as well as introducing message objects.
JSON parsing functionalities are now dropped, alongside direct keyring creation.

Major changes have been done with the following PRs: #6 #31

Initial release

16 May 09:36
Compare
Choose a tag to compare
  • master refactor of master contains all changes from oldMaster

Added

  • FirstKeyID into KeyRing object to be able match salts

Changed

  • If statement re-factor following linter recommendations
  • Constants rename following linter recomendations
  • Comments following linter recomendations (not complete)
  • Update the crypto and mime dependencies
  • Error handling in GetSessionFromKeyPaket