Re: Design of a Modern Keyserver Network

2025-01-31 Thread Michael Richardson
andrewg wrote: > Speaking for the current SKS keyserver operators, it *is* currently > working. There are occasional glitches when vandals find a way around > our flooding protections, but we are constantly improving these. (I > realise I'm tempting fate by saying this...) But, t

Error generating subkey in gpg's batch mode using curve brainpoolP512r1

2025-01-31 Thread sgh
Hi! Using the curve brainpoolP512r1 to generate subkeys for signing and verification for a key reports an error, using the following command: printf "$pass" | \ gpg --batch --pinentry-mode=loopback --passphrase-fd 0 \ --quick-add-key $fpr brainpoolP512r1 sign 0 Output: gpg: Key generation fa

Re: Please help verify signature within Dockerfile

2025-01-31 Thread Todd Zullinger via Gnupg-users
Josef Wolf wrote: > On Fri, Jan 31, 2025 at 09:57:24AM +, Andrew Gallagher wrote: >> On 30 Jan 2025, at 23:15, Josef Wolf wrote: >>> >>> I am trying to verify signature of downloaded files when creating a docker >>> container. This is what I am trying to do within the Dockerfile: >> >> Perhap

Re: Please help verify signature within Dockerfile

2025-01-31 Thread Josef Wolf
On Fri, Jan 31, 2025 at 09:57:24AM +, Andrew Gallagher wrote: > On 30 Jan 2025, at 23:15, Josef Wolf wrote: > > > > I am trying to verify signature of downloaded files when creating a docker > > container. This is what I am trying to do within the Dockerfile: > > Perhaps it would be easier to

Re: Please help verify signature within Dockerfile

2025-01-31 Thread Andrew Gallagher via Gnupg-users
On 30 Jan 2025, at 23:15, Josef Wolf wrote: > > I am trying to verify signature of downloaded files when creating a docker > container. This is what I am trying to do within the Dockerfile: Hi, Josef. Perhaps it would be easier to use gpgv? https://www.gnupg.org/documentation/manuals/gnupg/gpg