summaryrefslogtreecommitdiff
path: root/tools/gpg-wks-client.c
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-02-09 16:00:13 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-02-09 16:00:13 +0900
commit6f2e2cc2b171ed4a631d26590eb4ccd4a89347b2 (patch)
tree2efb6d2121f5d04d8a3693203e309fd68623dbd0 /tools/gpg-wks-client.c
parent88d11242422e9ef0e94e472b61527faeb0a95bde (diff)
downloadgpg2-6f2e2cc2b171ed4a631d26590eb4ccd4a89347b2.tar.gz
gpg2-6f2e2cc2b171ed4a631d26590eb4ccd4a89347b2.tar.bz2
gpg2-6f2e2cc2b171ed4a631d26590eb4ccd4a89347b2.zip
Imported Upstream version 2.1.15upstream/2.1.15
Diffstat (limited to 'tools/gpg-wks-client.c')
-rw-r--r--tools/gpg-wks-client.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/gpg-wks-client.c b/tools/gpg-wks-client.c
index 2ee23d7..2c9cc4f 100644
--- a/tools/gpg-wks-client.c
+++ b/tools/gpg-wks-client.c
@@ -698,7 +698,10 @@ process_confirmation_request (estream_t msg)
}
address = value;
/* FIXME: Check that the "address" matches the User ID we want to
- * publish. */
+ * publish. Also get the "fingerprint" and compare that to our to
+ * be published key. Further we should make sure that we actually
+ * decrypted using that fingerprint (which is a bit problematic if
+ * --read is used). */
/* Get the sender. */
if (!((item = nvc_lookup (nvc, "sender:")) && (value = nve_value (item))