summaryrefslogtreecommitdiff
path: root/src/cli.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Need more gnulib modules.Simon Josefsson2008-10-301-4/+4
* Need more gnulib modules.Simon Josefsson2008-10-301-6/+0
* Indent.Simon Josefsson2008-10-081-1/+1
* Initialize libgnutls-extra too.Simon Josefsson2008-09-211-0/+6
* Fix libextra build. Make gnutls-cli work in libgcrypt FIPS mode.Simon Josefsson2008-09-211-0/+10
* Use gnulib for --version.Simon Josefsson2008-09-011-7/+13
* Fix warnings.Simon Josefsson2008-08-291-1/+1
* Indent code.Simon Josefsson2008-07-021-55/+58
* Fix warning regarding undeclared getpass replacement.Simon Josefsson2008-06-181-0/+1
* Fix warning.Simon Josefsson2008-06-181-1/+2
* Merge branch 'gnutls_with_netconf'Simon Josefsson2008-06-041-7/+86
|\
| * Allow --pskusername to be specified to avoid query in PSK callback.Simon Josefsson2008-06-041-16/+22
| * gnutls-cli: Implement PSK callback.Simon Josefsson2008-06-041-7/+80
| * Fix so that PSK authentication works.Simon Josefsson2008-05-151-1/+1
* | Fix so that PSK authentication works.Simon Josefsson2008-05-151-1/+1
* | Merge branch 'master' of ssh://jas@git.sv.gnu.org/srv/git/gnutlsSimon Josefsson2008-04-291-2/+2
|\ \
| * | gnutls-cli will exit once a certificate that doesn't have theNikos Mavrogiannopoulos2008-04-281-2/+2
* | | Avoid another duplicate call to socket_bye() which can cause a crash.Simon Josefsson2008-04-281-1/+0
|/ /