Re: (my) E-mail address not found by 'https://keys.openpgp.org'

2022-03-16 Thread Hubert Lombard
Hi Henning! > On Wed, Mar 16, 2022 at 01:13:00PM +0100, Hubert Lombard wrote: > > Hello ! > > > > I recently started to get interested in GPG. Last week, during my > > first > > tests, I sent my first key to 'keys.gnupg.net' > > but I understood only yesterday that this server could have been > >

Re: (my) E-mail address not found by 'https://keys.openpgp.org'

2022-03-16 Thread Hubert Lombard
Hi Michael! Thank you for your answers, I have to learn and verify several things indeed. In particular, checking my email address, I didn't know that :) 'https://gnupg.org/gph/en/manual.html' will surely enlighten me on some points... Thanks again Regards > Hi, > > On Wed, Mar 16, 2022 at 01

Re: (my) E-mail address not found by 'https://keys.openpgp.org'

2022-03-16 Thread Hubert Lombard
Hi Henning, > > Well, that was good advice, however you didn't have to revoke your > key. Your key was not compromized by using a different key server. > > You'll revoke your key when you think something is wrong with > your private key. And it basically is a public notice to > anybody else to no

AW: AW: Cancel operation does not return error code

2022-03-16 Thread Schultschik, Sven via Gnupg-users
> > I'm using the Cancel methods on ctrl+c but the terminal is anyway messed up. > > Would it be worth a bug report? > > No. The pinentry is background process and there is no portable way to save > and restore the screen. Thus your application may want to do something like > this after a gpgme

Re: (my) E-mail address not found by 'https://keys.openpgp.org'

2022-03-16 Thread Henning Follmann
On Wed, Mar 16, 2022 at 07:39:35PM +0100, Hubert Lombard wrote: > Hi Henning! > > > On Wed, Mar 16, 2022 at 01:13:00PM +0100, Hubert Lombard wrote: > > > Hello ! > > > > > > I recently started to get interested in GPG. Last week, during my > > > first > > > tests, I sent my first key to 'keys.gnu

Re: (my) E-mail address not found by 'https://keys.openpgp.org'

2022-03-16 Thread Henning Follmann
On Wed, Mar 16, 2022 at 01:13:00PM +0100, Hubert Lombard wrote: > Hello ! > > I recently started to get interested in GPG. Last week, during my first > tests, I sent my first key to 'keys.gnupg.net' > but I understood only yesterday that this server could have been > compromised since 2019. When I

Re: (my) E-mail address not found by 'https://keys.openpgp.org'

2022-03-16 Thread Michael Meyer via Gnupg-users
Hi, On Wed, Mar 16, 2022 at 01:13:00PM +0100, Hubert Lombard wrote: > Could the inversion of these 2 steps have had an impact on the fact > that 'https://keys.openpgp.org/' does not find my e-mail address? > On the other hand, it does find my > E67C43563F94C4756557A483B2A8FF57185B13B0 key Unlike

(my) E-mail address not found by 'https://keys.openpgp.org'

2022-03-16 Thread Hubert Lombard
Hello ! I recently started to get interested in GPG. Last week, during my first tests, I sent my first key to 'keys.gnupg.net' but I understood only yesterday that this server could have been compromised since 2019. When I tried to revoke the key permanently, it was not found. So I deleted the key

Change Passphrase in Batch Mode

2022-03-16 Thread Daniel Kilimnik via Gnupg-users
Hey, I am trying to change a passphrase of my gpg keys as part of a script. I saw the --change-passphrase option, but I could not get it to work in batch mode. With --pinentry-mode loopback --passphrase-fd 0 activated. It asks for my current passphrase, but then exits with a success. The whole com