summaryrefslogtreecommitdiff
path: root/src/cli.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed compilation warningsNikos Mavrogiannopoulos2014-09-251-12/+12
* gnutls-cli: added --fips140-mode command line optionNikos Mavrogiannopoulos2014-08-141-0/+10
* gnutls-cli/danetool: added a common check for hostname being an IPNikos Mavrogiannopoulos2014-08-131-1/+1
* danetool: if the certificate to verify against is not provide it try to obtai...Nikos Mavrogiannopoulos2014-08-081-47/+5
* gnutls-cli: Do not try to load the system CA trust if --insecure is specified.Nikos Mavrogiannopoulos2014-06-171-1/+5
* gnutls-cli's benchmark-soft-ciphers is no more.Nikos Mavrogiannopoulos2014-05-271-6/+1
* gnutls-cli: if dane verification is used but not PKIX only check the end cert...Nikos Mavrogiannopoulos2014-05-131-1/+7
* Do not set "NORMAL" as default priority string.Nikos Mavrogiannopoulos2014-05-051-3/+0
* only fail DANE verification if status is non-zeroNikos Mavrogiannopoulos2014-04-281-1/+1
* gnutls-cli will no longer allow the session to proceed if DANE verification f...Nikos Mavrogiannopoulos2014-04-191-4/+5
* Both DANE and PKI verification are advisory when --tofu is being used.Nikos Mavrogiannopoulos2014-04-181-40/+44
* documentation update.Nikos Mavrogiannopoulos2014-04-171-2/+2
* Do not print certificates twice.Nikos Mavrogiannopoulos2014-04-171-2/+0
* Replaced gnutls_certificate_verify_peers3() with the extendable gnutls_certif...Nikos Mavrogiannopoulos2014-04-091-1/+1