p11-glue / p11-kit

Provides a way to load and enumerate PKCS#11 modules.
https://p11-glue.github.io/p11-glue/p11-kit.html
Other
150 stars 92 forks source link

p11-kit list-tokens: New subcommand #581

Closed ueno closed 11 months ago

ueno commented 11 months ago

This adds a new subcommand "list-tokens" to the p11-kit command, which is similar to "list-modules" but only prints tokens. This would make scripting tasks easier.

Fixes: #554

coveralls commented 11 months ago

Coverage Status

coverage: 69.334% (+0.08%) from 69.251% when pulling a502faadc23a4e1bae6ca28515da03b83842b3b6 on ueno:wip/dueno/list-tokens into aedbab2c0f9b23dcc8780ba0f4b189d9b24532b4 on p11-glue:master.

ueno commented 11 months ago

Thank you for the review!