Hi,
I am trying to write code that dump the information of the objects present in the HSM using pkcs11-provider (like pkcs11-tool --module pkcs11-module.so -O).
I'm using openssl STORE_INFO_get0_() functions.
The only function that return value is OSSL_STORE_INFO_get_type()
I need the attributes of the objects that C_GetAttributeValue() return but I didn't find how to get the data via pkcs11-provider.
Hi,
I am trying to write code that dump the information of the objects present in the HSM using pkcs11-provider (like pkcs11-tool --module pkcs11-module.so -O).
I'm using openssl STORE_INFO_get0_() functions.
The only function that return value is OSSL_STORE_INFO_get_type()
I need the attributes of the objects that C_GetAttributeValue() return but I didn't find how to get the data via pkcs11-provider.