]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc fix
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 28 Jun 2012 19:27:21 +0000 (21:27 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 28 Jun 2012 19:33:50 +0000 (21:33 +0200)
doc/Makefile.am
doc/cha-cert-auth2.texi
doc/invoke-certtool.texi

index 65141c85d836c72a2c66ba2d2248ca01b03da973..9b0411771cfa51daa2de62a2f9aacb772e4af4d8 100644 (file)
@@ -512,6 +512,9 @@ FUNCS += functions/gnutls_privkey_get_type
 FUNCS += functions/gnutls_privkey_import_pkcs11
 FUNCS += functions/gnutls_privkey_import_x509
 FUNCS += functions/gnutls_privkey_import_openpgp
+FUNCS += functions/gnutls_privkey_import_openpgp_raw
+FUNCS += functions/gnutls_privkey_import_x509_raw
+FUNCS += functions/gnutls_privkey_import_pkcs11_url
 FUNCS += functions/gnutls_privkey_import_ext
 FUNCS += functions/gnutls_privkey_sign_data
 FUNCS += functions/gnutls_privkey_sign_hash
@@ -828,6 +831,7 @@ FUNCS += functions/gnutls_tdb_deinit
 FUNCS += functions/gnutls_verify_stored_pubkey
 FUNCS += functions/gnutls_store_commitment
 FUNCS += functions/gnutls_store_pubkey
+FUNCS += functions/gnutls_load_file
 FUNCS += functions/gnutls_ocsp_req_init
 FUNCS += functions/gnutls_ocsp_req_deinit
 FUNCS += functions/gnutls_ocsp_req_import
index efc44d76a07778b29d6faaa258755bf709bad417..573b68d5f0468585adda2feef37b846f9abdeaaa 100644 (file)
@@ -588,7 +588,6 @@ sequence.
 @showfuncC{gnutls_pubkey_import_x509,gnutls_pubkey_import_openpgp,gnutls_pubkey_import_pkcs11}
 @showfuncC{gnutls_pubkey_import_pkcs11_url,gnutls_pubkey_import_privkey,gnutls_pubkey_import}
 
-@showfuncC{gnutls_pubkey_import_x509_raw,gnutls_pubkey_import_openpgp_raw,gnutls_pubkey_import_pkcs11_url}
 @showfuncdesc{gnutls_pubkey_export}
 
 Additional functions are available that will return
@@ -606,6 +605,7 @@ to allow abstraction over @acronym{PKCS} #11 keys that
 are not extractable.
 
 @showfuncC{gnutls_privkey_import_x509,gnutls_privkey_import_openpgp,gnutls_privkey_import_pkcs11}
+@showfuncC{gnutls_privkey_import_x509_raw,gnutls_privkey_import_openpgp_raw,gnutls_privkey_import_pkcs11_url}
 
 @showfuncB{gnutls_privkey_get_pk_algorithm,gnutls_privkey_get_type}
 
index 58b08ab298dbff0d94b342c70910b840bd6d94dd..34d618f255857f833896b25a1b58b84ed8099f78 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (invoke-certtool.texi)
 # 
-# It has been AutoGen-ed  May 14, 2012 at 05:26:00 PM by AutoGen 5.16
+# It has been AutoGen-ed  June 28, 2012 at 09:25:29 PM by AutoGen 5.16
 # From the definitions    ../src/certtool-args.def
 # and the template file   agtexi-cmd.tpl
 @end ignore
@@ -87,7 +87,6 @@ USAGE:  certtool [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
        --to-p12               Generate a PKCS #12 structure
                                 - requires these options:
                                 load-certificate
-                                load-privkey
        --to-p8                Generate a PKCS #8 structure
    -8, --pkcs8                Use PKCS #8 format for private keys
        --rsa                  Generate RSA key
@@ -219,7 +218,7 @@ This option has some usage constraints.  It:
 @itemize @bullet
 @item
 must appear in combination with the following options:
-load-certificate, load-privkey.
+load-certificate.
 @end itemize
 
 It requires a certificate, a private key and possibly a CA certificate to be specified.