diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-09-30 16:34:32 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-09-30 17:27:49 +0200 |
commit | 6174e84cdd5734aff7fc5b1b9818716c540845fd (patch) | |
tree | 434b45013a8d9e81f1bd46db678a6b8c2ed1dc27 /doc/invoke-gnutls-cli.texi | |
parent | 946ea95e6f3ac2a9dad38d8f64eeee2956279a47 (diff) | |
download | gnutls-6174e84cdd5734aff7fc5b1b9818716c540845fd.tar.gz |
documented gnutls_ocsp_resp_check_crt().
Diffstat (limited to 'doc/invoke-gnutls-cli.texi')
-rw-r--r-- | doc/invoke-gnutls-cli.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/invoke-gnutls-cli.texi b/doc/invoke-gnutls-cli.texi index f00fa04431..c0191e9a17 100644 --- a/doc/invoke-gnutls-cli.texi +++ b/doc/invoke-gnutls-cli.texi @@ -7,7 +7,7 @@ # # DO NOT EDIT THIS FILE (invoke-gnutls-cli.texi) # -# It has been AutoGen-ed September 1, 2012 at 11:10:28 AM by AutoGen 5.16 +# It has been AutoGen-ed September 30, 2012 at 04:41:48 PM by AutoGen 5.16 # From the definitions ../src/cli-args.def # and the template file agtexi-cmd.tpl @end ignore @@ -51,6 +51,7 @@ USAGE: gnutls-cli [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [hostname] -b, --heartbeat Activate heartbeat support -e, --rehandshake Establish a session and rehandshake --noticket Don't accept session tickets + --ocsp-status-request Enable OCSP status request -s, --starttls Connect, establish a plain session and start TLS. -u, --udp Use DTLS (datagram TLS) over UDP --mtu=num Set MTU for datagram TLS @@ -138,6 +139,12 @@ Connect, establish a session, reconnect and resume. This is the ``establish a session and rehandshake'' option. Connect, establish a session and rehandshake immediately. +@anchor{gnutls-cli ocsp-status-request} +@subheading ocsp-status-request option +@cindex gnutls-cli-ocsp-status-request + +This is the ``enable ocsp status request'' option. +The client will indicate to the server in a TLS extension that it wants a OCSP status request. @anchor{gnutls-cli starttls} @subheading starttls option (-s) @cindex gnutls-cli-starttls |