You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Darwin][AttestationVerifier] Expose a mechanism to customise cd signing keys and use it in darwin (#22338)
* Add AttestationTrustStore::GetCertificationDeclarationCert virtual method to allow controllers passing in some CD certs
* Add cdCerts member to MTRControllerFactoryparams and override AttestationTrustStore::GetCertificationDeclarationCert
* Implement ArrayTrustStore::GetCertificationDeclarationSigningKey and initialize the test ArrayTrustStore store with the test CD cert
* Update the FileAttestationTrustStore to read a directory with der certs for certification declaration verification
* Add credentials/development/cd-certs/ and update chip-tool to use it if desired
* Update API to match conversation
- Remove CD stuff from FileAttestationTrustStore
- Refactor FileAttestationTrustStore to allow loading
of any X.509 cert directory
- Add a command line to chip-tool to disallow test keys
(`only-allow-trusted-cd-keys`)
- Add plumbing to enable CD keys lookup properly without mixing-up
with PAA semantics
- Add official CD verifying key and official SDK CD test key
in the default CD trust store as-is
* Update src/darwin to take into account the proposed changes
* Add unit test for `CsaCdKeysTrustStore`
Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>
0 commit comments