]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 9 Nov 2012 23:25:09 +0000 (00:25 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 9 Nov 2012 23:26:46 +0000 (00:26 +0100)
doc/Makefile.am
doc/invoke-gnutls-cli.texi
doc/manpages/Makefile.am
src/common.c

index c0fd98c8745b4938de817fe1b90173c298ab510d..85f892f99156cb1a0bf50ec027c707a9453f199d 100644 (file)
@@ -1003,6 +1003,8 @@ FUNCS += functions/gnutls_ocsp_status_request_enable_client
 FUNCS += functions/gnutls_ocsp_status_request_enable_client.short
 FUNCS += functions/gnutls_ocsp_status_request_get
 FUNCS += functions/gnutls_ocsp_status_request_get.short
+FUNCS += functions/gnutls_ocsp_status_request_is_checked
+FUNCS += functions/gnutls_ocsp_status_request_is_checked.short
 FUNCS += functions/gnutls_openpgp_crt_check_hostname
 FUNCS += functions/gnutls_openpgp_crt_check_hostname.short
 FUNCS += functions/gnutls_openpgp_crt_deinit
@@ -1599,6 +1601,8 @@ FUNCS += functions/gnutls_sign_get_name
 FUNCS += functions/gnutls_sign_get_name.short
 FUNCS += functions/gnutls_sign_get_pk_algorithm
 FUNCS += functions/gnutls_sign_get_pk_algorithm.short
+FUNCS += functions/gnutls_sign_is_secure
+FUNCS += functions/gnutls_sign_is_secure.short
 FUNCS += functions/gnutls_sign_list
 FUNCS += functions/gnutls_sign_list.short
 FUNCS += functions/gnutls_srp_allocate_client_credentials
@@ -1633,12 +1637,16 @@ FUNCS += functions/gnutls_srp_verifier
 FUNCS += functions/gnutls_srp_verifier.short
 FUNCS += functions/gnutls_srtp_get_keys
 FUNCS += functions/gnutls_srtp_get_keys.short
+FUNCS += functions/gnutls_srtp_get_mki
+FUNCS += functions/gnutls_srtp_get_mki.short
 FUNCS += functions/gnutls_srtp_get_profile_id
 FUNCS += functions/gnutls_srtp_get_profile_id.short
 FUNCS += functions/gnutls_srtp_get_profile_name
 FUNCS += functions/gnutls_srtp_get_profile_name.short
 FUNCS += functions/gnutls_srtp_get_selected_profile
 FUNCS += functions/gnutls_srtp_get_selected_profile.short
+FUNCS += functions/gnutls_srtp_set_mki
+FUNCS += functions/gnutls_srtp_set_mki.short
 FUNCS += functions/gnutls_srtp_set_profile
 FUNCS += functions/gnutls_srtp_set_profile.short
 FUNCS += functions/gnutls_srtp_set_profile_direct
index 5179dae7dafa53fe6dbe9a9ed82a92941ab44fa7..c4e9a6856bd2aa47b5a58460362dd39d9b057edf 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # DO NOT EDIT THIS FILE   (invoke-gnutls-cli.texi)
 # 
-# It has been AutoGen-ed  November  8, 2012 at 11:40:16 PM by AutoGen 5.16
+# It has been AutoGen-ed  November 10, 2012 at 12:25:39 AM by AutoGen 5.16
 # From the definitions    ../src/cli-args.def
 # and the template file   agtexi-cmd.tpl
 @end ignore
@@ -57,9 +57,6 @@ 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
-                                - disabled as --no-ocsp-status-request
-                                - enabled by default
    -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
@@ -169,19 +166,6 @@ 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
-
-This is the ``enable ocsp status request'' option.
-
-@noindent
-This option has some usage constraints.  It:
-@itemize @bullet
-@item
-is enabled by default.
-@end itemize
-
-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)
 
index 3b569041056b5adebf68392a30eb8346e82577bf..562a1428c988af3a0a161784651a5c27fe52910c 100644 (file)
@@ -309,6 +309,7 @@ APIMANS += gnutls_ocsp_resp_verify.3
 APIMANS += gnutls_ocsp_resp_verify_direct.3
 APIMANS += gnutls_ocsp_status_request_enable_client.3
 APIMANS += gnutls_ocsp_status_request_get.3
+APIMANS += gnutls_ocsp_status_request_is_checked.3
 APIMANS += gnutls_openpgp_crt_check_hostname.3
 APIMANS += gnutls_openpgp_crt_deinit.3
 APIMANS += gnutls_openpgp_crt_export.3
@@ -607,6 +608,7 @@ APIMANS += gnutls_sign_get_hash_algorithm.3
 APIMANS += gnutls_sign_get_id.3
 APIMANS += gnutls_sign_get_name.3
 APIMANS += gnutls_sign_get_pk_algorithm.3
+APIMANS += gnutls_sign_is_secure.3
 APIMANS += gnutls_sign_list.3
 APIMANS += gnutls_srp_allocate_client_credentials.3
 APIMANS += gnutls_srp_allocate_server_credentials.3
@@ -624,9 +626,11 @@ APIMANS += gnutls_srp_set_server_credentials_file.3
 APIMANS += gnutls_srp_set_server_credentials_function.3
 APIMANS += gnutls_srp_verifier.3
 APIMANS += gnutls_srtp_get_keys.3
+APIMANS += gnutls_srtp_get_mki.3
 APIMANS += gnutls_srtp_get_profile_id.3
 APIMANS += gnutls_srtp_get_profile_name.3
 APIMANS += gnutls_srtp_get_selected_profile.3
+APIMANS += gnutls_srtp_set_mki.3
 APIMANS += gnutls_srtp_set_profile.3
 APIMANS += gnutls_srtp_set_profile_direct.3
 APIMANS += gnutls_store_commitment.3
index 7eca925b3292943b628d2bc229963025c1ca3013..412e776dc8625d0b91bdb8b60a7994b15db9b211 100644 (file)
@@ -340,7 +340,7 @@ cert_verify (gnutls_session_t session, const char* hostname)
           return 0;
       }
 
-    printf ("- %s\n", out.data);
+    printf ("- Status: %s\n", out.data);
     
     gnutls_free(out.data);