summaryrefslogtreecommitdiff
path: root/src/cli.c
Commit message (Expand)AuthorAgeFilesLines
* Use new API.Simon Josefsson2007-11-141-3/+3
* Use new API.Simon Josefsson2007-11-141-1/+1
* Add warnings about messages used by Emacs tls.el.Simon Josefsson2007-11-051-0/+8
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Several changes to openpgp code:Nikos Mavrogiannopoulos2007-10-241-1/+1
* Added gnutls_set_default_priority2() and deprecated gnutls_set_default_priori...Nikos Mavrogiannopoulos2007-10-241-1/+1
* (no commit message)Nikos Mavrogiannopoulos2007-10-241-0/+1
* /dev/urandom is used now by default for key generation. The option --disable-...Nikos Mavrogiannopoulos2007-10-241-0/+2
* Remove TLS-authz.Simon Josefsson2007-10-171-104/+0
* removed references to trustdbNikos Mavrogiannopoulos2007-10-131-12/+1
* ** Added capability to set a callback after the client hello is receivedNikos Mavrogiannopoulos2007-10-081-1/+1
* Removed all the xml functions and stubs, as well as references in theNikos Mavrogiannopoulos2007-10-071-120/+122
* Fix crash.Simon Josefsson2007-09-201-2/+3
* Support Opaque PRF Input in gnutls-cli and gnutls-serv.Simon Josefsson2007-09-201-0/+5
* Use *_t types consistently.Simon Josefsson2007-08-131-18/+18
* On starttls EOF on stdin, clear EOF flag to make future reads work OK.Simon Josefsson2007-07-141-0/+1
* Don't crash if TLS handshake fails.Simon Josefsson2007-06-201-0/+1
* Respect ENABLE_AUTHZ.Simon Josefsson2007-04-101-0/+9
* Make -d work again after last change.Simon Josefsson2007-04-061-5/+3
* Init the library immediately (for print_list(), called by gaa_parser,Simon Josefsson2007-04-041-21/+20
* Fix.Simon Josefsson2007-03-051-4/+8
* Use default ciphers.Simon Josefsson2007-03-051-88/+25
* Let libgnutls remove SRP/PSK if not used.Simon Josefsson2007-03-051-49/+19
* Fix #include's.Simon Josefsson2007-02-221-1/+5
* Support gnutls-cli --authz-x509-attr-cert and --authz-saml-assertion.Simon Josefsson2007-02-221-0/+98
* Don't ask for PSK if we don't have credentials for it.Simon Josefsson2007-02-061-0/+17
* Don't try to negotiate SRP kx if we don't have SRP username/password.Simon Josefsson2007-02-061-1/+16
* Prefer PSK.Simon Josefsson2007-02-061-1/+2
* Modernize priorities.Simon Josefsson2007-02-061-15/+47
* Move _win_select to select.c.Simon Josefsson2006-08-141-256/+4
* Make select() work on Windows, copying code from plibc, seeSimon Josefsson2006-08-141-0/+258
* Fix --version to conform to FSF standards, to fix make distcheck.Simon Josefsson2006-08-061-3/+5
* Fix load of pgp_keyfile, reported by Mario Lenz.Simon Josefsson2006-07-101-2/+2
* replaced USE_OPENPGP ifdefs with ENABLE_OPENPGP.Nikos Mavrogiannopoulos2006-07-051-2/+2
* some changes for IPv6. Based on patch by Remi Denis-Courmont, sent to Debian ...Nikos Mavrogiannopoulos2006-05-071-142/+176
* Indent.Simon Josefsson2006-03-081-6/+7
* gnutls-cli can now recognize services and port numbers with the -p option.Nikos Mavrogiannopoulos2006-03-051-3/+9
* Don't infloop.Simon Josefsson2005-12-011-14/+7
* Check starttls_alarmed earlier, the signal might be sent before selectSimon Josefsson2005-12-011-22/+22
* Completed the DHE-PSK ciphersuite additions.Nikos Mavrogiannopoulos2005-11-161-2/+2
* fixed bug in session packing for anonymous connections.Nikos Mavrogiannopoulos2005-11-081-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-629/+744
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-071-4/+28
* added some more verbose messages to the client to report whether it sent any ...Nikos Mavrogiannopoulos2005-10-141-1/+5
* handle better EOF from stdin.Nikos Mavrogiannopoulos2005-10-021-0/+1
* Add --insecure.Simon Josefsson2005-09-231-4/+20
* Don't use mmap, patch from Martin Lambers <marlam@marlam.de>.Simon Josefsson2005-09-191-31/+28
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* more improvments to gnutls_x509_crt_list_import()Nikos Mavrogiannopoulos2005-03-291-3/+12
* improved gnutls_x509_crt_list_import().Nikos Mavrogiannopoulos2005-03-281-2/+2