From 9380f80b14b1eb2ad1e62803b2905595ad66f57a Mon Sep 17 00:00:00 2001 From: David Shaw Date: Sat, 28 Sep 2002 17:49:38 +0000 Subject: 2002-09-28 David Shaw * export.c (do_export_stream): Comment. * sig-check.c (check_key_signature2): Properly handle a non-designated revocation import. 2002-09-26 Werner Koch * g10.c (set_homedir): New. Changed all direct assignments to use this. * gpgv.c (set_homedir): Ditto. --- g10/export.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'g10/export.c') diff --git a/g10/export.c b/g10/export.c index 1ec841dab..5f6eadcd5 100644 --- a/g10/export.c +++ b/g10/export.c @@ -265,10 +265,10 @@ do_export_stream( IOBUF out, STRLIST users, int secret, !node->pkt->pkt.signature->flags.exportable ) continue; /* not exportable */ - /* do not export packets with a "sensitive" revocation - key. This will need revisiting when we start - supporting creating revocation keys and not just - reading them. */ + /* Do not export packets with a "sensitive" revocation + key unless the user wants us to. Note that we do + export these when issuing the actual revocation (see + revoke.c). */ if( !(options&EXPORT_INCLUDE_SENSITIVE_REVKEYS) && node->pkt->pkt.signature->revkey ) { int i; -- cgit