From 71c823e48db81b161804f1cacfa2634ce5ee8ea8 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 22 Mar 2013 19:37:04 +0100 Subject: updated auto-generated files --- doc/Makefile.am | 20 ++++++++++++++++++++ doc/invoke-certtool.texi | 2 +- doc/invoke-danetool.texi | 2 +- doc/invoke-gnutls-cli-debug.texi | 2 +- doc/invoke-gnutls-cli.texi | 2 +- doc/invoke-gnutls-serv.texi | 2 +- doc/invoke-ocsptool.texi | 2 +- doc/invoke-p11tool.texi | 2 +- doc/invoke-psktool.texi | 2 +- doc/invoke-srptool.texi | 2 +- doc/invoke-tpmtool.texi | 2 +- doc/manpages/Makefile.am | 10 ++++++++++ doc/manpages/tpmtool.1 | 4 ++-- 13 files changed, 42 insertions(+), 12 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 535500115c..f5569d1363 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1418,6 +1418,10 @@ FUNCS += functions/gnutls_privkey_sign_data FUNCS += functions/gnutls_privkey_sign_data.short FUNCS += functions/gnutls_privkey_sign_hash FUNCS += functions/gnutls_privkey_sign_hash.short +FUNCS += functions/gnutls_privkey_sign_raw_data +FUNCS += functions/gnutls_privkey_sign_raw_data.short +FUNCS += functions/gnutls_privkey_status +FUNCS += functions/gnutls_privkey_status.short FUNCS += functions/gnutls_protocol_get_id FUNCS += functions/gnutls_protocol_get_id.short FUNCS += functions/gnutls_protocol_get_name @@ -1612,6 +1616,8 @@ FUNCS += functions/gnutls_session_get_data FUNCS += functions/gnutls_session_get_data.short FUNCS += functions/gnutls_session_get_data2 FUNCS += functions/gnutls_session_get_data2.short +FUNCS += functions/gnutls_session_get_desc +FUNCS += functions/gnutls_session_get_desc.short FUNCS += functions/gnutls_session_get_id FUNCS += functions/gnutls_session_get_id.short FUNCS += functions/gnutls_session_get_id2 @@ -1794,6 +1800,8 @@ FUNCS += functions/gnutls_x509_crl_get_extension_oid FUNCS += functions/gnutls_x509_crl_get_extension_oid.short FUNCS += functions/gnutls_x509_crl_get_issuer_dn FUNCS += functions/gnutls_x509_crl_get_issuer_dn.short +FUNCS += functions/gnutls_x509_crl_get_issuer_dn2 +FUNCS += functions/gnutls_x509_crl_get_issuer_dn2.short FUNCS += functions/gnutls_x509_crl_get_issuer_dn_by_oid FUNCS += functions/gnutls_x509_crl_get_issuer_dn_by_oid.short FUNCS += functions/gnutls_x509_crl_get_next_update @@ -1860,6 +1868,8 @@ FUNCS += functions/gnutls_x509_crq_get_challenge_password FUNCS += functions/gnutls_x509_crq_get_challenge_password.short FUNCS += functions/gnutls_x509_crq_get_dn FUNCS += functions/gnutls_x509_crq_get_dn.short +FUNCS += functions/gnutls_x509_crq_get_dn2 +FUNCS += functions/gnutls_x509_crq_get_dn2.short FUNCS += functions/gnutls_x509_crq_get_dn_by_oid FUNCS += functions/gnutls_x509_crq_get_dn_by_oid.short FUNCS += functions/gnutls_x509_crq_get_dn_oid @@ -1958,6 +1968,8 @@ FUNCS += functions/gnutls_x509_crt_get_crl_dist_points FUNCS += functions/gnutls_x509_crt_get_crl_dist_points.short FUNCS += functions/gnutls_x509_crt_get_dn FUNCS += functions/gnutls_x509_crt_get_dn.short +FUNCS += functions/gnutls_x509_crt_get_dn2 +FUNCS += functions/gnutls_x509_crt_get_dn2.short FUNCS += functions/gnutls_x509_crt_get_dn_by_oid FUNCS += functions/gnutls_x509_crt_get_dn_by_oid.short FUNCS += functions/gnutls_x509_crt_get_dn_oid @@ -1984,6 +1996,8 @@ FUNCS += functions/gnutls_x509_crt_get_issuer_alt_othername_oid FUNCS += functions/gnutls_x509_crt_get_issuer_alt_othername_oid.short FUNCS += functions/gnutls_x509_crt_get_issuer_dn FUNCS += functions/gnutls_x509_crt_get_issuer_dn.short +FUNCS += functions/gnutls_x509_crt_get_issuer_dn2 +FUNCS += functions/gnutls_x509_crt_get_issuer_dn2.short FUNCS += functions/gnutls_x509_crt_get_issuer_dn_by_oid FUNCS += functions/gnutls_x509_crt_get_issuer_dn_by_oid.short FUNCS += functions/gnutls_x509_crt_get_issuer_dn_oid @@ -2222,6 +2236,12 @@ FUNCS += functions/gnutls_x509_trust_list_get_issuer FUNCS += functions/gnutls_x509_trust_list_get_issuer.short FUNCS += functions/gnutls_x509_trust_list_init FUNCS += functions/gnutls_x509_trust_list_init.short +FUNCS += functions/gnutls_x509_trust_list_remove_cas +FUNCS += functions/gnutls_x509_trust_list_remove_cas.short +FUNCS += functions/gnutls_x509_trust_list_remove_trust_file +FUNCS += functions/gnutls_x509_trust_list_remove_trust_file.short +FUNCS += functions/gnutls_x509_trust_list_remove_trust_mem +FUNCS += functions/gnutls_x509_trust_list_remove_trust_mem.short FUNCS += functions/gnutls_x509_trust_list_verify_crt FUNCS += functions/gnutls_x509_trust_list_verify_crt.short FUNCS += functions/gnutls_x509_trust_list_verify_named_crt diff --git a/doc/invoke-certtool.texi b/doc/invoke-certtool.texi index fb36c380bd..bf37477c28 100644 --- a/doc/invoke-certtool.texi +++ b/doc/invoke-certtool.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-certtool.texi) # -# It has been AutoGen-ed March 14, 2013 at 04:18:00 PM by AutoGen 5.16 +# It has been AutoGen-ed March 22, 2013 at 07:23:24 PM by AutoGen 5.16 # From the definitions ../src/certtool-args.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/doc/invoke-danetool.texi b/doc/invoke-danetool.texi index 527e7a0563..4550f595b1 100644 --- a/doc/invoke-danetool.texi +++ b/doc/invoke-danetool.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-danetool.texi) # -# It has been AutoGen-ed March 14, 2013 at 04:18:00 PM by AutoGen 5.16 +# It has been AutoGen-ed March 22, 2013 at 07:23:31 PM by AutoGen 5.16 # From the definitions ../src/danetool-args.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/doc/invoke-gnutls-cli-debug.texi b/doc/invoke-gnutls-cli-debug.texi index f930641df6..33b1ce5aa9 100644 --- a/doc/invoke-gnutls-cli-debug.texi +++ b/doc/invoke-gnutls-cli-debug.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-gnutls-cli-debug.texi) # -# It has been AutoGen-ed January 1, 2013 at 09:07:52 PM by AutoGen 5.16 +# It has been AutoGen-ed March 22, 2013 at 07:23:21 PM by AutoGen 5.16 # From the definitions ../src/cli-debug-args.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/doc/invoke-gnutls-cli.texi b/doc/invoke-gnutls-cli.texi index 8cc59d7990..55bf894522 100644 --- a/doc/invoke-gnutls-cli.texi +++ b/doc/invoke-gnutls-cli.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-gnutls-cli.texi) # -# It has been AutoGen-ed February 10, 2013 at 11:39:53 AM by AutoGen 5.16 +# It has been AutoGen-ed March 22, 2013 at 07:23:20 PM by AutoGen 5.16 # From the definitions ../src/cli-args.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/doc/invoke-gnutls-serv.texi b/doc/invoke-gnutls-serv.texi index cb51df4aad..8812f1c994 100644 --- a/doc/invoke-gnutls-serv.texi +++ b/doc/invoke-gnutls-serv.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-gnutls-serv.texi) # -# It has been AutoGen-ed January 1, 2013 at 09:07:53 PM by AutoGen 5.16 +# It has been AutoGen-ed March 22, 2013 at 07:23:22 PM by AutoGen 5.16 # From the definitions ../src/serv-args.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/doc/invoke-ocsptool.texi b/doc/invoke-ocsptool.texi index c2f87d277c..52e26f57e3 100644 --- a/doc/invoke-ocsptool.texi +++ b/doc/invoke-ocsptool.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-ocsptool.texi) # -# It has been AutoGen-ed January 1, 2013 at 09:07:57 PM by AutoGen 5.16 +# It has been AutoGen-ed March 22, 2013 at 07:23:26 PM by AutoGen 5.16 # From the definitions ../src/ocsptool-args.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/doc/invoke-p11tool.texi b/doc/invoke-p11tool.texi index 278e1aa302..9f4069a043 100644 --- a/doc/invoke-p11tool.texi +++ b/doc/invoke-p11tool.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-p11tool.texi) # -# It has been AutoGen-ed January 1, 2013 at 09:07:59 PM by AutoGen 5.16 +# It has been AutoGen-ed March 22, 2013 at 07:23:29 PM by AutoGen 5.16 # From the definitions ../src/p11tool-args.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/doc/invoke-psktool.texi b/doc/invoke-psktool.texi index 0f3c26819c..60d5d9f193 100644 --- a/doc/invoke-psktool.texi +++ b/doc/invoke-psktool.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-psktool.texi) # -# It has been AutoGen-ed January 1, 2013 at 09:07:58 PM by AutoGen 5.16 +# It has been AutoGen-ed March 22, 2013 at 07:23:27 PM by AutoGen 5.16 # From the definitions ../src/psk-args.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/doc/invoke-srptool.texi b/doc/invoke-srptool.texi index dd4a8de914..eda94ec849 100644 --- a/doc/invoke-srptool.texi +++ b/doc/invoke-srptool.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-srptool.texi) # -# It has been AutoGen-ed January 1, 2013 at 09:07:56 PM by AutoGen 5.16 +# It has been AutoGen-ed March 22, 2013 at 07:23:25 PM by AutoGen 5.16 # From the definitions ../src/srptool-args.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/doc/invoke-tpmtool.texi b/doc/invoke-tpmtool.texi index d510346e55..ad49fe9eb2 100644 --- a/doc/invoke-tpmtool.texi +++ b/doc/invoke-tpmtool.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-tpmtool.texi) # -# It has been AutoGen-ed January 1, 2013 at 09:08:01 PM by AutoGen 5.16 +# It has been AutoGen-ed March 22, 2013 at 07:23:30 PM by AutoGen 5.16 # From the definitions ../src/tpmtool-args.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 9650f77406..dacb361d20 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -506,6 +506,8 @@ APIMANS += gnutls_privkey_init.3 APIMANS += gnutls_privkey_set_pin_function.3 APIMANS += gnutls_privkey_sign_data.3 APIMANS += gnutls_privkey_sign_hash.3 +APIMANS += gnutls_privkey_sign_raw_data.3 +APIMANS += gnutls_privkey_status.3 APIMANS += gnutls_protocol_get_id.3 APIMANS += gnutls_protocol_get_name.3 APIMANS += gnutls_protocol_get_version.3 @@ -603,6 +605,7 @@ APIMANS += gnutls_session_enable_compatibility_mode.3 APIMANS += gnutls_session_force_valid.3 APIMANS += gnutls_session_get_data.3 APIMANS += gnutls_session_get_data2.3 +APIMANS += gnutls_session_get_desc.3 APIMANS += gnutls_session_get_id.3 APIMANS += gnutls_session_get_id2.3 APIMANS += gnutls_session_get_ptr.3 @@ -694,6 +697,7 @@ APIMANS += gnutls_x509_crl_get_extension_data.3 APIMANS += gnutls_x509_crl_get_extension_info.3 APIMANS += gnutls_x509_crl_get_extension_oid.3 APIMANS += gnutls_x509_crl_get_issuer_dn.3 +APIMANS += gnutls_x509_crl_get_issuer_dn2.3 APIMANS += gnutls_x509_crl_get_issuer_dn_by_oid.3 APIMANS += gnutls_x509_crl_get_next_update.3 APIMANS += gnutls_x509_crl_get_number.3 @@ -727,6 +731,7 @@ APIMANS += gnutls_x509_crq_get_attribute_info.3 APIMANS += gnutls_x509_crq_get_basic_constraints.3 APIMANS += gnutls_x509_crq_get_challenge_password.3 APIMANS += gnutls_x509_crq_get_dn.3 +APIMANS += gnutls_x509_crq_get_dn2.3 APIMANS += gnutls_x509_crq_get_dn_by_oid.3 APIMANS += gnutls_x509_crq_get_dn_oid.3 APIMANS += gnutls_x509_crq_get_extension_by_oid.3 @@ -776,6 +781,7 @@ APIMANS += gnutls_x509_crt_get_basic_constraints.3 APIMANS += gnutls_x509_crt_get_ca_status.3 APIMANS += gnutls_x509_crt_get_crl_dist_points.3 APIMANS += gnutls_x509_crt_get_dn.3 +APIMANS += gnutls_x509_crt_get_dn2.3 APIMANS += gnutls_x509_crt_get_dn_by_oid.3 APIMANS += gnutls_x509_crt_get_dn_oid.3 APIMANS += gnutls_x509_crt_get_expiration_time.3 @@ -789,6 +795,7 @@ APIMANS += gnutls_x509_crt_get_issuer_alt_name.3 APIMANS += gnutls_x509_crt_get_issuer_alt_name2.3 APIMANS += gnutls_x509_crt_get_issuer_alt_othername_oid.3 APIMANS += gnutls_x509_crt_get_issuer_dn.3 +APIMANS += gnutls_x509_crt_get_issuer_dn2.3 APIMANS += gnutls_x509_crt_get_issuer_dn_by_oid.3 APIMANS += gnutls_x509_crt_get_issuer_dn_oid.3 APIMANS += gnutls_x509_crt_get_issuer_unique_id.3 @@ -908,6 +915,9 @@ APIMANS += gnutls_x509_trust_list_add_trust_mem.3 APIMANS += gnutls_x509_trust_list_deinit.3 APIMANS += gnutls_x509_trust_list_get_issuer.3 APIMANS += gnutls_x509_trust_list_init.3 +APIMANS += gnutls_x509_trust_list_remove_cas.3 +APIMANS += gnutls_x509_trust_list_remove_trust_file.3 +APIMANS += gnutls_x509_trust_list_remove_trust_mem.3 APIMANS += gnutls_x509_trust_list_verify_crt.3 APIMANS += gnutls_x509_trust_list_verify_named_crt.3 diff --git a/doc/manpages/tpmtool.1 b/doc/manpages/tpmtool.1 index 7b1dff167c..40fbf23c9d 100644 --- a/doc/manpages/tpmtool.1 +++ b/doc/manpages/tpmtool.1 @@ -1,8 +1,8 @@ -.TH tpmtool 1 "01 Jan 2013" "@VERSION@" "User Commands" +.TH tpmtool 1 "22 Mar 2013" "@VERSION@" "User Commands" .\" .\" DO NOT EDIT THIS FILE (tpmtool-args.man) .\" -.\" It has been AutoGen-ed January 1, 2013 at 09:07:45 PM by AutoGen 5.16 +.\" It has been AutoGen-ed March 22, 2013 at 09:21:57 AM by AutoGen 5.16 .\" From the definitions ../../src/tpmtool-args.def.tmp .\" and the template file agman-cmd.tpl .\" -- cgit v1.2.1