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 export-object should match only a single object #567

Closed ZoltanFridrich closed 11 months ago

ZoltanFridrich commented 11 months ago

Currently the command can match multiple objects matching the URI. The correct behavior should be to match only a single object and export it if possible. If the object cannot be exported, then fail. If no object is matched, fail.

ZoltanFridrich commented 11 months ago

already resolved