summaryrefslogtreecommitdiff
path: root/libdane
Commit message (Collapse)AuthorAgeFilesLines
* several updatesNikos Mavrogiannopoulos2013-05-161-0/+1
|
* corrected typo. reported by Etan Reisner.Nikos Mavrogiannopoulos2013-05-022-7/+9
|
* updated docNikos Mavrogiannopoulos2013-03-051-2/+2
|
* Added verify flags for DANE to enforce verification and restrict it to a field.Nikos Mavrogiannopoulos2013-03-012-6/+26
|
* when verifying a DANE CA constraint make sure that the provided chain is ↵Nikos Mavrogiannopoulos2013-02-243-0/+57
| | | | actually a chain.
* doc updateNikos Mavrogiannopoulos2013-02-241-0/+3
|
* Prevent libdane pkgconfig stuff from being installed if libdane support is ↵Jaak Ristioja2013-02-102-17/+8
| | | | disabled.
* Added --insecure flag to danetool.Nikos Mavrogiannopoulos2013-01-182-1/+3
|
* Added options to specify a DLV file. Suggested by Paul Wouters.Nikos Mavrogiannopoulos2013-01-174-0/+24
|
* corrected copyright.Nikos Mavrogiannopoulos2013-01-151-1/+1
|
* KU Leuven copyright stuff is LGPL version 2.1 or laterNikos Mavrogiannopoulos2012-12-312-8/+8
|
* corrected copyrightNikos Mavrogiannopoulos2012-11-022-2/+2
|
* better verification messages.Nikos Mavrogiannopoulos2012-11-011-3/+3
|
* Added dane_verification_status_print() and danetool can verify a DANE entry.Nikos Mavrogiannopoulos2012-11-014-3/+52
|
* Added new functions to convert types to strings.Nikos Mavrogiannopoulos2012-11-015-2/+156
|
* Added gnutls-dane.pc.Nikos Mavrogiannopoulos2012-10-292-1/+29
|
* Added debuggingNikos Mavrogiannopoulos2012-10-121-32/+76
|
* The high level functions accept sflags and vflags as separate options.Nikos Mavrogiannopoulos2012-10-102-8/+14
|
* Updates in DANE support. Allow caching of queries.Nikos Mavrogiannopoulos2012-10-103-82/+112
|
* libdane -> libgnutls-daneNikos Mavrogiannopoulos2012-10-081-12/+12
|
* Bug fixes in DANE.Nikos Mavrogiannopoulos2012-10-072-17/+4
| | | | | | Corrected packet length parsing and removed the verify options DANE_VERIFY_DNSSEC_DATA_INVALID and DANE_VERIFY_NO_DNSSEC_DATA. There is longer use for them since using the DANE API requires DNSSEC.
* Added functions to export structures in an allocated buffer.Nikos Mavrogiannopoulos2012-10-071-17/+1
|
* Always require DNSSEC.Nikos Mavrogiannopoulos2012-10-062-12/+6
|
* Added a DANE library.Nikos Mavrogiannopoulos2012-10-066-0/+932