Skip to content

Commit

Permalink
Change filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Sep 28, 2023
1 parent 4b42032 commit 59fead2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/credentials/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ static_library("credentials") {

source_set("test_paa_store") {
sources = [
"attestation_verifier/CHIPAttCert_test_paa_store.cpp",
"attestation_verifier/CHIPAttCert_test_paa_store.h",
"attestation_verifier/TestPAAStore.cpp",
"attestation_verifier/TestPAAStore.h",
]

public_deps = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "DefaultDeviceAttestationVerifier.h"

#include <controller/OperationalCredentialsDelegate.h>
#include <credentials/attestation_verifier/TestPAAStore.h>
#include <credentials/CHIPCert.h>
#include <credentials/CertificationDeclaration.h>
#include <credentials/DeviceAttestationConstructor.h>
Expand All @@ -29,8 +30,6 @@
#include <lib/support/ScopedBuffer.h>
#include <lib/support/Span.h>

#include "credentials/attestation_verifier/CHIPAttCert_test_paa_store.h"

using namespace chip::Crypto;
using chip::TestCerts::GetTestPaaRootStore;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Storage for test attestation PAA certificates. Contains the certs for
* the 0xFFF1 vid PAA cert and the test PAA cert with no VID.
*
* These certs are used by the device attestation and crypto tests
* and by the DefaultDeviceAttestationVerifier.
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/credentials/tests/TestDeviceAttestationCredentials.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#include <credentials/CHIPCert.h>
#include <credentials/CertificationDeclaration.h>
#include <credentials/DeviceAttestationCredsProvider.h>
#include <credentials/attestation_verifier/CHIPAttCert_test_paa_store.h>
#include <credentials/attestation_verifier/DefaultDeviceAttestationVerifier.h>
#include <credentials/attestation_verifier/DeviceAttestationVerifier.h>
#include <credentials/attestation_verifier/TestPAAStore.h>
#include <credentials/examples/DeviceAttestationCredsExample.h>
#include <credentials/examples/ExampleDACs.h>
#include <credentials/examples/ExamplePAI.h>
Expand Down
2 changes: 1 addition & 1 deletion src/crypto/tests/CHIPCryptoPALTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#endif

#include <credentials/CHIPCert.h>
#include <credentials/attestation_verifier/CHIPAttCert_test_paa_store.h>
#include <credentials/attestation_verifier/TestPAAStore.h>
#include <credentials/tests/CHIPAttCert_test_vectors.h>
#include <credentials/tests/CHIPCert_test_vectors.h>

Expand Down

0 comments on commit 59fead2

Please sign in to comment.