summaryrefslogtreecommitdiff
path: root/src/cli-args.def
Commit message (Collapse)AuthorAgeFilesLines
* gnutls-cli: added example usage of TCP fastopenTim Ruehsen2016-07-261-0/+6
| | | | It is enabled with the new --fastopen option.
* tools: document the starttls capabilityNikos Mavrogiannopoulos2016-04-191-0/+7
|
* tools: added xmpp into the starttls-proto optionsNikos Mavrogiannopoulos2015-09-181-1/+1
|
* tools: added ldap into the starttls-proto optionsNikos Mavrogiannopoulos2015-09-181-1/+1
|
* gnutls-cli: doc updateNikos Mavrogiannopoulos2015-07-091-2/+2
|
* gnutls-cli: when a certificate is specified require the corresponding ↵Nikos Mavrogiannopoulos2015-04-201-0/+2
| | | | private key
* doc updateNikos Mavrogiannopoulos2015-04-081-5/+6
|
* gnutls-cli: document the method to override the detected ciphersNikos Mavrogiannopoulos2015-04-071-2/+2
|
* tools: added ftp as a starttls protocolNikos Mavrogiannopoulos2015-03-091-1/+1
|
* gnutls-cli: starttls and starttls-proto can't mixNikos Mavrogiannopoulos2015-03-091-0/+1
|
* gnutls-cli: added --save-cert optionNikos Mavrogiannopoulos2015-02-061-0/+7
|
* simplified text for inline-commands-prefixNikos Mavrogiannopoulos2015-01-131-3/+2
|
* gnutls-cli: added --starttls-proto optionNikos Mavrogiannopoulos2015-01-121-0/+12
|
* gnutls-cli: added option to save the OCSP responseNikos Mavrogiannopoulos2014-11-131-0/+7
|
* gnutls-cli: prevent the combination of the -p and --list optionsNikos Mavrogiannopoulos2014-10-171-0/+1
| | | | As -p may be mistaken for --priority that would prevent wrong outputs.
* gnutls-cli: added option --priority-listNikos Mavrogiannopoulos2014-10-161-0/+6
|
* gnutls-cli: added --fips140-mode command line optionNikos Mavrogiannopoulos2014-08-141-1/+6
| | | | That option will report the status of the FIPS140-2 mode in the library.
* gnutls-cli's benchmark-soft-ciphers is no more.Nikos Mavrogiannopoulos2014-05-271-6/+0
| | | | It could not be emulated with the new library.
* Both DANE and PKI verification are advisory when --tofu is being used.Nikos Mavrogiannopoulos2014-04-181-1/+4
|
* doc updateNikos Mavrogiannopoulos2014-04-171-1/+1
|
* Updated TOFU documentation. Suggested by Jens Lechtenboerger.Nikos Mavrogiannopoulos2014-04-171-1/+1
|
* Added the PFS priority string.Nikos Mavrogiannopoulos2014-04-141-2/+2
|
* Allow using the --provider parameter in gnutls-cli and certtool to specify a ↵Nikos Mavrogiannopoulos2014-04-051-0/+9
| | | | PKCS #11 module.
* NEW_PADDING has been removed.Nikos Mavrogiannopoulos2014-03-051-1/+1
| | | | | | | This extension did not get accepted by IETF so it is now being removed. The gnutls_range API is kept in case length hiding is implemented in a different way at some point.
* documented the defaultsNikos Mavrogiannopoulos2014-02-281-1/+1
|
* New option --stricttofu for gnutls-cliJens Lechtenboerger2014-02-231-1/+8
| | | | | | | | | | | | | | With option --tofu, gnutls-cli waits with a yes-no-question upon certificate changes. I added the option --stricttofu that omits the question and fails instead. The contribution is in accordance to the "Developer's Certificate of Origin" as found in the file doc/DCO.txt. Best wishes Jens Signed-off-by: Jens Lechtenbörger <jens.lechtenboerger@fsfe.org>
* doc updateNikos Mavrogiannopoulos2013-11-101-0/+31
|
* argument descriptions should not end in a dotDaniel Kahn Gillmor2013-11-051-2/+2
| | | | | | | | | | | | | | When the descrip value for an argument ends in a dot, the rendered documentation places two dots (for example "specify a password file.." in srptool(1)). Most of the descriptions are declared properly (without a trailing dot), but this patch should clean up the rest. After this commit, any auto-generated documentation that is committed to git will probably will also need to be refreshed (or removed from git entirely and generated from the definitions during build, which might be cleaner).
* doc updateNikos Mavrogiannopoulos2013-10-041-1/+1
|
* support inline command infrastructure in gnutls-cliRaj Raman2013-10-041-0/+13
| | | | Signed-off-by: Raj Raman <rajramanca@gmail.com>
* Improved ALPN support in gnutls-cliNikos Mavrogiannopoulos2013-05-051-40/+42
|
* Added --alpn option to cliNikos Mavrogiannopoulos2013-05-051-0/+7
|
* Applied disable SNI patch from Daniel.Nikos Mavrogiannopoulos2013-02-011-0/+6
|
* Updated ranges patch.Nikos Mavrogiannopoulos2013-01-231-2/+2
|
* GnuTLS Length Hiding patch.Alfredo Pironti2013-01-231-0/+6
| | | | | | | | | | - Remove random padding; use minimal padding with legacy interface - With new interface, use LH when possible, that is in CBC mode or with the new padding extension - Rename priority to "NEW_PADDING" - gnutls-cli: add command line switch --ranges using LH when possible. - Update documentation Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* The status-request option was eliminated. Check OCSP only when the status ↵Nikos Mavrogiannopoulos2012-11-091-8/+0
| | | | response in the handshake was invalid.
* Support SRTP profile negotiation in the client and server toolsMartin Storsjo2012-11-011-0/+7
| | | | | | | The cli/serv-args files haven't been regenerated in the patch, to avoid the extra stray changes due to differing autogen versions. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Added --local-dns option to gnutls-cli.Nikos Mavrogiannopoulos2012-10-131-0/+9
|
* disable default extensions on --disable-extensions.Nikos Mavrogiannopoulos2012-10-131-1/+1
|
* Added command-line option to disable CA verification.Nikos Mavrogiannopoulos2012-10-071-0/+8
|
* Added a DANE library.Nikos Mavrogiannopoulos2012-10-061-0/+10
|
* gnutls_certificate_verify_peers2() checks ocsp status response if available.Nikos Mavrogiannopoulos2012-10-041-0/+2
|
* The OCSP response file is now set on the credentials and other additions.Nikos Mavrogiannopoulos2012-09-301-2/+2
| | | | | | | Changed OCSP function prototypes for almost all status_request functions to move the response file and callback to the certificate credentials structure. Added gnutls_ocsp_resp_check_crt() to check whether a response corresponds to a given certificate.
* Implement status_request OCSP extension.Simon Josefsson2012-09-281-0/+6
|
* Added Heartbeat extension support.Olga2012-08-301-0/+7
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Options --benchmark-tls was split to --benchmark-tls-kxNikos Mavrogiannopoulos2012-06-061-2/+8
|
* Added the --dh-bits option to gnutls-cli.Nikos Mavrogiannopoulos2012-05-231-0/+7
|
* doc updatesNikos Mavrogiannopoulos2012-02-261-6/+6
|
* Optimizations in command line argument handling. Patch by Bruce Korb.Nikos Mavrogiannopoulos2012-02-191-34/+2
|
* documentation updateNikos Mavrogiannopoulos2012-02-101-3/+3
|