-
Notifications
You must be signed in to change notification settings - Fork 24
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
Allow platform to choose Signer Identifier and Cert validity #292
Conversation
19f59d1
to
b0c901a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Does the verification test succeed now if you remove this?
caliptra-dpe/verification/testing/certifyKey.go
Lines 173 to 178 in 2e4110b
// This library expects the issuer of the cert to match the issuer of the CMS. | |
// | |
// The last cert in the cert chain would be signed by the preceding cert | |
// so its issuer is not what the library expects. The DPE leaf cert is signed | |
// by the alias key so it's issuer will match the issuer of the CMS. | |
lastCertInCertChain.RawIssuer = leafCert.RawIssuer |
* Remove redundant `use` in crypto * Reorganize default platform parsing options
Yes, it passes now. |
fixes #291
fixes #280