pieterlexis / swede

A tool to create and verify TLSA (DANE) records
53 stars 11 forks source link

SWEDE - a tool to create and verify TLSA (DANE) records

Swede aims to provide a one-stop solutions to create and test TLSA records.

Swede is created as a proof of concept tool (and should be treated as such).

LICENSE

swede is copyright Pieter Lexis pieter.lexis@os3.nl and is licensed under the terms of the GNU General Public Licence version 2 or higher.

DEPENDENCIES

swede has been tested on Debian 6 (Squeeze) using the python-unbound package from squeeze-backports.

FEATURES

USAGE

See EXAMPLES below and try the following:

swede --help
swede create --help
swede verify --help

EXAMPLES

swede create --usage 1 --output rfc www.os3.nl
swede --insecure create --usage 0 mail.google.com
swede verify -p 1516 dane.kiev.practicum.os3.nl
swede verify ulthar.us

TODO

KNOWN BUGS