1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-14 04:39:39 +02:00

Add RevokeUserIdsTest

This commit is contained in:
Paul Schaub 2021-12-27 13:49:31 +01:00
parent a0e9c1f555
commit d0ef8581e8
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 34 additions and 0 deletions

View file

@ -7,6 +7,8 @@ SPDX-License-Identifier: CC0-1.0
## 1.0.0-rc9-SNAPSHOT
- When key has both direct-key sig + primary user-id sig: resolve expiration date to earliest expiration
- Add `SecretKeyRingEditor.removeUserId()` convenience methods that do soft-revoke the user-id.
- Add `SelectUserId.byEmail()` which also matches the plain email address
## 1.0.0-rc8
- `KeyRingInfo.getPrimaryUserId()`: return first user-id when no primary user-id is found