summaryrefslogtreecommitdiff
path: root/doc/cha-programs.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-12 19:10:37 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-12 19:10:37 +0100
commitd8f9b98c129223b3b6d04483dba62c6afe9c92f0 (patch)
tree816c233f7fd19d64140af81e300275e82ae0ec48 /doc/cha-programs.texi
parent88ee54096697f4efabdbd96fcda32397d4ab34e7 (diff)
downloadgnutls-d8f9b98c129223b3b6d04483dba62c6afe9c92f0.tar.gz
Documented ways to list the enabled ciphersuites.
Diffstat (limited to 'doc/cha-programs.texi')
-rw-r--r--doc/cha-programs.texi15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/cha-programs.texi b/doc/cha-programs.texi
index ece704998c..fdfad669bf 100644
--- a/doc/cha-programs.texi
+++ b/doc/cha-programs.texi
@@ -101,6 +101,21 @@ By keeping the @code{--pskusername} parameter and removing the
@code{--pskkey} parameter, it will query only for the password during
the handshake.
+@subheading Listing the ciphersuites in a priority string
+@cindex Priority strings
+
+@example
+$ ./gnutls-cli --priority SECURE256 -l
+Cipher suites for SECURE256
+TLS_ECDHE_ECDSA_AES_256_CBC_SHA384 0xc0, 0x24 TLS1.2
+TLS_ECDHE_ECDSA_AES_256_GCM_SHA384 0xc0, 0x2e TLS1.2
+TLS_ECDHE_RSA_AES_256_GCM_SHA384 0xc0, 0x30 TLS1.2
+TLS_DHE_RSA_AES_256_CBC_SHA256 0x00, 0x6b TLS1.2
+TLS_DHE_DSS_AES_256_CBC_SHA256 0x00, 0x6a TLS1.2
+TLS_RSA_AES_256_CBC_SHA256 0x00, 0x3d TLS1.2
+@end example
+
+
@node The gnutls-serv tool
@section The gnutls-serv tool
@cindex gnutls-serv