1 AutoGen Definitions options
;
2 prog
-name
= gnutls
-cli
;
3 prog
-title
= "GnuTLS client";
4 prog
-desc
= "Simple client program to set up a TLS connection.";
5 short
-usage
= "Usage: gnutls-cli [options] hostname\ngnutls-cli --help for usage instructions.\n";
7 detail
= "Simple client program to set up a TLS connection to some other computer.
8 It sets up a TLS connection and forwards data from the standard input to the secured socket and vice versa.";
10 argument
= "[hostname]";
17 descrip
= "Enable trust on first use authentication";
20 doc
= "This option will, in addition to certificate authentication, perform authentication based on previously seen public keys, a model similar to SSH authentication.";
25 descrip
= "Enable OCSP certificate verification";
28 doc
= "This option will enable verification of the peer's certificate using ocsp";
34 descrip
= "Establish a session and resume";
35 doc
= "Connect, establish a session, reconnect and resume.";
41 descrip
= "Activate heartbeat support";
48 descrip
= "Establish a session and rehandshake";
49 doc
= "Connect, establish a session and rehandshake immediately.";
54 descrip
= "Don't accept session tickets";
59 name
= status
-request
-ocsp
;
60 descrip
= "Request OCSP status request";
61 doc
= "The client will indicate to the server in a TLS extension that it wants a OCSP status request.";
67 descrip
= "Connect, establish a plain session and start TLS.";
68 doc
= "The TLS session will be initiated when EOF or a SIGALRM is received.";
74 descrip
= "Use DTLS (datagram TLS) over UDP";
81 arg
-range
= "0->17000";
82 descrip
= "Set MTU for datagram TLS";
88 descrip
= "Send CR LF instead of LF";
94 descrip
= "Use DER format for certificates to read from";
101 descrip
= "Send the openpgp fingerprint, instead of the key";
106 name
= disable
-extensions
;
107 descrip
= "Disable all the TLS extensions";
113 descrip
= "Print peer's certificate in PEM format";
120 arg
-range
= "0->4096";
121 descrip
= "The maximum record size to advertize";
128 descrip
= "The minimum number of bits allowed for DH";
129 doc
= "This option sets the minimum number of bits allowed for a Diffie-Hellman key exchange. You may want to lower the default value if the peer sends a weak prime and you get an connection error with unacceptable prime.";
135 descrip
= "Priorities string";
136 doc
= "TLS algorithms and protocols to enable. You can
137 use predefined sets of ciphersuites such as PERFORMANCE,
138 NORMAL, SECURE128, SECURE256.
140 Check the GnuTLS manual on section ``Priority strings'' for more
141 information on allowed keywords";
147 descrip
= "Certificate file or PKCS #11 URL to use";
155 descrip
= "CRL file to use";
163 descrip
= "PGP Key file to use";
171 descrip
= "PGP Key ring file to use";
179 descrip
= "PGP Public Key (certificate) file to use";
186 descrip
= "X.509 key file or PKCS #11 URL to use";
193 descrip
= "X.509 Certificate file or PKCS #11 URL to use";
200 descrip
= "PGP subkey to use (hex or auto)";
207 descrip
= "SRP username to use";
214 descrip
= "SRP password to use";
221 descrip
= "PSK username to use";
228 descrip
= "PSK key (in hex) to use";
236 descrip
= "The port or service to connect to";
242 descrip
= "Don't abort program if server certificate can't be validated";
247 name
= benchmark
-ciphers
;
248 descrip
= "Benchmark individual ciphers";
253 name
= benchmark
-soft
-ciphers
;
254 descrip
= "Benchmark individual software ciphers (no hw acceleration)";
259 name
= benchmark
-tls
-kx
;
260 descrip
= "Benchmark TLS key exchange methods";
265 name
= benchmark
-tls
-ciphers
;
266 descrip
= "Benchmark TLS ciphers";
273 descrip
= "Print a list of the supported algorithms and modes";
274 doc
= "Print a list of the supported algorithms and modes. If a priority string is given then only the enabled ciphersuites are shown.";
280 ds
-type
= 'SEE ALSO'; // or anything else
281 ds
-format
= 'texi'; // or texi or mdoc format
283 gnutls
-cli
-debug(1), gnutls
-serv(1)
288 ds
-type
= 'EXAMPLES';
291 @subheading Connecting using PSK authentication
292 To connect to a server using PSK authentication
, you need to enable the choice of PSK by using a cipher priority parameter such as in the example below.
294 $ .
/gnutls
-cli
-p
5556 localhost
--pskusername psk_identity \
295 --pskkey
88f3824b3e5659f52d00e959bacab954b6540344 \
296 --priority NORMAL
:-KX
-ALL
:+ECDHE
-PSK
:+DHE
-PSK
:+PSK
297 Resolving
'localhost'...
298 Connecting to
'127.0.0.1:5556'...
299 - PSK authentication.
302 - Cipher
: AES
-128-CBC
305 - Handshake was completed
307 - Simple Client Mode
:
309 By keeping the
--pskusername parameter and removing the
--pskkey parameter
, it will query only for the password during the handshake.
311 @subheading Listing ciphersuites in a priority string
312 To list the ciphersuites in a priority string
:
314 $ .
/gnutls
-cli
--priority SECURE192
-l
315 Cipher suites for SECURE192
316 TLS_ECDHE_ECDSA_AES_256_CBC_SHA384
0xc0, 0x24 TLS1.2
317 TLS_ECDHE_ECDSA_AES_256_GCM_SHA384
0xc0, 0x2e TLS1.2
318 TLS_ECDHE_RSA_AES_256_GCM_SHA384
0xc0, 0x30 TLS1.2
319 TLS_DHE_RSA_AES_256_CBC_SHA256
0x00, 0x6b TLS1.2
320 TLS_DHE_DSS_AES_256_CBC_SHA256
0x00, 0x6a TLS1.2
321 TLS_RSA_AES_256_CBC_SHA256
0x00, 0x3d TLS1.2
323 Certificate types
: CTYPE
-X
.509
324 Protocols
: VERS
-TLS1.2
, VERS
-TLS1.1
, VERS
-TLS1.0
, VERS
-SSL3.0
, VERS
-DTLS1.0
325 Compression
: COMP
-NULL
326 Elliptic curves
: CURVE
-SECP384R1
, CURVE
-SECP521R1
327 PK
-signatures
: SIGN
-RSA
-SHA384
, SIGN
-ECDSA
-SHA384
, SIGN
-RSA
-SHA512
, SIGN
-ECDSA
-SHA512