A C++ implementation of DANE (RFC6698)
  • C++ 96.9%
  • CMake 2.2%
  • C 0.9%
Find a file
2015-09-29 16:12:44 +02:00
include/libdane Working on mocking requests for testing 2015-09-29 16:12:44 +02:00
src Working on mocking requests for testing 2015-09-29 16:12:44 +02:00
test Working on mocking requests for testing 2015-09-29 16:12:44 +02:00
vendor Fixed out-of-source builds 2015-09-09 15:52:18 +02:00
.gitignore Fixed out-of-source builds 2015-09-09 15:52:18 +02:00
.gitmodules Unit tests 2015-07-30 12:44:56 +02:00
.travis.yml <regex> requires GCC 4.9 2015-09-09 17:01:39 +02:00
CMakeLists.txt Build all targets with standalone ASIO 2015-09-09 14:45:21 +02:00
Doxyfile Autobrief for docs 2015-07-30 11:33:43 +02:00
libdane.sublime-project Unit tests 2015-07-30 12:44:56 +02:00
LICENSE LGPL v3 2015-09-07 13:16:41 +02:00
README.md README 2015-08-19 18:21:13 +02:00

libdane

This is a C++ implementation of the DANE (DNS-Based Authentication of Named Entities) specification detailed in RFC6698.

It consists of two parts:

  • libdane - a library for working with DANE records
  • danetool - a commandline tool for inspecting domains' DANE records

Right now, the project is very much a work in progress - it's partially implemented, and biased towards SMTP. This will not be the case in the finished library.