Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc update | Nikos Mavrogiannopoulos | 2014-05-13 | 1 | -1/+1 |
* | Revert "Added dane_verify_crt_raw2() which allows verifying against the certi... | Nikos Mavrogiannopoulos | 2014-05-10 | 3 | -89/+7 |
* | Revert "corrected prototypes for dane_verify_crt_raw2()." | Nikos Mavrogiannopoulos | 2014-05-10 | 2 | -4/+2 |
* | corrected prototypes for dane_verify_crt_raw2(). | Nikos Mavrogiannopoulos | 2014-05-10 | 2 | -2/+4 |
* | Added dane_verify_crt_raw2() which allows verifying against the certificate n... | Nikos Mavrogiannopoulos | 2014-05-10 | 3 | -7/+89 |
* | Improved dane_verify_session_crt(), which now attempts to create a full chain. | Nikos Mavrogiannopoulos | 2014-05-10 | 1 | -2/+71 |
* | increased MAX_DATA_ENTRIES to 100. | Nikos Mavrogiannopoulos | 2014-04-28 | 1 | -1/+1 |
* | rearranged code | Nikos Mavrogiannopoulos | 2014-04-28 | 1 | -5/+4 |
* | Accept a certificate using DANE if there is at least one entry that matches t... | Nikos Mavrogiannopoulos | 2014-04-28 | 2 | -5/+24 |
* | Corrected dane_verify_crt() to not deinitialize any input state. | Nikos Mavrogiannopoulos | 2014-04-15 | 1 | -1/+1 |
* | pass the correct flag to dane_verify_crt_raw() | Nikos Mavrogiannopoulos | 2013-12-23 | 1 | -7/+7 |
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 4 | -753/+687 |
* | Removed unused parameter. | Nikos Mavrogiannopoulos | 2013-10-29 | 1 | -3/+0 |
* | reindented code | Nikos Mavrogiannopoulos | 2013-10-29 | 1 | -450/+545 |
* | Reorganized main loop in dane_raw_tlsa | Nikos Mavrogiannopoulos | 2013-10-29 | 1 | -15/+14 |
* | Adding option DANE_F_IGNORE_DNSSEC to disable loading of the DNSSEC root key ... | Christian Grothoff | 2013-10-23 | 2 | -4/+9 |
* | corrected libdane doc | Nikos Mavrogiannopoulos | 2013-10-23 | 1 | -2/+2 |
* | exported symbols | Nikos Mavrogiannopoulos | 2013-10-21 | 1 | -0/+2 |
* | small fixes | Nikos Mavrogiannopoulos | 2013-10-21 | 1 | -2/+2 |
* | Adding dane_verify_crt_raw to allow direct verification of a certificate chai... | Christian Grothoff | 2013-10-21 | 2 | -22/+77 |
* | Adding dane_raw_tlsa to allow initialization of dane_query_t from DANE record... | Christian Grothoff | 2013-10-21 | 2 | -73/+115 |
* | several updates | Nikos Mavrogiannopoulos | 2013-05-16 | 1 | -0/+1 |
* | corrected typo. reported by Etan Reisner. | Nikos Mavrogiannopoulos | 2013-05-02 | 2 | -7/+9 |
* | updated doc | Nikos Mavrogiannopoulos | 2013-03-05 | 1 | -2/+2 |
* | Added verify flags for DANE to enforce verification and restrict it to a field. | Nikos Mavrogiannopoulos | 2013-03-01 | 2 | -6/+26 |
* | when verifying a DANE CA constraint make sure that the provided chain is actu... | Nikos Mavrogiannopoulos | 2013-02-24 | 3 | -0/+57 |
* | doc update | Nikos Mavrogiannopoulos | 2013-02-24 | 1 | -0/+3 |
* | Prevent libdane pkgconfig stuff from being installed if libdane support is di... | Jaak Ristioja | 2013-02-10 | 2 | -17/+8 |
* | Added --insecure flag to danetool. | Nikos Mavrogiannopoulos | 2013-01-18 | 2 | -1/+3 |
* | Added options to specify a DLV file. Suggested by Paul Wouters. | Nikos Mavrogiannopoulos | 2013-01-17 | 4 | -0/+24 |
* | corrected copyright. | Nikos Mavrogiannopoulos | 2013-01-15 | 1 | -1/+1 |
* | KU Leuven copyright stuff is LGPL version 2.1 or later | Nikos Mavrogiannopoulos | 2012-12-31 | 2 | -8/+8 |
* | corrected copyright | Nikos Mavrogiannopoulos | 2012-11-02 | 2 | -2/+2 |
* | better verification messages. | Nikos Mavrogiannopoulos | 2012-11-01 | 1 | -3/+3 |
* | Added dane_verification_status_print() and danetool can verify a DANE entry. | Nikos Mavrogiannopoulos | 2012-11-01 | 4 | -3/+52 |
* | Added new functions to convert types to strings. | Nikos Mavrogiannopoulos | 2012-11-01 | 5 | -2/+156 |
* | Added gnutls-dane.pc. | Nikos Mavrogiannopoulos | 2012-10-29 | 2 | -1/+29 |
* | Added debugging | Nikos Mavrogiannopoulos | 2012-10-12 | 1 | -32/+76 |
* | The high level functions accept sflags and vflags as separate options. | Nikos Mavrogiannopoulos | 2012-10-10 | 2 | -8/+14 |
* | Updates in DANE support. Allow caching of queries. | Nikos Mavrogiannopoulos | 2012-10-10 | 3 | -82/+112 |
* | libdane -> libgnutls-dane | Nikos Mavrogiannopoulos | 2012-10-08 | 1 | -12/+12 |
* | Bug fixes in DANE. | Nikos Mavrogiannopoulos | 2012-10-07 | 2 | -17/+4 |
* | Added functions to export structures in an allocated buffer. | Nikos Mavrogiannopoulos | 2012-10-07 | 1 | -17/+1 |
* | Always require DNSSEC. | Nikos Mavrogiannopoulos | 2012-10-06 | 2 | -12/+6 |
* | Added a DANE library. | Nikos Mavrogiannopoulos | 2012-10-06 | 6 | -0/+932 |