Upgrade dependencies

Upgrade golang.org/x/crypto to v0.7.0
This commit is contained in:
M. Thiercelin 2023-03-13 13:23:47 +01:00
parent 5718d2a524
commit d3fa075f06
No known key found for this signature in database
GPG key ID: 29581E7E24EBEC0A
3 changed files with 31 additions and 6 deletions

View file

@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update `github.com/ProtonMail/go-crypto` to the latest version
- More strictly verify detached signatures: reject detached signatures from revoked and expired keys.
- In `GetVerifiedSignatureTimestamp`, use the new `VerifyDetachedSignatureAndHash` function to get the verified signature, instead of parsing the signature packets manually to get the timestamp.
- Upgraded golang.org/x/crypto dependency to v0.7.0
## [2.5.2] 2022-01-25
### Changed