Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gnutls-cli: added example usage of TCP fastopen | Tim Ruehsen | 2016-07-26 | 1 | -0/+6 |
| | | | | It is enabled with the new --fastopen option. | ||||
* | tools: document the starttls capability | Nikos Mavrogiannopoulos | 2016-04-19 | 1 | -0/+7 |
| | |||||
* | tools: added xmpp into the starttls-proto options | Nikos Mavrogiannopoulos | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | tools: added ldap into the starttls-proto options | Nikos Mavrogiannopoulos | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | gnutls-cli: doc update | Nikos Mavrogiannopoulos | 2015-07-09 | 1 | -2/+2 |
| | |||||
* | gnutls-cli: when a certificate is specified require the corresponding ↵ | Nikos Mavrogiannopoulos | 2015-04-20 | 1 | -0/+2 |
| | | | | private key | ||||
* | doc update | Nikos Mavrogiannopoulos | 2015-04-08 | 1 | -5/+6 |
| | |||||
* | gnutls-cli: document the method to override the detected ciphers | Nikos Mavrogiannopoulos | 2015-04-07 | 1 | -2/+2 |
| | |||||
* | tools: added ftp as a starttls protocol | Nikos Mavrogiannopoulos | 2015-03-09 | 1 | -1/+1 |
| | |||||
* | gnutls-cli: starttls and starttls-proto can't mix | Nikos Mavrogiannopoulos | 2015-03-09 | 1 | -0/+1 |
| | |||||
* | gnutls-cli: added --save-cert option | Nikos Mavrogiannopoulos | 2015-02-06 | 1 | -0/+7 |
| | |||||
* | simplified text for inline-commands-prefix | Nikos Mavrogiannopoulos | 2015-01-13 | 1 | -3/+2 |
| | |||||
* | gnutls-cli: added --starttls-proto option | Nikos Mavrogiannopoulos | 2015-01-12 | 1 | -0/+12 |
| | |||||
* | gnutls-cli: added option to save the OCSP response | Nikos Mavrogiannopoulos | 2014-11-13 | 1 | -0/+7 |
| | |||||
* | gnutls-cli: prevent the combination of the -p and --list options | Nikos Mavrogiannopoulos | 2014-10-17 | 1 | -0/+1 |
| | | | | As -p may be mistaken for --priority that would prevent wrong outputs. | ||||
* | gnutls-cli: added option --priority-list | Nikos Mavrogiannopoulos | 2014-10-16 | 1 | -0/+6 |
| | |||||
* | gnutls-cli: added --fips140-mode command line option | Nikos Mavrogiannopoulos | 2014-08-14 | 1 | -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 Mavrogiannopoulos | 2014-05-27 | 1 | -6/+0 |
| | | | | It could not be emulated with the new library. | ||||
* | Both DANE and PKI verification are advisory when --tofu is being used. | Nikos Mavrogiannopoulos | 2014-04-18 | 1 | -1/+4 |
| | |||||
* | doc update | Nikos Mavrogiannopoulos | 2014-04-17 | 1 | -1/+1 |
| | |||||
* | Updated TOFU documentation. Suggested by Jens Lechtenboerger. | Nikos Mavrogiannopoulos | 2014-04-17 | 1 | -1/+1 |
| | |||||
* | Added the PFS priority string. | Nikos Mavrogiannopoulos | 2014-04-14 | 1 | -2/+2 |
| | |||||
* | Allow using the --provider parameter in gnutls-cli and certtool to specify a ↵ | Nikos Mavrogiannopoulos | 2014-04-05 | 1 | -0/+9 |
| | | | | PKCS #11 module. | ||||
* | NEW_PADDING has been removed. | Nikos Mavrogiannopoulos | 2014-03-05 | 1 | -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 defaults | Nikos Mavrogiannopoulos | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | New option --stricttofu for gnutls-cli | Jens Lechtenboerger | 2014-02-23 | 1 | -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 update | Nikos Mavrogiannopoulos | 2013-11-10 | 1 | -0/+31 |
| | |||||
* | argument descriptions should not end in a dot | Daniel Kahn Gillmor | 2013-11-05 | 1 | -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 update | Nikos Mavrogiannopoulos | 2013-10-04 | 1 | -1/+1 |
| | |||||
* | support inline command infrastructure in gnutls-cli | Raj Raman | 2013-10-04 | 1 | -0/+13 |
| | | | | Signed-off-by: Raj Raman <rajramanca@gmail.com> | ||||
* | Improved ALPN support in gnutls-cli | Nikos Mavrogiannopoulos | 2013-05-05 | 1 | -40/+42 |
| | |||||
* | Added --alpn option to cli | Nikos Mavrogiannopoulos | 2013-05-05 | 1 | -0/+7 |
| | |||||
* | Applied disable SNI patch from Daniel. | Nikos Mavrogiannopoulos | 2013-02-01 | 1 | -0/+6 |
| | |||||
* | Updated ranges patch. | Nikos Mavrogiannopoulos | 2013-01-23 | 1 | -2/+2 |
| | |||||
* | GnuTLS Length Hiding patch. | Alfredo Pironti | 2013-01-23 | 1 | -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 Mavrogiannopoulos | 2012-11-09 | 1 | -8/+0 |
| | | | | response in the handshake was invalid. | ||||
* | Support SRTP profile negotiation in the client and server tools | Martin Storsjo | 2012-11-01 | 1 | -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 Mavrogiannopoulos | 2012-10-13 | 1 | -0/+9 |
| | |||||
* | disable default extensions on --disable-extensions. | Nikos Mavrogiannopoulos | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | Added command-line option to disable CA verification. | Nikos Mavrogiannopoulos | 2012-10-07 | 1 | -0/+8 |
| | |||||
* | Added a DANE library. | Nikos Mavrogiannopoulos | 2012-10-06 | 1 | -0/+10 |
| | |||||
* | gnutls_certificate_verify_peers2() checks ocsp status response if available. | Nikos Mavrogiannopoulos | 2012-10-04 | 1 | -0/+2 |
| | |||||
* | The OCSP response file is now set on the credentials and other additions. | Nikos Mavrogiannopoulos | 2012-09-30 | 1 | -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 Josefsson | 2012-09-28 | 1 | -0/+6 |
| | |||||
* | Added Heartbeat extension support. | Olga | 2012-08-30 | 1 | -0/+7 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
* | Options --benchmark-tls was split to --benchmark-tls-kx | Nikos Mavrogiannopoulos | 2012-06-06 | 1 | -2/+8 |
| | |||||
* | Added the --dh-bits option to gnutls-cli. | Nikos Mavrogiannopoulos | 2012-05-23 | 1 | -0/+7 |
| | |||||
* | doc updates | Nikos Mavrogiannopoulos | 2012-02-26 | 1 | -6/+6 |
| | |||||
* | Optimizations in command line argument handling. Patch by Bruce Korb. | Nikos Mavrogiannopoulos | 2012-02-19 | 1 | -34/+2 |
| | |||||
* | documentation update | Nikos Mavrogiannopoulos | 2012-02-10 | 1 | -3/+3 |
| |