Skip to content
Discussion options

You must be logged in to vote

When an Integrator adds a root certificate via LIBSPDM_DATA_PEER_PUBLIC_ROOT_CERT that means that they trust the certification authority and any certificate chained to that CA. The flow then is

  1. Add root certificates via LIBSPDM_DATA_PEER_PUBLIC_ROOT_CERT.
  2. Issue libspdm_get_certificate* for each populated certificate slot.
    • If the Responder returns a certificate chain that is not rooted in one of the provisioned root certificates (LIBSPDM_STATUS_VERIF_NO_AUTHORITY) then presumably the Integrator will not specify this certificate slot when issuing CHALLENGE.
  3. Issue libspdm_challenge using a certificate slot whose root certificate is trusted.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@venkyn2
Comment options

@steven-bellock
Comment options

Answer selected by venkyn2
@venkyn2
Comment options

@steven-bellock
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants