http://people.redhat.com/pwouters/hash-slinger

(in fedora/epel updates-testing repository)

I just pushed an update to hash-slinger, so now you can do:

$ openpgpkey --fetch [email protected]
-----BEGIN PGP PUBLIC KEY BLOCK-----
Comment: [email protected] key obtained from DNS
Comment: key transfer was protected by DNSSEC
Version: GnuPG v1

mQENAz97DD0AAAEH/2hrtp4YrNMcOAAF8YbM8ryWl8uH/dTFzV2plMt+CVh7V5EG
N7icm8n+aXUJeY+pvftjiXj0kvEJmcOllfbvG+4Bus4cn2NtM7Yy0kZLSE050bkn
OE+WX9/ffbnXQcnk/E6DBnosIaxPCxnmL2SV6UtGNkbeC3tDcUWfrMtQaqkUhhqN
gfD1p47HIrbPGnr4EX+Ck52HPe7/neo9WZ6XR4pWNQ50clJXJfBpwZVpedx9f0ys
[...]
pOfy75us2QcD8vVTXB/pItRy+2eJP1uhiP85Xko8QhVn6Hi0spJeGHt5Wk63Mrvm
gZ3ro3/uz7/w0P56Q1bX5+bfGq8JB1UFOA0gwxZCdg==
=T8tU
-----END PGP PUBLIC KEY BLOCK-----


$ openpgpkey --fetch [email protected] | gpg --import --dry-run
gpg: WARNING: digest algorithm MD5 is deprecated
gpg: please see http://www.gnupg.org/faq/weak-digest-algos.html for more
information
gpg: key B5CC27E1: "Paul Wouters (migration only, use new key)
<[email protected]>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

It also fixes the --create option to deal with all the weird character
set anomalies in people's keys. Requires python-gnupg 0.3.7. So all
people with non-english entries in they gpg keyring should be able
to finally use openpgpkey to create OPENPGPKEY records:

openpgpkey --create [email protected] --output generic  (generic record format)
openpgpkey --create [email protected] --output rfc  (OPENPGPKEY presentation 
format)

(openpgpkey --verify will fetch and compare with local keyring)

It also fixes sshfp for debian and adds ECDSA key support.
And finally I added ipseckey (only with libreswan and possibly openswan)

Paul

_______________________________________________
dane mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/dane

Reply via email to