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 add-profile` checks existing profile on all tokens provided by a module #559

Closed ueno closed 11 months ago

ueno commented 12 months ago

As profile objects are per token, we should only check the existence on a specific token, while the current implementation (profile_exists) checks all tokens provided by a module.