summaryrefslogtreecommitdiff
path: root/src/cli.c
Commit message (Expand)AuthorAgeFilesLines
* src/cli: adds new option '--ca-auto-retrieve' that can be used with gnutls-cl...Sahana Prasad2020-09-021-4/+192
* gnulib: update git submoduleDaiki Ueno2020-05-291-1/+1
* gnutls-cli: Add option to wait for resumption dataAnderson Toshiyuki Sasaki2020-05-071-6/+15
* gnutls-cli: Add option to store all stapled OCSP responsesFiona Klute2020-02-081-15/+81
* gnutls-cli: Log all stapled OCSP responses when running with --verboseFiona Klute2020-01-111-6/+15
* cli: support building with OCSP and ANON disabledDmitry Eremin-Solenikov2019-12-291-3/+27
* Write OCSP status request debug information to logfile, if setFiona Klute2019-12-011-1/+1
* Send log messages about loading client credentials to logfile, if setFiona Klute2019-12-011-2/+2
* Implemented raw public key support for gnutls-cli application.Tom Vrancken2019-10-041-51/+121
* serv, cli: add --keymatexport optionDaiki Ueno2019-04-191-0/+5
* gnutls-cli: Add option "--logfile" to redirect information message outputKe Zhao2019-03-161-46/+60
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Merge branch 'tmp-0rtt' into 'master'Daiki Ueno2018-11-121-3/+18
|\
| * cli: add --earlydata optionDaiki Ueno2018-11-121-3/+18
* | gnutls-cli: use assert to mark impossible pathtmp-f29Nikos Mavrogiannopoulos2018-11-101-0/+3
|/
* gnutls-cli: do not print errors twiceNikos Mavrogiannopoulos2018-10-251-2/+2
* gnutls-cli: enable CRL validation on startupNikos Mavrogiannopoulos2018-09-211-3/+11
* gnutls-cli: corrected input buffer null-terminationtmp-cli-buffer-termNikos Mavrogiannopoulos2018-08-021-1/+0
* Remove trailing dot from hostname inputTim Rühsen2018-07-221-4/+7
* gnutls-cli: wait for all server data prior to closing connectionNikos Mavrogiannopoulos2018-06-271-54/+30
* gnutls-cli: introduce the rekey1 inline commandNikos Mavrogiannopoulos2018-06-201-4/+6
* Fix gcc 8 warningsTim Rühsen2018-06-141-3/+9
* gnutls-cli: enhanced tool for TLS1.3 optionsNikos Mavrogiannopoulos2018-05-041-16/+53
* gnutls-cli: added option to specify the verification hostnameNikos Mavrogiannopoulos2018-04-291-8/+14
* gnutls-cli: do not ask any questions with --strict-tofuŁukasz Stelmach2018-03-011-6/+9
* gnutls-cli: always initialize the inline commands structtmp-enhance-static-analyzerNikos Mavrogiannopoulos2017-09-241-1/+1
* gnutls-cli: fix memory leakNikos Mavrogiannopoulos2017-09-241-1/+4
* gnutls-cli: eliminate few memory leaksNikos Mavrogiannopoulos2017-09-231-4/+9
* gnutls-cli: introduced options to save client and server tracesNikos Mavrogiannopoulos2017-08-031-2/+15
* gnutls-cli: added option to allow verification with broken algorithmsNikos Mavrogiannopoulos2017-07-131-0/+7
* gnutls-cli: save OCSP response at the time certificate is savedNikos Mavrogiannopoulos2017-06-291-8/+17
* gnutls-cli: be less verbose in OCSP error messagestmp-ocsptool-updatesNikos Mavrogiannopoulos2017-06-201-1/+2
* tools: removed options for openpgp supportNikos Mavrogiannopoulos2017-06-161-156/+1
* gnutls-cli: introduced --sni-hostname optionNikos Mavrogiannopoulos2017-05-101-1/+4
* gnutls-cli: fixed minor coverity identified issuesNikos Mavrogiannopoulos2017-04-061-7/+29
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-15/+15
* gnutls-cli: use gnutls_set_default_priority if no priorities are givenNikos Mavrogiannopoulos2016-09-091-8/+17
* tools: eliminated memory leaks in deinitializationNikos Mavrogiannopoulos2016-08-261-1/+1
* tools: allow socket_bye() to be used for non-polite terminationsNikos Mavrogiannopoulos2016-08-261-3/+3
* gnutls-cli: do not exit if fast open is not supportedstarttls-fixNikos Mavrogiannopoulos2016-08-221-2/+1
* gnutls-cli: fixed the behavior when --starttls or --starttls-proto is givenNikos Mavrogiannopoulos2016-08-221-5/+11
* gnutls-cli: print 'Handshake was completed'Nikos Mavrogiannopoulos2016-08-221-0/+2
* gnutls_transport_set_fastopen: added flags optionstcp-fast-openNikos Mavrogiannopoulos2016-08-081-1/+1
* tools: TLS handling has been incorporated into socket_open()Nikos Mavrogiannopoulos2016-07-261-41/+17
* gnutls-cli: added example usage of TCP fastopenTim Ruehsen2016-07-261-4/+27
* gnutls-cli: --save-ocsp will work even if verification failsNikos Mavrogiannopoulos2016-06-021-0/+1
* tools: allow specifying a hostname with a port attachedNikos Mavrogiannopoulos2016-05-301-2/+6
* gnutls-cli: allow operation with stdin inputNikos Mavrogiannopoulos2016-05-191-3/+33
* gnutls-cli: corrected check for OCSP verification successNikos Mavrogiannopoulos2016-05-171-1/+1
* tools: avoid relying on static buffers for service nameNikos Mavrogiannopoulos2016-04-181-4/+4