summaryrefslogtreecommitdiff
path: root/src/cli.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gnutls-cli: corrected usage of gnutls_session_get_data()Nikos Mavrogiannopoulos2016-03-211-13/+19
* gnutls-cli: fix invalid initialization in cert_verify_ocsp()Nikos Mavrogiannopoulos2016-03-111-1/+1
* gnutls-cli: fail if gnutls is not compiled with DANE support and --dane is pr...Nikos Mavrogiannopoulos2016-02-291-5/+6
* tools: when the starttls-proto is specified automatically detect the port if ...Nikos Mavrogiannopoulos2015-10-161-1/+4
* gnutls-cli: Fixed Possible Memory LeakSaurav Babu2015-06-181-0/+1
* gnutls-cli: when no certificate is sent, notify the userNikos Mavrogiannopoulos2015-04-201-1/+1
* gnutls-cli: added --save-cert optionNikos Mavrogiannopoulos2015-02-061-0/+41
* handle differently OCSP responses that are revoked and of unknown statusNikos Mavrogiannopoulos2015-02-041-1/+6
* don't be so verbose about the OCSP nonce; it is universally unsupportedNikos Mavrogiannopoulos2015-01-191-1/+1
* OCSP check the whole cert chainTim Ruehsen2015-01-191-55/+65
* gnutls-cli: added --starttls-proto optionNikos Mavrogiannopoulos2015-01-121-0/+6
* gnutls_priority_string_list: allow printing the special keywords as well.Nikos Mavrogiannopoulos2014-11-211-2/+25
* Fixed SRTP profile configuration in cli.c and serv.c.David Weber2014-11-141-12/+16
* gnutls-cli: allow printing the certificates in OCSP responses when --print-ce...Nikos Mavrogiannopoulos2014-11-141-2/+6
* gnutls-cli: print the OCSP response in verbose modeNikos Mavrogiannopoulos2014-11-131-5/+34
* gnutls-cli: added option to save the OCSP responseNikos Mavrogiannopoulos2014-11-131-0/+20
* gnutls-cli: added option --priority-listNikos Mavrogiannopoulos2014-10-161-0/+23