Skip to content

Commit

Permalink
Implemented Certification Declaration Generation/Verification APIs (#…
Browse files Browse the repository at this point in the history
…9285)

-- Implemented APIs to do TLV encoding/decoding of certification elements
 -- Implemented APIs to do CMS signing/verification of certification declaration payload
 -- Added unit tests
  • Loading branch information
emargolis authored and pull[bot] committed Oct 6, 2021
1 parent e86ef4f commit 549fc9b
Show file tree
Hide file tree
Showing 5 changed files with 940 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/credentials/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ static_library("credentials") {
"CHIPCert.h",
"CHIPCertFromX509.cpp",
"CHIPCertToX509.cpp",
"CertificationDeclaration.cpp",
"CertificationDeclaration.h",
"DeviceAttestationConstructor.cpp",
"DeviceAttestationConstructor.h",
"DeviceAttestationCredsProvider.cpp",
Expand Down
Loading

0 comments on commit 549fc9b

Please sign in to comment.