summaryrefslogtreecommitdiff
path: root/src/cli.c
Commit message (Expand)AuthorAgeFilesLines
* Backported from gnutls3.x the removal of the strict check on signature algori...Nikos Mavrogiannopoulos2016-08-091-38/+1
* avoid using C99 constructs.Nikos Mavrogiannopoulos2011-10-081-1/+1
* Fix up compiler warnings.Stef Walter2011-08-011-2/+1
* The attached patch ports gnutls to p11-kit.Stef Walter2011-08-011-0/+8
* gnutls-cli: Fix uninitialized variable when PKCS#11 uris in use.Stef Walter2011-08-011-1/+1
* removed keyid_t types.Nikos Mavrogiannopoulos2011-04-201-1/+1
* 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-081-0/+1
* initialize session_id_size.Nikos Mavrogiannopoulos2011-04-081-1/+1
* Removed deprecated option such as --protocols, ciphers etc.Nikos Mavrogiannopoulos2011-02-101-27/+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
* Added safe renegotiation patch from Steve Dispensa, modified to suit gnutlsNikos Mavrogiannopoulos2010-01-111-0/+11
* Indent code.Simon Josefsson2009-11-051-34/+38
* Fix API name change.Simon Josefsson2009-11-051-1/+1
* do not use gnutls_x509_crt_get_signature_algorithm() on null certificates.Nikos Mavrogiannopoulos2009-11-011-26/+29
* Final touch on signature algorithms in TLS 1.2 support. Added function gnutls...Nikos Mavrogiannopoulos2009-11-011-0/+36
* Make sure we use libgcrypt correctly.Simon Josefsson2009-10-161-0/+3
* session ticket supportDaiki Ueno2009-08-191-0/+5
* Pass proper socket to libgnutls on Windows.Simon Josefsson2009-04-211-1/+4
* Use more gnulib interfaces.Simon Josefsson2009-02-111-25/+10
* gnutls-cli: Don't permit V1 CAs by default.Simon Josefsson2009-02-111-5/+0
* Fix warnings.Simon Josefsson2009-01-071-3/+1
* return non zero error code on error conditions.Nikos Mavrogiannopoulos2008-11-211-4/+5
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnutlsNikos Mavrogiannopoulos2008-11-211-1/+3
|\
| * Use more warnings. Fix many warnings.Simon Josefsson2008-11-171-1/+3
* | Corrected bug which caused a rehandshake request to be ignored by gnutls-cli....Nikos Mavrogiannopoulos2008-11-211-1/+1
|/