onepass_sig without corresponding signagure packet

2017-12-10 Thread Marcin Krzyzanowski
Hi, The Enigmail is able to produce encrypted and signed message that is of this format: # off=0 ctb=85 tag=1 hlen=3 plen=268 :pubkey enc packet: version 3, algo 1, keyid 99DC3902ACFB3F2D data: [2048 bits] # off=271 ctb=85 tag=1 hlen=3 plen=268 :pubkey enc packet: version 3, algo 1, keyid A93E9D

Re: pgpdump alternative for gpg2

2017-12-10 Thread Werner Koch
On Fri, 8 Dec 2017 16:28, gcry...@gmail.com said: > I want to see gpg2 key parameters packets. pgpdump v0.32 doesn't support > gpg2 (especially elliptic curve cryptography packets) and "gpg2 > --list-packets" doesn't show key parameters. is there any way to see key > parameters (d, q and curve) o

Re: pgpdump alternative for gpg2

2017-12-10 Thread Peter Lebbing
On 08/12/17 16:28, gnu cry wrote: > "gpg2 > --list-packets" doesn't show key parameters. Have you tried "-v --list-packets"? I'm testing with public keys, not private keys, but it seems to show the full data in hex. HTH, Peter. -- I use the GNU Privacy Guard (GnuPG) in combination with Enigmai

Re: Downloading the same key results in different files

2017-12-10 Thread Ángel
On 2017-12-08 at 13:37 -0500, Healer64 via Gnupg-users wrote: > Hi, as keyserver spoofing and poisoning has been a concern, I decided > to test it by downloading the same key from the same keyserver at > different times and from different locations. > > > > When I exported the resulting keys usi

Re: Elliptic curve point multiplication with libgcrypt

2017-12-10 Thread gnu cry
Salam Werner, Thank you for your answer On Thu, Dec 7, 2017 at 4:46 PM, gnu cry wrote: > > -- Forwarded message -- > From: gnu cry > Date: Thu, Dec 7, 2017 at 12:23 PM > Subject: Elliptic curve point multiplication with libgcrypt > To: gnupg-users@gnupg.org > > > Hi gpg hackers

pgpdump alternative for gpg2

2017-12-10 Thread gnu cry
Hi gpg hackers, I want to see gpg2 key parameters packets. pgpdump v0.32 doesn't support gpg2 (especially elliptic curve cryptography packets) and "gpg2 --list-packets" doesn't show key parameters. is there any way to see key parameters (d, q and curve) of ecc in gpg2 imported secret subkeys? b

How to use '--verify-options pka-lookup'?

2017-12-10 Thread WhiteWinterWolf
Hi, Can anyone tell me or point me to some example on how to use the following option: --verify-options pka-lookup As per my understanding, given a pubkey in the keyring and a signed file, this parameter should tell GPG to contact the DNS server handling the domain from the pubkey email addr