Fix various keys issues (#117)
* Fix armouring headers for public keys * Fix error for session key decryption failure
This commit is contained in:
parent
27efcb4627
commit
ff54225384
7 changed files with 75 additions and 6 deletions
|
|
@ -8,10 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Added
|
||||
- Decryption tests for attachments
|
||||
|
||||
### Fixed
|
||||
- Armoring headers for public or private keys
|
||||
- Session key decoding on invalid keys
|
||||
|
||||
## [2.1.5] 2021-02-19
|
||||
|
||||
## Changed
|
||||
- Removed an unecessary cloning in the attachment processor, to perform better in low memory settings
|
||||
- Removed an unnecessary cloning in the attachment processor, to perform better in low memory settings
|
||||
|
||||
## [2.1.4] 2021-01-08
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue