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-mechanisms: initial implementation #576

Closed t184256 closed 11 months ago

t184256 commented 11 months ago

Resolves: #563

To be addressed:

coveralls commented 11 months ago

Coverage Status

coverage: 69.018% (-0.04%) from 69.055% when pulling 8fe8d0d0e37a71a7a36be7ee572f3d6dad5fe4c9 on t184256:list-mechanisms into 7d659c1ac7f6153381af042f8fa26485b208483a on p11-glue:master.

t184256 commented 11 months ago

addressed feedback, added a test against mock data, added printing token labels

I don't see how to reasonably use the printing API for what I'm doing, so I just hope mixing it with printfs is OK.