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
149 stars 91 forks source link

rpc: add support for recursive attributes #624

Closed ZoltanFridrich closed 5 months ago

ZoltanFridrich commented 6 months ago

Allow usage of recursive attributes like CKA_WRAP_TEMPLATE inside RPC protocol.

ZoltanFridrich commented 6 months ago

Still in progress. But at least the test_wrap_template test works together with other C_GetAttributeValue tests

coveralls commented 5 months ago

Coverage Status

coverage: 69.548% (+0.08%) from 69.472% when pulling 15546bce196d1e7c417cffade7e370063253b854 on ZoltanFridrich:zfridric_devel into 935e28520b7bf00b4fc9b129e75ef6a7372cee25 on p11-glue:master.

ZoltanFridrich commented 5 months ago

The basic functionality seems to be working but it will probably require more rigorous testing. Especially in test-attrs