mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 20:32:05 +01:00
Update CHANGELOG
This commit is contained in:
parent
d7e4fcaec6
commit
3877410a65
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ SPDX-License-Identifier: CC0-1.0
|
||||||
to do decryption using session keys. This enables decryption of messages
|
to do decryption using session keys. This enables decryption of messages
|
||||||
without encrypted session key packets.
|
without encrypted session key packets.
|
||||||
- Use BCs `PGPEncryptedDataList.isIntegrityProtected()` to check for integrity protection
|
- Use BCs `PGPEncryptedDataList.isIntegrityProtected()` to check for integrity protection
|
||||||
|
- Depend on `pgp-certificate-store`
|
||||||
|
- Add `ConsumerOptions.addVerificationCerts(PGPCertificateStore)` to allow sourcing certificates from
|
||||||
|
e.g. a [certificate store implementation](https://github.com/pgpainless/cert-d-java).
|
||||||
|
|
||||||
## 1.4.0-rc1
|
## 1.4.0-rc1
|
||||||
- Reimplement message consumption via new `OpenPgpMessageInputStream`
|
- Reimplement message consumption via new `OpenPgpMessageInputStream`
|
||||||
|
|
Loading…
Reference in a new issue