summaryrefslogtreecommitdiff
path: root/libdane/dane.c
Commit message (Expand)AuthorAgeFilesLines
* reindented codeNikos Mavrogiannopoulos2013-11-081-566/+520
* Removed unused parameter.Nikos Mavrogiannopoulos2013-10-291-3/+0
* reindented codeNikos Mavrogiannopoulos2013-10-291-450/+545
* Reorganized main loop in dane_raw_tlsaNikos Mavrogiannopoulos2013-10-291-15/+14
* Adding option DANE_F_IGNORE_DNSSEC to disable loading of the DNSSEC root key ...Christian Grothoff2013-10-231-4/+7
* corrected libdane docNikos Mavrogiannopoulos2013-10-231-2/+2
* small fixesNikos Mavrogiannopoulos2013-10-211-2/+2
* Adding dane_verify_crt_raw to allow direct verification of a certificate chai...Christian Grothoff2013-10-211-22/+70
* Adding dane_raw_tlsa to allow initialization of dane_query_t from DANE record...Christian Grothoff2013-10-211-67/+106
* several updatesNikos Mavrogiannopoulos2013-05-161-0/+1
* 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