SET
|
e56d1bd6eb
|
Fix download code.
We need not check request::continuation() for stream resource.
|
2020-11-23 22:03:28 +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
|
0e9cc34ac0
|
Prefer key fingerprints anywhere.
During delete process, keys were identified by Key::keyID().
It seems that collisions are possible; so use fingerprints instead.
|
2020-11-15 20:55:05 +01:00 |
|
SET
|
e312ac1efd
|
Allow exporting public keys.
Secret keys cannot be exported because the loopback pinentry mechanism
fails to work.
|
2020-11-15 20:32:12 +01:00 |
|
SET
|
a721bb0225
|
Use common code formatting style.
|
2020-11-14 14:46:28 +01:00 |
|
SET
|
bb4df1423a
|
Move all keyring management functions to a separate class.
KeyringIO imports, creates and deletes keys. Everything is declared
private in this class, and it can be called by K7Main only.
|
2020-11-14 10:58:45 +01:00 |
|