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

Some `p11-kit` commands should provide `--provider` option to operate on a specific module #573

Closed ueno closed 8 months ago

ueno commented 11 months ago

It would be handy if there is a way to restrict operations, such as list-objects, to only working on a particular module. We could use the module-path query attribute for that but it would be less user friendly as it may require URL escaping and prevent using shell completion.