Fix mixed symmetric/asymmetric decryption (#77)

This commit is contained in:
wussler 2020-09-01 11:07:30 +02:00 committed by GitHub
parent 2f89b9fa0e
commit 64b3b45404
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 51 additions and 1 deletions

View file

@ -88,6 +88,7 @@ EncryptSignArmoredDetachedMobile(
- Hex Key IDs returned from `(key *Key) GetHexKeyID() string` are now correctly padded
- Avoid panics in `(msg *PGPMessage) GetEncryptionKeyIDs() ([]uint64, bool)` by breaking the packet.next cycle on specific packet types
- Prevent the server time from going backwards in `UpdateTime`
- Avoid panicking when messages with mixed symmetric/asymmetric key packets are decrypted with a password
## [2.0.1] - 2020-05-01
### Security