summaryrefslogtreecommitdiff
path: root/src/danetool.c
Commit message (Expand)AuthorAgeFilesLines
* src: generate option handling code from JSONDaiki Ueno2022-01-141-2/+2
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* tools: check output of called functionsNikos Mavrogiannopoulos2018-08-131-1/+7
* Mark with (void) the remove() function and other unchecked functionsNikos Mavrogiannopoulos2017-04-061-2/+2
* tools: remove outfile when exited on errorNikos Mavrogiannopoulos2017-04-051-15/+25
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-2/+2
* tools: allow socket_bye() to be used for non-polite terminationsNikos Mavrogiannopoulos2016-08-261-1/+1
* tools: TLS handling has been incorporated into socket_open()Nikos Mavrogiannopoulos2016-07-261-28/+42
* tools: avoid extracting the value of the app-proto aliasNikos Mavrogiannopoulos2016-04-191-2/+2
* tools: avoid relying on static buffers for service nameNikos Mavrogiannopoulos2016-04-181-3/+3
* danetool: Allow specifying a service name into port optionNikos Mavrogiannopoulos2016-04-181-20/+19
* tools: when the starttls-proto is specified automatically detect the port if ...Nikos Mavrogiannopoulos2015-10-161-1/+5
* use HAVE_DANE ifdef for unused functionsNikos Mavrogiannopoulos2014-10-221-0/+2
* more compiler warning fixesNikos Mavrogiannopoulos2014-09-251-12/+11
* set umask prior to calling mkstempNikos Mavrogiannopoulos2014-09-081-0/+1
* danetool: ensure the temporary file is always removedNikos Mavrogiannopoulos2014-08-231-17/+29
* gnutls-cli/danetool: added a common check for hostname being an IPNikos Mavrogiannopoulos2014-08-131-1/+1
* danetool: obtain certificate only onceNikos Mavrogiannopoulos2014-08-091-87/+91
* danetool: supports SMTP starttlsNikos Mavrogiannopoulos2014-08-091-7/+20
* danetool: improvements in information presentationNikos Mavrogiannopoulos2014-08-091-18/+40
* danetool: if the certificate to verify against is not provide it try to obtai...Nikos Mavrogiannopoulos2014-08-081-2/+134
* danetool: added option to print the raw entries.Nikos Mavrogiannopoulos2014-07-221-0/+37
* tools: PIN callback will respect batch mode and will not ask for PIN.Nikos Mavrogiannopoulos2014-07-021-1/+1
* certtool: When an external file is used increase out maximum buffer accordingly.Nikos Mavrogiannopoulos2014-06-041-14/+15
* Added --ask-pass certtool option to allow asking for passwords even when in b...Nikos Mavrogiannopoulos2014-02-051-1/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-383/+398
* Added proper newlines to errors.Nikos Mavrogiannopoulos2013-10-291-17/+17
* Avoid using gnulib's error()Nikos Mavrogiannopoulos2013-09-021-21/+76
* included programs no longer depend on GPL/LGPLv3 elements of gnulib to preven...Nikos Mavrogiannopoulos2013-08-051-1/+0
* gnulib only contains lgplv2 modulesNikos Mavrogiannopoulos2013-08-051-2/+0
* print message on certificate verificationNikos Mavrogiannopoulos2013-05-111-0/+4
* updates in danetoolNikos Mavrogiannopoulos2013-03-071-4/+4
* Added verify flags for DANE to enforce verification and restrict it to a field.Nikos Mavrogiannopoulos2013-03-011-2/+13
* Added --insecure flag to danetool.Nikos Mavrogiannopoulos2013-01-181-0/+3
* Added options to specify a DLV file. Suggested by Paul Wouters.Nikos Mavrogiannopoulos2013-01-171-0/+7
* danetool is being built even without libgnutls-dane.Nikos Mavrogiannopoulos2012-11-211-4/+11
* tried to beautify output of danetoolNikos Mavrogiannopoulos2012-11-141-8/+10
* better printingNikos Mavrogiannopoulos2012-11-041-1/+2
* verify all possible entriesNikos Mavrogiannopoulos2012-11-041-41/+41
* separate entries.Nikos Mavrogiannopoulos2012-11-041-1/+1
* optimized printingNikos Mavrogiannopoulos2012-11-011-6/+7
* Added dane_verification_status_print() and danetool can verify a DANE entry.Nikos Mavrogiannopoulos2012-11-011-3/+51
* Added --check option to danetool.Nikos Mavrogiannopoulos2012-11-011-1/+63
* removed unused variables.Nikos Mavrogiannopoulos2012-10-281-22/+4
* correctly set the format of the certificateNikos Mavrogiannopoulos2012-10-131-0/+2
* Separated DANE functionality from certtool and added danetool.Nikos Mavrogiannopoulos2012-10-121-0/+288