summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2019-02-26 15:42:01 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2019-02-26 15:42:32 +0100
commite74a6aed1bf04d9abad57a0c71a964047145d4d5 (patch)
tree8182f4bb7d09178cd6d4005da46ad24a99992eb1
parent36a0179d9d946e733ad0eb74f62f5914962f4075 (diff)
downloadgnutls-tmp-token-modname-clarifications.tar.gz
pkcs11: clarify GNUTLS_PKCS11_TOKEN_MODNAME presence [ci skip]tmp-token-modname-clarifications
Resolves: #633 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--lib/includes/gnutls/pkcs11.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/includes/gnutls/pkcs11.h b/lib/includes/gnutls/pkcs11.h
index 3a442c8284..9541ee333f 100644
--- a/lib/includes/gnutls/pkcs11.h
+++ b/lib/includes/gnutls/pkcs11.h
@@ -324,7 +324,8 @@ int gnutls_pkcs11_obj_set_info(gnutls_pkcs11_obj_t obj,
* @GNUTLS_PKCS11_TOKEN_SERIAL: The token's serial number (string)
* @GNUTLS_PKCS11_TOKEN_MANUFACTURER: The token's manufacturer (string)
* @GNUTLS_PKCS11_TOKEN_MODEL: The token's model (string)
- * @GNUTLS_PKCS11_TOKEN_MODNAME: The token's module name (string - since 3.4.3)
+ * @GNUTLS_PKCS11_TOKEN_MODNAME: The token's module name (string - since 3.4.3). This value is
+ * unavailable for providers which were manually loaded.
*
* Enumeration of types for retrieving token information.
*/