summaryrefslogtreecommitdiff
path: root/src/cli.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-260/+217
* changes to keep backward compatibilitypeonix2023-03-281-0/+3
* Modifier GNUTLS_NO_EXTENSIONS renamed to GNUTLS_NO_DEFAULT_EXTENSIONSpeonix2023-03-281-1/+1
* Indent codeZoltan Fridrich2023-01-271-208/+236
* srp: provide stubs of public functions even if SRP is disabledDaiki Ueno2022-12-161-0/+2
* Report system config file location via gnutls-cliZoltan Fridrich2022-09-121-0/+1
* cli, serv: allow multiple --compress-cert optionsDaiki Ueno2022-03-151-1/+3
* Add compress_certificate extension (RFC8879)Zoltan Fridrich2022-03-011-0/+6
* cli: add --list-config optionDaiki Ueno2022-01-171-0/+9
* src: generate option handling code from JSONDaiki Ueno2022-01-141-1/+1
* x509: rework issuer callbackDaiki Ueno2020-11-191-9/+8
* 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