summaryrefslogtreecommitdiff
path: root/libdane/dane.c
Commit message (Expand)AuthorAgeFilesLines
* corrected typo. reported by Etan Reisner.Nikos Mavrogiannopoulos2013-05-021-5/+5
* Added verify flags for DANE to enforce verification and restrict it to a field.Nikos Mavrogiannopoulos2013-03-011-6/+11
* when verifying a DANE CA constraint make sure that the provided chain is actu...Nikos Mavrogiannopoulos2013-02-241-0/+51
* doc updateNikos Mavrogiannopoulos2013-02-241-0/+3
* Added --insecure flag to danetool.Nikos Mavrogiannopoulos2013-01-181-1/+1
* Added options to specify a DLV file. Suggested by Paul Wouters.Nikos Mavrogiannopoulos2013-01-171-0/+19
* KU Leuven copyright stuff is LGPL version 2.1 or laterNikos Mavrogiannopoulos2012-12-311-4/+4
* better verification messages.Nikos Mavrogiannopoulos2012-11-011-3/+3
* Added dane_verification_status_print() and danetool can verify a DANE entry.Nikos Mavrogiannopoulos2012-11-011-0/+44
* Added new functions to convert types to strings.Nikos Mavrogiannopoulos2012-11-011-0/+1
* Added debuggingNikos Mavrogiannopoulos2012-10-121-32/+76
* The high level functions accept sflags and vflags as separate options.Nikos Mavrogiannopoulos2012-10-101-6/+10
* Updates in DANE support. Allow caching of queries.Nikos Mavrogiannopoulos2012-10-101-57/+83
* Bug fixes in DANE.Nikos Mavrogiannopoulos2012-10-071-13/+4
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-071-17/+1
* Always require DNSSEC.Nikos Mavrogiannopoulos2012-10-061-10/+5
* Added a DANE library.Nikos Mavrogiannopoulos2012-10-061-0/+559