Commit Graph

11 Commits

Author SHA1 Message Date
Saleem Edah-Tally
be47316219 Expand developer string. 2022-11-19 15:56:56 +01:00
SET
2161e23d91 Prefer setObjectName to setId.
Wt discourages the use of setId().

See Wt commit 9eed80087aab34831932fa5a28751c137971b427.
2021-02-28 19:06:01 +01:00
SET
e14a5c19f4 Log GpgME errors.
In file WT_APP_ROOT/gpgme.log.

Independently of usual Wt logging.
2020-11-23 22:02:55 +01:00
SET
14964f9862 Validate uid certification input.
Check all input in the popup before calling KeyEdit::
2020-11-22 14:48:27 +01:00
SET
110e5e4fb3 Allow revoking key certifications.
Certified user identities in keys can be revoked using the same popup
for certification.

Requires GnuPG 2.2.24 (not available in distro's repository, not fully
tested to date).
2020-11-22 14:22:08 +01:00
SET
a7146a07b2 Add a close button in uid certification popup. 2020-11-14 11:41:04 +01:00
SET
1424f31253 Ignore unknown fingerprints when certifying keys.
A fingerprint manually added in the config file may be missing in
the keyring.
2020-11-13 21:46:09 +01:00
SET
2bddf29596 Allow to change key expiry date.
Select new date in a popup. Controlled by a specific configuration flag.
2020-11-07 22:25:07 +01:00
SET
9996ec6f1c Hint at one-way operation during key certification.
Applying Exportable and Non-Revocable options cannot be undone.
2020-11-07 16:28:28 +01:00
SET
0bb61b7119 Use CSS style sheet.
Avoid confusing text behind default transparent popup.
2020-11-03 14:15:11 +01:00
SET
7f8af95d3a Certify key.
In-place editing with a popup if user is allowed in app config file.
User must of course manage at least a private key. User identities of
target key may be selectively chosen. Optionally, certification may be
exportable and non-revocable.
2020-11-03 11:06:25 +01:00