You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
psa_import_key in the TPM provider currently only deals in keys for RSASSA-PKCS1-v1_5, mostly limited by what the TransientKeyContext in the tss-esapi crate supports - this should be expanded to reach parity with the generate key operation.
The text was updated successfully, but these errors were encountered:
psa_import_key
in the TPM provider currently only deals in keys for RSASSA-PKCS1-v1_5, mostly limited by what theTransientKeyContext
in thetss-esapi
crate supports - this should be expanded to reach parity with the generate key operation.The text was updated successfully, but these errors were encountered: