go: Update module github.com/ProtonMail/go-crypto to v1.1.4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/ProtonMail/go-crypto | require | minor |
v1.0.0 -> v1.1.4
|
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
ProtonMail/go-crypto (github.com/ProtonMail/go-crypto)
v1.1.4
What's Changed
- Emit armor headers in sorted order by @andrewgdotcom in https://github.com/ProtonMail/go-crypto/pull/255
- Reduce memory usage when AEAD en/decrypting large messages by @twiss in https://github.com/ProtonMail/go-crypto/pull/259
- Update artifact actions to v4 by @twiss in https://github.com/ProtonMail/go-crypto/pull/260
Full Changelog: https://github.com/ProtonMail/go-crypto/compare/v1.1.3...v1.1.4
v1.1.3
What's Changed
- Add argon2 test vector for 32-bit platforms by @lubux in https://github.com/ProtonMail/go-crypto/pull/245
- Validate argon2 params on read by @lubux in https://github.com/ProtonMail/go-crypto/pull/246
- Adapt aead preferences on key generation by @lubux in https://github.com/ProtonMail/go-crypto/pull/248
- Improve AEAD handling by @twiss in https://github.com/ProtonMail/go-crypto/pull/247
- Improve error message for decryption with a session key by @lubux in https://github.com/ProtonMail/go-crypto/pull/237
- Flag to allow signing key decryption by @lubux in https://github.com/ProtonMail/go-crypto/pull/251
Full Changelog: https://github.com/ProtonMail/go-crypto/compare/v1.1.2...v1.1.3
v1.1.2
What's Changed
- Cleartext Framework: Exclude the line-ending separator when decoding plaintext by @lubux in https://github.com/ProtonMail/go-crypto/pull/242
Full Changelog: https://github.com/ProtonMail/go-crypto/compare/v1.1.1...v1.1.2
v1.1.1
What's Changed
- Fix
clearsign.Encode
backwards compatibility #239 by @mdosch in https://github.com/ProtonMail/go-crypto/pull/240
Full Changelog: https://github.com/ProtonMail/go-crypto/compare/v1.1.0...v1.1.1
v1.1.0
What's Changed
This release adds full support for the new version of the OpenPGP standard, RFC 9580. In addition, the release introduces an improved non-backwards compatible v2 API. The API in the openpgp
package remains fully backwards compatible while the new v2 API is located in a separate v2
package in openpgp
.
For the full changes since v1.0.0
, see the previous release notes. For the full changelog, see https://github.com/ProtonMail/go-crypto/compare/v1.0.0...v1.1.0.
Changes since v1.1.0-beta.0
:
- Replace expiring curve448 integration test vector by @lubux
- Validate input key size in SEIPDv2 decryption by @lubux
Changelog since v1.1.0-beta.0
: https://github.com/ProtonMail/go-crypto/compare/v1.1.0-beta.0...v1.1.0.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.