Local sealing keys #258
Unanswered
bokdeuk-jeong
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Regarding my question about the local sealing key, Jonh (@jlmucb) has provided the following answer.
Islet platfom now provides a sealing key for each cVM(a.k.a realm in ARM CCA).
Previously, islet_Seal() which is called at
certifier-framework-for-confidential-computing/src/certifier.cc
Line 503 in 20f9e79
I have further questions from your answer, regarding below.
Q1: Where is the symmetric key retrieved from? Could you locate the corresponding source code?
Q2: Does this mean that the symmetric key that is used to seal data locally is sealed via calling the function certifier::framework::Seal()?
(i.e., Is the symmetric key (== local sealing key) the argument of 'in' for certifier::framework::Seal()?)
Beta Was this translation helpful? Give feedback.
All reactions