Release version 2.4.0
This commit is contained in:
parent
e8c7fa3ac9
commit
dcc575e039
5 changed files with 9 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ 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
|
||||
## [2.4.0] 2021-12-21
|
||||
|
||||
### Added
|
||||
- Function to verify a detached signature and get its creation time:
|
||||
|
|
@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
func (keyRing *KeyRing) GetVerifiedSignatureTimestamp(message *PlainMessage, signature *PGPSignature, verifyTime int64) (int64, error)
|
||||
```
|
||||
|
||||
### Changed
|
||||
- Updated the underlying crypto library
|
||||
|
||||
## [2.3.1] 2021-12-15
|
||||
### Fixed
|
||||
- Fix the verification of PGP/MIME message signatures:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue