summaryrefslogtreecommitdiff
path: root/src/cli.c
Commit message (Expand)AuthorAgeFilesLines
* unload_file was modified to accept a pointer.Nikos Mavrogiannopoulos2011-08-131-6/+6
* Update gnulib files. Fix syntax-check usage.Simon Josefsson2011-08-031-3/+1
* Fix up compiler warnings.Stef Walter2011-06-091-2/+1
* The attached patch ports gnutls to p11-kit.Stef Walter2011-06-071-0/+9
* gnutls-cli: Fix uninitialized variable when PKCS#11 uris in use.Stef Walter2011-06-071-1/+1
* corrected debugging.Nikos Mavrogiannopoulos2011-05-201-1/+1
* Added gnutls_global_set_audit_log_function() that allows associating TLS sess...Nikos Mavrogiannopoulos2011-05-071-3/+3
* Added gnutls_certificate_set_retrieve_function2() to replaceNikos Mavrogiannopoulos2011-04-211-132/+112
* Do not rely on lowat being set.Nikos Mavrogiannopoulos2011-04-121-18/+47
* Define variables within the intended scope (not windows). Based on patch by LRN.Nikos Mavrogiannopoulos2011-04-101-0/+2
* properly null terminate string.Nikos Mavrogiannopoulos2011-04-071-0/+1
* initialize session_id_size.Nikos Mavrogiannopoulos2011-04-061-1/+1
* The processed messages go to stdout.Nikos Mavrogiannopoulos2011-03-231-3/+3
* define variable locallyNikos Mavrogiannopoulos2011-03-201-2/+1
* use IP_DONTFRAG if it is defined.Nikos Mavrogiannopoulos2011-03-201-1/+3
* Avoided waiting for peer's retransmission to ensure receipt of finished messa...Nikos Mavrogiannopoulos2011-03-201-0/+11
* gnutls_init_dtls() was made redundant. The same for gnutls_end_connection_t w...Nikos Mavrogiannopoulos2011-03-121-1/+1
* Added --mtu option.Nikos Mavrogiannopoulos2011-03-111-2/+8
* gnutls-cli shouldn't print errors on EAGAIN and INTERRUPTED.Nikos Mavrogiannopoulos2011-02-201-1/+1
* Allow setting the DTLS timeouts explicitly.Nikos Mavrogiannopoulos2011-02-191-0/+1
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-4/+4
* Add DTLS support to command-line client.Jonathan Bastien-Filiatrault2011-02-171-3/+7
* removed more deprecated stuff.Nikos Mavrogiannopoulos2011-02-101-20/+0
* set the psk callback only if username/key were not supplied at command line.Nikos Mavrogiannopoulos2011-02-091-1/+2
* Removed deprecated option such as --protocols, ciphers etc.Nikos Mavrogiannopoulos2011-02-071-7/+0
* removed old commentNikos Mavrogiannopoulos2011-02-061-7/+0
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-484/+484
* Indent code.Simon Josefsson2010-12-061-7/+7
* Reverted default behavior for verification and introduced GNUTLS_VERIFY_DO_NO...Nikos Mavrogiannopoulos2010-11-261-2/+1
* Deprecate the netconf password and use a key only.Nikos Mavrogiannopoulos2010-11-191-5/+18
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-44/+50
* fflush stdout and stderr before the call to setbuf. This fixes issue in solar...Nikos Mavrogiannopoulos2010-09-231-0/+3
* Allow flags when importing objects from PKCS11 URLs. The only flag supportedNikos Mavrogiannopoulos2010-06-281-1/+5
* Added option to the PKCS11 PIN callback to save PIN if the token is being usedNikos Mavrogiannopoulos2010-06-171-0/+10
* gnutls-cli: Make --starttls work again.Simon Josefsson2010-06-151-1/+1
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-7/+2
* Corrected certificate callback.Nikos Mavrogiannopoulos2010-06-031-35/+34
* Simplified internal API. The only question that remains now is how to handleNikos Mavrogiannopoulos2010-06-031-2/+2
* Added support for libnettle backend. This uses gmp for big number operations.Nikos Mavrogiannopoulos2010-06-031-19/+0
* The gnutls-cli --x509cafile can now be a PKCS #11 URL. It can read gnome-keyr...Nikos Mavrogiannopoulos2010-06-031-0/+1
* Only send termination request to avoid stalling on servers that do not reply.Nikos Mavrogiannopoulos2010-06-031-1/+1
* Added gnutls_pkcs11_privkey_t and gnutls_privkey_t types. Those areNikos Mavrogiannopoulos2010-06-031-62/+133
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-4/+4
* Indent code.Simon Josefsson2010-04-141-6/+7
* Added gnutls_certificate_set_verify_function() to allow checking (verifying)Nikos Mavrogiannopoulos2010-03-171-13/+18
* On handshake error send appropriate alert and terminate stream.Nikos Mavrogiannopoulos2010-02-271-0/+5
* Fix license.Simon Josefsson2010-01-271-2/+2
* gnutls-cli: Handle reading binary data from server.Simon Josefsson2010-01-271-4/+8
* Added the --rehandshake option to gnutls-cli to allow connection and immediat...Nikos Mavrogiannopoulos2010-01-211-1/+19
* Removed rehandshake initiation capability from client and transferred itNikos Mavrogiannopoulos2010-01-211-11/+0