Allow multiple keypackets in session key decryption (#99)
* Fix session key decryption * Break on all data packets Co-authored-by: Daniel Huigens <d.huigens@protonmail.com>
This commit is contained in:
parent
f8d9ba516a
commit
4166d25a63
3 changed files with 47 additions and 17 deletions
|
|
@ -4,6 +4,11 @@ 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]
|
||||
### Changed
|
||||
- Session key decryption now considers multiple key packets
|
||||
|
||||
|
||||
## [2.1.0] 2020-11-04
|
||||
### Security
|
||||
- Updated underlying crypto library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue