summaryrefslogtreecommitdiffstats
path: root/doc/enums/gnutls_pkcs11_token_info_t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/enums/gnutls_pkcs11_token_info_t')
-rw-r--r--doc/enums/gnutls_pkcs11_token_info_t16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/enums/gnutls_pkcs11_token_info_t b/doc/enums/gnutls_pkcs11_token_info_t
new file mode 100644
index 0000000..ac82442
--- /dev/null
+++ b/doc/enums/gnutls_pkcs11_token_info_t
@@ -0,0 +1,16 @@
+
+
+@c gnutls_pkcs11_token_info_t
+@table @code
+@item GNUTLS_@-PKCS11_@-TOKEN_@-LABEL
+The token's label (string)
+@item GNUTLS_@-PKCS11_@-TOKEN_@-SERIAL
+The token's serial number (string)
+@item GNUTLS_@-PKCS11_@-TOKEN_@-MANUFACTURER
+The token's manufacturer (string)
+@item GNUTLS_@-PKCS11_@-TOKEN_@-MODEL
+The token's model (string)
+@item GNUTLS_@-PKCS11_@-TOKEN_@-MODNAME
+The token's module name (string - since 3.4.3). This value is
+unavailable for providers which were manually loaded.
+@end table