summaryrefslogtreecommitdiff
path: root/libdane
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-244-204/+168
* Indent codeZoltan Fridrich2023-01-273-95/+82
* Fix typosStefan Kangas2022-12-271-1/+1
* libdane: fix typo in Makefile.amAsad Mehmood2022-05-251-1/+1
* build: remove tautological if conditionsDaiki Ueno2021-09-091-60/+57
* build: remove dead assignmentsDaiki Ueno2020-09-181-5/+4
* 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-137-7/+7
* Fix gcc 8 warningsTim Rühsen2018-06-141-2/+12
* doc: fixed documentation for various function parametersNikos Mavrogiannopoulos2017-04-071-1/+1
* doc updateNikos Mavrogiannopoulos2016-09-111-3/+3
* libdane: include minitasn1 headersNikos Mavrogiannopoulos2016-08-231-0/+1
* dane: corrected the license of libdane filesNikos Mavrogiannopoulos2016-07-052-2/+2
* dane: verification will not fail if a CA entry is encountered but cannot be v...Nikos Mavrogiannopoulos2016-04-261-3/+5
* doc: improved documentation on certificate and DANE verification functionsNikos Mavrogiannopoulos2016-04-261-6/+13
* dane: updated documentation of dane_verify_crt_rawNikos Mavrogiannopoulos2016-04-261-19/+4
* doc: added clarifications on documentation for dane_state_tNikos Mavrogiannopoulos2016-04-261-2/+4
* common.mk: corrected typo on LDFLAGS for coverageNikos Mavrogiannopoulos2016-04-121-1/+1
* configure: Add a code coverage optionNikos Mavrogiannopoulos2016-04-121-2/+3
* corrected typosNikos Mavrogiannopoulos2015-01-161-2/+2
* improved documentation on daneNikos Mavrogiannopoulos2014-12-121-8/+13
* dane: use the new _gnutls_buffer_to_datumNikos Mavrogiannopoulos2014-12-051-6/+1
* libdane: undef gnutls_assert() before redefining itNikos Mavrogiannopoulos2014-11-251-0/+4
* libdane: do not require the CA to be a direct CANikos Mavrogiannopoulos2014-09-191-27/+56
* libdane: disable debugging modeNikos Mavrogiannopoulos2014-08-091-1/+0
* doc updategnutls_3_3_6Nikos Mavrogiannopoulos2014-07-231-3/+3
* libdane: simplified initialization of variables.Nikos Mavrogiannopoulos2014-07-221-14/+9
* libdane: bogus and secure values are always initialized in dane_query_to_raw_...Nikos Mavrogiannopoulos2014-07-221-2/+8
* libdane: use gnutls_malloc() and doc updateNikos Mavrogiannopoulos2014-07-221-5/+5
* doc updateNikos Mavrogiannopoulos2014-07-221-1/+2
* libdane: add function dane_query_to_raw_tlsaSimon Arlott2014-07-113-0/+85
* dane: Skip DANE entries that may contain unknown infoNikos Mavrogiannopoulos2014-07-061-22/+19
* dane: Added sanity check in dane_verify_crt_raw()Nikos Mavrogiannopoulos2014-07-061-0/+3
* doc updateNikos Mavrogiannopoulos2014-05-131-1/+1
* Revert "Added dane_verify_crt_raw2() which allows verifying against the certi...Nikos Mavrogiannopoulos2014-05-103-89/+7
* Revert "corrected prototypes for dane_verify_crt_raw2()."Nikos Mavrogiannopoulos2014-05-102-4/+2
* corrected prototypes for dane_verify_crt_raw2().Nikos Mavrogiannopoulos2014-05-102-2/+4
* Added dane_verify_crt_raw2() which allows verifying against the certificate n...Nikos Mavrogiannopoulos2014-05-103-7/+89
* Improved dane_verify_session_crt(), which now attempts to create a full chain.Nikos Mavrogiannopoulos2014-05-101-2/+71
* increased MAX_DATA_ENTRIES to 100.Nikos Mavrogiannopoulos2014-04-281-1/+1
* rearranged codeNikos Mavrogiannopoulos2014-04-281-5/+4
* Accept a certificate using DANE if there is at least one entry that matches t...Nikos Mavrogiannopoulos2014-04-282-5/+24
* Corrected dane_verify_crt() to not deinitialize any input state.Nikos Mavrogiannopoulos2014-04-151-1/+1
* pass the correct flag to dane_verify_crt_raw()Nikos Mavrogiannopoulos2013-12-231-7/+7
* reindented codeNikos Mavrogiannopoulos2013-11-084-753/+687
* 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-232-4/+9
* corrected libdane docNikos Mavrogiannopoulos2013-10-231-2/+2