Release 2.3.0: Update go-crypto, add Key.IsRevoked and fix key.IsExpired

This commit is contained in:
Aron Wussler 2021-11-02 09:57:22 +01:00
parent 420bb96585
commit 130472d5a5
9 changed files with 85 additions and 43 deletions

View file

@ -4,6 +4,12 @@ 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).
## [2.3.0] 2021-11-15
### Added
- `Key.IsRevoked()` to check the revocation status of a key
### Security
- Upgraded underlying crypto library to fix handling of revoked keys
## [2.2.5] 2021-11-11
### Fixed
- Protect the global `pgp` variable fields with a lock.