summaryrefslogtreecommitdiff
path: root/src/cli.c
Commit message (Expand)AuthorAgeFilesLines
* resolve port only when needed to.Nikos Mavrogiannopoulos2012-02-101-2/+2
* ENABLE_PKI is no moreNikos Mavrogiannopoulos2012-02-101-2/+0
* gnutls_verify_stored_pubkey() and gnutls_store_pubkey() allow for alternative...Nikos Mavrogiannopoulos2012-02-101-5/+5
* use getservbyport() to obtain the service name.Nikos Mavrogiannopoulos2012-02-101-3/+31
* use updated apiNikos Mavrogiannopoulos2012-02-101-3/+3
* added print_cert_info_compact().Nikos Mavrogiannopoulos2012-01-301-2/+2
* cleanup a bit the printing information stuff.Nikos Mavrogiannopoulos2012-01-291-7/+12
* gnutls-cli will try to verify ocsp responses if --ocsp is given.Nikos Mavrogiannopoulos2012-01-281-1/+85
* Do not store a key when it already exists.Nikos Mavrogiannopoulos2012-01-281-3/+4
* ssh flag is has the option to be disabled/enabled.Nikos Mavrogiannopoulos2012-01-281-1/+1
* Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().Nikos Mavrogiannopoulos2012-01-281-6/+82
* Added --ask option to ocsptool.Nikos Mavrogiannopoulos2012-01-261-192/+8
* Do not print the same things twice.Nikos Mavrogiannopoulos2012-01-241-3/+0
* corrected command line parsing issues.Nikos Mavrogiannopoulos2012-01-221-24/+36
* gnutls-cli, gnutls-cli-debug and srptool use libopts.Nikos Mavrogiannopoulos2012-01-211-70/+106
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-5/+6
* 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