File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed
Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 2.7.1] 2023-04-21
7+ ## [ 2.7.2] 2023-07-17
8+ ### Changed
9+ - Updated underlying crypto library
810
11+ ### Fixed
12+ - Ensure DecryptSessionKey returns an error for a missing key packet
13+
14+ ## [ 2.7.1] 2023-04-21
15+ ### Added
916- Add mobile helpers for signature verification with contexts.
1017
1118## [ 2.7.0] 2023-04-14
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package constants
33
44// Constants for armored data.
55const (
6- ArmorHeaderVersion = "GopenPGP 2.7.1 "
6+ ArmorHeaderVersion = "GopenPGP 2.7.2 "
77 ArmorHeaderComment = "https://gopenpgp.org"
88 PGPMessageHeader = "PGP MESSAGE"
99 PGPSignatureHeader = "PGP SIGNATURE"
Original file line number Diff line number Diff line change 11package constants
22
3- const Version = "2.7.1 "
3+ const Version = "2.7.2 "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/ProtonMail/gopenpgp/v2
33go 1.15
44
55require (
6- github.com/ProtonMail/go-crypto v0.0.0-20230619152218-624a5dca36ef
6+ github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95
77 github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f
88 github.com/davecgh/go-spew v1.1.1 // indirect
99 github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change 1- github.com/ProtonMail/go-crypto v0.0.0-20230619152218-624a5dca36ef h1:kCUm5qsdBBGht43OWgp/gxVIT8jzDjHD3ErHbQ7HoAc =
2- github.com/ProtonMail/go-crypto v0.0.0-20230619152218-624a5dca36ef /go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0 =
1+ github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 h1:KLq8BE0KwCL+mmXnjLWEAOYO+2l2AE4YMmqG1ZpZHBs =
2+ github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 /go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0 =
33github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f h1:tCbYj7/299ekTTXpdwKYF8eBlsYsDVoggDAuAjoK66k =
44github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f /go.mod h1:gcr0kNtGBqin9zDW9GOHcVntrwnjrK+qdJ06mWYBybw =
55github.com/bwesterb/go-ristretto v1.2.3 /go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0 =
You can’t perform that action at this time.
0 commit comments