pkcs11-dump(1) dump PKCS#11 token content

SYNOPSIS

pkcs11-dump info /path/to/pkcs11.so
pkcs11-dump slotlist /path/to/pkcs11.so
pkcs11-dump dump /path/to/pkcs11.so slotnum userpin|-

DESCRIPTION

pkcs11-dump is a program to query PKCS#11 provider modules for objects available on a specific crypto device. pkcs11-dump then dumps those objects to stdout in a human-readable format.

pkcs11-dump knows about PKCS#11 object types and attributes specified in PKCS#11 versions up to and including v2.20.

These object types are supported

  • CKO_DATA
  • CKO_CERTIFICATE
  • CKO_PUBLIC_KEY
  • CKO_PRIVATE_KEY
  • CKO_SECRET_KEY
  • CKO_HW_FEATURE
  • CKO_DOMAIN_PARAMETERS
  • CKO_MECHANISM
  • CKO_VENDOR_DEFINED

AUTHOR

pkcs11-dump was written by Alon Bar-Lev <[email protected]>.

The pkcs11-dump project homepage is at

http://alon.barlev.googlepages.com/pkcs11-utilities

This manual page was written by Max Vozeler <[email protected]>, for the Debian project (but may be used by others).