Lock global gopenpgp fields

This commit is contained in:
Carlos Quintana 2021-10-18 11:33:02 +02:00 committed by Carlos Quintana
parent d1b2846135
commit 9f25490f61
No known key found for this signature in database
GPG key ID: 68324E212E167F8E
3 changed files with 24 additions and 1 deletions

View file

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Protect the global `pgp` variable fields with a lock.
## [2.2.4] 2021-09-29
### Fixed
- Use the provided `verifyTime` instead of the current time when verifying embedded signatures.