sks-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sks-devel] Analyzing key server data


From: Daniel Roesler
Subject: Re: [Sks-devel] Analyzing key server data
Date: Mon, 6 Jul 2015 14:13:09 -0700

Here's what I got with openpgp-python[1]. Seems to parse fine, though
I haven't added signature validation yet.

https://paste.ee/p/2NDMF

Daniel

[1]: python openpgp.py -m ~/Desktop/3A6CED98.asc | python -c "import
json, sys; print json.dumps(json.loads(sys.stdin.read()), indent=4,
sort_keys=True)" > ~/Desktop/3A6CED98.asc.pretty.json

On Mon, Jul 6, 2015 at 1:40 PM, Tobias Mueller <address@hidden> wrote:
> Hi!
>
> On Mon, Jul 06, 2015 at 08:22:48AM -0700, Daniel Roesler wrote:
>> Ok, just confirmed that openpgp-python can still parse the pool.
> Cool! Thanks for that.
>
>> Do you have a public key that throws an exception?
> I tried a couple of years back:
> http://lists.nongnu.org/archive/html/sks-devel/2012-06/msg00025.html
>
> Cheers,
>   Tobi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]