[Sks-devel] Analyzing key server data

Daniel Roesler diafygi at gmail.com
Mon Jul 6 23:13:09 CEST 2015


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 <muelli at cryptobitch.de> 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



More information about the Gnupg-devel mailing list