summaryrefslogtreecommitdiff
path: root/src/cli.c
Commit message (Expand)AuthorAgeFilesLines
* GNUTLS_E_NO_PRIORITIES_WERE_SET is also returned by gnutls_priority_set_*Nikos Mavrogiannopoulos2012-01-181-2/+5
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* gnutls-cli can now read input from win32.Nikos Mavrogiannopoulos2011-12-301-3/+17
* Set don't fragment bit in Linux as well as in BSD variants.Nikos Mavrogiannopoulos2011-12-281-6/+9
* Simplify static library renaming hack.Simon Josefsson2011-11-091-1/+1
* read_file() and friends are accessed as gl_read_file().Nikos Mavrogiannopoulos2011-11-011-1/+1
* w32socket changes.Nikos Mavrogiannopoulos2011-10-261-1/+5
* Fix type of keyid (finally!).Simon Josefsson2011-10-101-1/+1
* Use gnutls_openpgp_keyid_t type for keyid variable.Simon Josefsson2011-10-101-1/+1
* Include stdint.h to get uint8_t.Simon Josefsson2011-10-101-0/+1
* Revert "avoid usage of C99 constructs."Simon Josefsson2011-10-101-1/+1
* avoid usage of C99 constructs.Nikos Mavrogiannopoulos2011-10-081-1/+1
* Compilation fixes when pkcs11 is not enabled.Nikos Mavrogiannopoulos2011-09-201-0/+2
* 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