Skip to content

letoams/hash-slinger

Repository files navigation

LICENSE: GPLv2+, see COPYING

This package contains various tools to generate special DNS records

sshfp		Generate RFC-4255 SSHFP DNS records from known_hosts
		files or ssh-keyscan
tlsa		Generate RFC-6698 TLSA DNS records via TLS
openpgpkey	Generate RFC-7929 OPENPGPKEY DNS records using gpg
ipseckey	Generate RFC-4025 IPSECKEY DNS records on Libreswan
		IPsec servers


Authors:

Paul Wouters <[email protected]> (sshfp, tlsa, openpgpkey, ipseckey)
Pieter Lexis <[email protected]> (tlsa)

Contributors:

Chrisopher Olah <[email protected]>
James Brown <[email protected]>
Patrick Uiterwijk <[email protected]>
Gerald Turner <[email protected]>
Ondřej Surý <[email protected]>
Jan Vcelak <[email protected]>
Dirk Stöcker <[email protected]>
Frank Crawford <[email protected]>

REQUIREMENTS:

python-dns 	http://www.dnspython.org/
python-gnupg	http://pythonhosted.org/python-gnupg/
m2crypto	http://gitlab.com/m2crypto/m2crypto/
unbound-python	http://www.unbound.net/
ssh-keygen	from openssh
gpg		from gnupg

NOTE: There is a another package called python-gnupg at
https://github.com/isislovecruft/python-gnupg that is
available on FreeBSD. This is NOT the same package and
will not work.