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

Print CKA_ID in hexadecimal format #534

Closed ueno closed 1 year ago

ueno commented 1 year ago

p11-kit list-objects currently prints CKA_ID in a binary form, which does not render correctly on terminal. This is to print the attribute in hexadecimal, as p11tool does.

coveralls commented 1 year ago

Coverage Status

coverage: 69.636% (-0.01%) from 69.65% when pulling a55dc3b2f888debe824bd8620ede6fc120137400 on ueno:wip/dueno/list-objects-fixes into d98392beb309570c228090866d77e500bc9e30db on p11-glue:master.