Fix various minor issues (#45)
* Update header version to 2.0.0 * Add space to cleartext message armouring * Fix password encrypted binary files * Clear key private params in helpers * Do not unlock key if private key is nil * Document changes * Use defer for ClearPrivateKeyParams
This commit is contained in:
parent
0f35072bc4
commit
222decb919
9 changed files with 28 additions and 7 deletions
|
|
@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
## [Unreleased]
|
||||
### Security
|
||||
- Updated underlying crypto library
|
||||
- Improved memory zeroing in helpers
|
||||
|
||||
### Fixed
|
||||
- Fixed test `TestMultipleKeyMessageEncryption`
|
||||
- Fixed garbage collection issues when compiled on gomobile, by copying byte slices
|
||||
- Password encrypted binary files now have the correct flags
|
||||
- Fixed missing space in `Hash` header of cleartext messages
|
||||
|
||||
## Changed
|
||||
- Providing empty passphrase does no longer throw an error when unlocking an unencrypted private key
|
||||
|
||||
### Added
|
||||
- SHA256 fingerprint support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue