summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-06-03 13:47:44 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-06-03 13:47:44 +0200
commit7d454dd0a847f2d7d6dffc88a4775af0f2984bb0 (patch)
treec19b8dda6bcc29f8771c131aa8dbbc3fa757418f
parentfd456062203c90bad4b47f4ea4a147fe178923f9 (diff)
downloadgnutls-7d454dd0a847f2d7d6dffc88a4775af0f2984bb0.tar.gz
pkcs11: doc update
-rw-r--r--lib/pkcs11.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/pkcs11.c b/lib/pkcs11.c
index 7ab5cf3903..6ca5abe8d9 100644
--- a/lib/pkcs11.c
+++ b/lib/pkcs11.c
@@ -2012,6 +2012,10 @@ unsigned int pkcs11_obj_flags_to_int(unsigned int flags)
* parsing (such as X.509 or OpenPGP) since the #gnutls_pkcs11_obj_t is
* format agnostic. Only data are transferred.
*
+ * If the flag %GNUTLS_PKCS11_OBJ_FLAG_OVERWRITE_TRUSTMOD_EXT is specified
+ * any certificate read, will have its extensions overwritten by any
+ * stapled extensions in the trust module.
+ *
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
* negative error value.
*
@@ -2247,7 +2251,7 @@ gnutls_pkcs11_token_get_info(const char *url,
* @detailed: non zero if a detailed URL is required
* @url: will contain an allocated url
*
- * This function will export a URL identifying the given certificate.
+ * This function will export a URL identifying the given object.
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
* negative error value.