Re: Problem refreshing keys

2018-06-12 Thread Jerry
On Tue, 12 Jun 2018 16:42:25 -0400, Phil Pennock stated: >On 2018-06-12 at 10:05 -0400, Jerry wrote: >> Starting C:\Program Files (x86)\GnuPG\bin\gpg.exe --display-charset utf-8 >> --refresh-keys... gpg: refreshing 387 keys from >> hkps://hkps.pool.sks-keyservers.net gpg: keyserver refresh failed:

Re: Problem refreshing keys

2018-06-12 Thread Phil Pennock
On 2018-06-12 at 10:05 -0400, Jerry wrote: > Starting C:\Program Files (x86)\GnuPG\bin\gpg.exe --display-charset utf-8 > --refresh-keys... > gpg: refreshing 387 keys from hkps://hkps.pool.sks-keyservers.net > gpg: keyserver refresh failed: Server indicated a failure > > This is happening on a W

Re: Pinentry: Permission Denied

2018-06-12 Thread Jacob Adams
On 06/03/2018 07:22 PM, gn...@raf.org wrote: > Jacob Adams wrote: > >> I've been getting the occasional "Pinentry: Permission Denied" error >> when generating new keys with GPGME and leaving pinentry to get the >> password instead of passing it directly (passphrase=True with the python >> bindings

Re: Expire a single UID

2018-06-12 Thread Max-Julian Pogner
Hi, - In Reply to Original Message - <069b4d89-5951-0196-9fc7-5320624cb...@incenp.org> From: Damien Goutte-Gattat via Gnupg-users To: gnupg-users  ;  Sent: Mon, 11 Jun 2018 13:04:20 +0100 Subject: Expire a single UID > On 06/11/2018 09:30 AM, Max-Julian Pogner wrote: >> *) should i revok

Problem refreshing keys

2018-06-12 Thread Jerry
I don't know if this is the right place to ask this, but it is a start. Kleopatra Version 3.1.1-gpg4win-3.1.1 Trying to refresh the keys, produces this error message: Starting C:\Program Files (x86)\GnuPG\bin\gpg.exe --display-charset utf-8 --refresh-keys... gpg: refreshing 387 keys from hkps:

Re: Stripping expired subkey during export?

2018-06-12 Thread Daniel Kahn Gillmor
dredging this up from the past: On Fri 2017-03-03 08:51:57 +0100, Werner Koch wrote: > As a compatible hack we could add an 'expired' property to the > export-filter's drop-subkey method. Just did this: > > gpg --export-options export-clean \ > --export-filter drop-subkey='expired -t' \ >