Skip to content
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

Prepare for adding PAA trust store to chip-tool #15224

Merged
merged 7 commits into from
Feb 22, 2022

Commits on Feb 15, 2022

  1. Separate DefaultDeviceAttestationVerifier from credentials

    - This PR is on the way to resolving project-chip#15209.
    - This PR does the following:
      - Splits DefaultDeviceAttesationVerifier from the main src/credentials target
        since it is an optional component that can be overridden by different
        commissioners
      - Adds the beginning of plumbing to properly select the Trust Store for
        the DefaultDeviceAttestationVerifier.
      - Moved DefaultDeviceAttestatationVerifier from credentials/examples to
        credentials/attestation_verifier
    
    Missing, to come in the follow-up:
    - The implementation of a new file-based PAA trust store configured with
      the path passed in the plumbing added here.
    
    Testing done: unit tests and cert tests still pass. Commissioning still works
    tcarmelveilleux committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    154f208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb20734 View commit details
    Browse the repository at this point in the history
  3. Restyled by gn

    restyled-commits committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    630fa90 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    69f55fe View commit details
    Browse the repository at this point in the history
  2. Fix ESP32 Qemu test

    tcarmelveilleux committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    b3fbf35 View commit details
    Browse the repository at this point in the history
  3. Fix CHIPCommandBridge

    tcarmelveilleux committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    3d5f2e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    a4f8ceb View commit details
    Browse the repository at this point in the history