mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-15 17:02:06 +01:00
Update CHANGELOG
This commit is contained in:
parent
5edeae9312
commit
5f20cc629f
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ SPDX-License-Identifier: CC0-1.0
|
|||
|
||||
# PGPainless Changelog
|
||||
|
||||
## 1.4.0-rc2-SNAPSHOT
|
||||
- Use BCs `PGPEncryptedDataList.extractSessionKeyEncryptedData()` method
|
||||
to do decryption using session keys. This enables decryption of messages
|
||||
without encrypted session key packets.
|
||||
- Use BCs `PGPEncryptedDataList.isIntegrityProtected()` to check for integrity protection
|
||||
|
||||
## 1.4.0-rc1
|
||||
- Reimplement message consumption via new `OpenPgpMessageInputStream`
|
||||
- Fix validation of prepended signatures (#314)
|
||||
|
|
Loading…
Reference in a new issue