summaryrefslogtreecommitdiff
path: root/libdane/includes
Commit message (Expand)AuthorAgeFilesLines
* dane.h: added multiple inclusion header guardtmp-lgtm-suppress-ctimeNikos Mavrogiannopoulos2019-05-091-0/+4
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-132-2/+2
* dane: corrected the license of libdane filesNikos Mavrogiannopoulos2016-07-051-1/+1
* libdane: add function dane_query_to_raw_tlsaSimon Arlott2014-07-111-0/+2
* Revert "Added dane_verify_crt_raw2() which allows verifying against the certi...Nikos Mavrogiannopoulos2014-05-101-9/+0
* Revert "corrected prototypes for dane_verify_crt_raw2()."Nikos Mavrogiannopoulos2014-05-101-2/+1
* corrected prototypes for dane_verify_crt_raw2().Nikos Mavrogiannopoulos2014-05-101-1/+2
* Added dane_verify_crt_raw2() which allows verifying against the certificate n...Nikos Mavrogiannopoulos2014-05-101-0/+9
* Accept a certificate using DANE if there is at least one entry that matches t...Nikos Mavrogiannopoulos2014-04-281-3/+4
* reindented codeNikos Mavrogiannopoulos2013-11-081-73/+66
* Adding option DANE_F_IGNORE_DNSSEC to disable loading of the DNSSEC root key ...Christian Grothoff2013-10-231-0/+2
* Adding dane_verify_crt_raw to allow direct verification of a certificate chai...Christian Grothoff2013-10-211-0/+7
* Adding dane_raw_tlsa to allow initialization of dane_query_t from DANE record...Christian Grothoff2013-10-211-6/+9
* corrected typo. reported by Etan Reisner.Nikos Mavrogiannopoulos2013-05-021-2/+4
* updated docNikos Mavrogiannopoulos2013-03-051-2/+2
* Added verify flags for DANE to enforce verification and restrict it to a field.Nikos Mavrogiannopoulos2013-03-011-0/+15
* when verifying a DANE CA constraint make sure that the provided chain is actu...Nikos Mavrogiannopoulos2013-02-241-0/+2
* Prevent libdane pkgconfig stuff from being installed if libdane support is di...Jaak Ristioja2013-02-101-5/+1
* Added --insecure flag to danetool.Nikos Mavrogiannopoulos2013-01-181-0/+2
* Added options to specify a DLV file. Suggested by Paul Wouters.Nikos Mavrogiannopoulos2013-01-171-0/+2
* Added dane_verification_status_print() and danetool can verify a DANE entry.Nikos Mavrogiannopoulos2012-11-011-0/+3
* Added new functions to convert types to strings.Nikos Mavrogiannopoulos2012-11-011-1/+4
* The high level functions accept sflags and vflags as separate options.Nikos Mavrogiannopoulos2012-10-101-2/+4
* Updates in DANE support. Allow caching of queries.Nikos Mavrogiannopoulos2012-10-101-18/+22
* Bug fixes in DANE.Nikos Mavrogiannopoulos2012-10-071-4/+0
* Always require DNSSEC.Nikos Mavrogiannopoulos2012-10-061-2/+1
* Added a DANE library.Nikos Mavrogiannopoulos2012-10-062-0/+187