arvind5
arvind5
Current implementation does not support Cryptographic Parameters attribute such as cipher mode, padding mode, digest algorithm etc. These parameters are needed to describe the object that needs to be created....
The Github link for cloning the sample Linux application is broken. It is pointing to "https://github.com/Azure/confidential-computing-cvm-guest-attestation/tree/main/cvm-guest-attestation-linux-app" which does not exist. Probably need to replace it with "https://github.com/Azure/confidential-computing-cvm-guest-attestation/tree/main/cvm-attestation-sample-app". --- #### Document...
As per the [libkmip documentation](https://libkmip.readthedocs.io/en/latest/index.html), supported operations include create, get and destroy keys, and supported object types include symmetric and asymmetric encryption keys. I have a requirement for registering a...
As per the [libkmip documentation](https://libkmip.readthedocs.io/en/latest/index.html), supported operations include create, get and destroy keys, and supported object types include symmetric and asymmetric encryption keys. So, i should be able to create...