]> git.ipfire.org Git - thirdparty/pdns.git/commit - regression-tests.dnsdist/test_DNSCrypt.py
dnsdist: Add a basic regression test for DNSCrypt
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 30 Dec 2015 08:20:30 +0000 (09:20 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 4 Jan 2016 09:19:40 +0000 (10:19 +0100)
commitb8db58a230959585880e15c097851c5139d90f45
tree117d4c093b5c113e74e89ade3d8e903065fae39b
parentf1441e5bd7699137744af2aa4ae64b579cef690b
dnsdist: Add a basic regression test for DNSCrypt

I could not find any DNSCrypt client implementation in python without
zillions of dependencies, so I wrote a basic one depending only
on dnspython and libnacl bindings.
.travis.yml
pdns/README-dnsdist.md
pdns/dnsdist-dnscrypt.cc
pdns/dnsdist-lua2.cc
regression-tests.dnsdist/.gitignore
regression-tests.dnsdist/DNSCryptProviderPrivate.key [new file with mode: 0644]
regression-tests.dnsdist/DNSCryptProviderPublic.key [new file with mode: 0644]
regression-tests.dnsdist/dnscrypt.py [new file with mode: 0644]
regression-tests.dnsdist/dnsdisttests.py
regression-tests.dnsdist/requirements.txt
regression-tests.dnsdist/test_DNSCrypt.py [new file with mode: 0644]