-
Notifications
You must be signed in to change notification settings - Fork 2
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
[pa] update to support Earlgrey A1 provisioning flow #4
Labels
enhancement
New feature or request
Comments
timothytrippel
added a commit
to timothytrippel/opentitan-provisioning
that referenced
this issue
Sep 20, 2024
This adds protos and a function stub for the `GenLcToken` RPC call which the PA must implement to support OpenTitan A1 provisioning flows. This RPC function will generate test unlock/exit LC tokens and RMA tokens to inject into an OpenTitan device during provisioning. This partially addresses lowRISC#4. Signed-off-by: Tim Trippel <[email protected]>
timothytrippel
added a commit
to timothytrippel/opentitan-provisioning
that referenced
this issue
Sep 23, 2024
This adds protos and a function stub for the `GenLcToken` RPC call which the PA must implement to support OpenTitan A1 provisioning flows. This RPC function will generate test unlock/exit LC tokens and RMA tokens to inject into an OpenTitan device during provisioning. This partially addresses lowRISC#4. Signed-off-by: Tim Trippel <[email protected]>
timothytrippel
added a commit
to timothytrippel/opentitan-provisioning
that referenced
this issue
Sep 23, 2024
This adds protos and a function stub for the `GenWaferAuthSecret` RPC which the PA must implement to support OpenTitan A1 provisioning flows. This RPC function will generate a 256-bit wafer authentication secret that will be injected into an OpenTitan device during CP provisioning. This partially addresses lowRISC#4. Signed-off-by: Tim Trippel <[email protected]>
timothytrippel
added a commit
to timothytrippel/opentitan-provisioning
that referenced
this issue
Sep 26, 2024
This adds protos and a function stub for the `DeriveSymmetricKey` RPC call which the PA must implement to support OpenTitan A1 provisioning flows. This RPC will support: - OpenTitan lifecycle token generation (in raw and hashed form) - OpenTitan wafer authentication secret generation. This partially addresses lowRISC#4. Signed-off-by: Tim Trippel <[email protected]>
timothytrippel
added a commit
to timothytrippel/opentitan-provisioning
that referenced
this issue
Sep 27, 2024
This adds protos and a function stub for the `DeriveSymmetricKey` RPC call which the PA must implement to support OpenTitan A1 provisioning flows. This RPC will support: - OpenTitan lifecycle token generation (in raw and hashed form) - OpenTitan wafer authentication secret generation. This partially addresses lowRISC#4. Signed-off-by: Tim Trippel <[email protected]>
timothytrippel
added a commit
that referenced
this issue
Sep 27, 2024
This adds protos and a function stub for the `DeriveSymmetricKey` RPC call which the PA must implement to support OpenTitan A1 provisioning flows. This RPC will support: - OpenTitan lifecycle token generation (in raw and hashed form) - OpenTitan wafer authentication secret generation. This partially addresses #4. Signed-off-by: Tim Trippel <[email protected]>
timothytrippel
added a commit
to timothytrippel/opentitan-provisioning
that referenced
this issue
Sep 29, 2024
This adds KDF seed loading subcommands to support the KDF operations that will be used to generate OpenTitan Earlgrey LC tokens and Wafer Auth Secrets during provisioning. This partially addresses lowRISC#4. Signed-off-by: Tim Trippel <[email protected]>
timothytrippel
added a commit
to timothytrippel/opentitan-provisioning
that referenced
this issue
Oct 1, 2024
This adds KDF seed loading subcommands to support the KDF operations that will be used to generate OpenTitan Earlgrey LC tokens and Wafer Auth Secrets during provisioning. This partially addresses lowRISC#4. Signed-off-by: Tim Trippel <[email protected]>
timothytrippel
added a commit
that referenced
this issue
Oct 1, 2024
This adds KDF seed loading subcommands to support the KDF operations that will be used to generate OpenTitan Earlgrey LC tokens and Wafer Auth Secrets during provisioning. This partially addresses #4. Signed-off-by: Tim Trippel <[email protected]>
timothytrippel
added a commit
to timothytrippel/opentitan-provisioning
that referenced
this issue
Oct 7, 2024
This adds a wrapper function to the Secure Element (SE) interface to derive symmetric keys from pre-loaded secret seeds on the SE. This function will back the DerriveSymmetricKey RPC available from the ProvisioningAppliance. This partially addresses lowRISC#4. Signed-off-by: Tim Trippel <[email protected]>
timothytrippel
added a commit
that referenced
this issue
Oct 8, 2024
This adds a wrapper function to the Secure Element (SE) interface to derive symmetric keys from pre-loaded secret seeds on the SE. This function will back the DerriveSymmetricKey RPC available from the ProvisioningAppliance. This partially addresses #4. Signed-off-by: Tim Trippel <[email protected]>
timothytrippel
added a commit
to timothytrippel/opentitan-provisioning
that referenced
this issue
Oct 8, 2024
This updates the PA and SPM to implement the `DeriveSymmetricKey` key RPC function. This partially addresses lowRISC#4. Signed-off-by: Tim Trippel <[email protected]>
timothytrippel
added a commit
to timothytrippel/opentitan-provisioning
that referenced
this issue
Oct 8, 2024
This updates the PA and SPM to implement the `DeriveSymmetricKey` key RPC function. This partially addresses lowRISC#4. Signed-off-by: Tim Trippel <[email protected]>
timothytrippel
added a commit
to timothytrippel/opentitan-provisioning
that referenced
this issue
Oct 8, 2024
This updates the SPM to enable generating cSHAKE128 hashed OpenTitan lifecycle tokens using the DeriveSymmetricKeys RPC function. This partially addresses lowRISC#4. Signed-off-by: Tim Trippel <[email protected]>
timothytrippel
added a commit
that referenced
this issue
Oct 8, 2024
This updates the PA and SPM to implement the `DeriveSymmetricKey` key RPC function. This partially addresses #4. Signed-off-by: Tim Trippel <[email protected]>
timothytrippel
added a commit
that referenced
this issue
Oct 8, 2024
This updates the SPM to enable generating cSHAKE128 hashed OpenTitan lifecycle tokens using the DeriveSymmetricKeys RPC function. This partially addresses #4. Signed-off-by: Tim Trippel <[email protected]>
timothytrippel
changed the title
[pa] update proto to support Earlgrey A1 provisioning flow
[pa] update to support Earlgrey A1 provisioning flow
Oct 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The PA proto (and thus the SPM proto) and service implementations should be updated to support the Earlgrey A1 provisioning flow include (at a minimum):
DeriveSymmetricKey
RPC function stub to PA (this can be used to generate a raw token or the hashed form)EndorseCerts
RPC function stub to PAThe text was updated successfully, but these errors were encountered: