mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-17 18:02:05 +01:00
Update changelog
This commit is contained in:
parent
3a33bb126a
commit
f2903515e7
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ SPDX-License-Identifier: CC0-1.0
|
|||
- Add `SigningOptions.addDetachedSignature(protector, key)` shortcut method
|
||||
- Add `EncryptionOptions.get()`, `ConsumerOptions.get()` factory methods
|
||||
- Add support for generating keys without user-id (only using `PGPainless.buildKeyRing()` for now)
|
||||
- Switch to `SHA256` as default `S2K` hash algorithm for secret key protection
|
||||
- Allow to set custom reference time when modifying secret keys
|
||||
- Add diagnostic test to explore system PRNG performance
|
||||
|
||||
## 1.3.5
|
||||
- Add `KeyRingInfo.isCapableOfSigning()`
|
||||
|
|
Loading…
Reference in a new issue