-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define context formats #89
Comments
Regarding root certificates: Yes, this should (now) be as simple as:
In the longer term, we can discuss if we want to transition our root cert format away from the current binary concatenation form, to just using a static x.509 (like we're doing with the client certs, except in this case parsing a cert, rather than building it). |
I think we should have a discussion about this soon (maybe later this week). We might not act on that immediately, but should at least decide on the file formats that we want. |
Regarding the discussion on root cert formats, see the discussion in issue #67 |
In relation to discussion on #78:
In the client code of the handshake, we have
initialize_{daa, certs, tcti}
. Each of these must read in multiple pieces of information either from files(software DAA) or from the TPM's nvram. Could we create three different "contexts" or "certificates", so that we only need to read in 1 piece of data and then parse those? Those three being agroup_context
, a TLSroot_cert
and a xttroot_cert
.The text was updated successfully, but these errors were encountered: