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

list-modules: Do not embed module-name and module-path in URL #557

Closed ueno closed 12 months ago

ueno commented 12 months ago

module-name and module-path are query attributes, which are to modify the default settings (RFC 7512 section 2.4). As p11-kit manages the default configuration, it shouldn't print them as part of the token URL. This instead prints the absolute path of each module in a separate field of the output.

coveralls commented 12 months ago

Coverage Status

coverage: 68.917% (+0.3%) from 68.648% when pulling 14763e452d7cce4d92c4f115ac7afe6c56f57c1c on ueno:wip/dueno/list-modules into ca5ed350a48013fbd7de32d28ce63a34d9d18276 on p11-glue:master.