summaryrefslogtreecommitdiff
path: root/doc/cha-tokens.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-23 13:41:35 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-23 13:41:35 +0200
commitdc979c2bd48eb0e6f73e19b39251bcc19785abd1 (patch)
tree27388dfa43271cba94103056ca6f18619fb00c72 /doc/cha-tokens.texi
parentb01133da591bdc788e390d95fcbe4eb0fedb22a2 (diff)
downloadgnutls-dc979c2bd48eb0e6f73e19b39251bcc19785abd1.tar.gz
use everywhere the new name of gnutls_x509_crt_import_pkcs11_url
Diffstat (limited to 'doc/cha-tokens.texi')
-rw-r--r--doc/cha-tokens.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cha-tokens.texi b/doc/cha-tokens.texi
index 0971628c96..06408ebaa1 100644
--- a/doc/cha-tokens.texi
+++ b/doc/cha-tokens.texi
@@ -67,7 +67,7 @@ gnutls_privkey_t abs_key;
gnutls_privkey_import_url(abs_key, key_url);
gnutls_x509_crt_init(&ca_cert);
- gnutls_x509_crt_import_pkcs11_url(&ca_cert, cert_url);
+ gnutls_x509_crt_import_url(&ca_cert, cert_url);
/* sign the certificate to be signed */
gnutls_x509_crt_privkey_sign(to_be_signed, ca_cert, abs_key,
@@ -390,7 +390,7 @@ are shown below.
@showfuncdesc{gnutls_pkcs11_obj_get_info}
-@showfuncC{gnutls_x509_crt_import_pkcs11,gnutls_x509_crt_import_pkcs11_url,gnutls_x509_crt_list_import_pkcs11}
+@showfuncC{gnutls_x509_crt_import_pkcs11,gnutls_x509_crt_import_url,gnutls_x509_crt_list_import_pkcs11}
Properties of the physical token can also be accessed and altered with @acronym{GnuTLS}.
For example data in a token can be erased (initialized), PIN can be altered, etc.