forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request project-chip#717: CPMS: TCP/IP connection support.
Merge in WMN_TOOLS/matter from feature/cpms-tcp_ip to silabs Squashed commit of the following: commit cfcb20341b3b5ceaacdf9ff3e56eff1f5691f1b7 Author: Ricardo Casallas <[email protected]> Date: Fri Apr 28 08:28:32 2023 -0400 CPMS: Code review. commit 734d888f66edfaa42c95caf0eacf44990e830675 Author: Ricardo Casallas <[email protected]> Date: Thu Apr 27 11:41:53 2023 -0400 CPMS: JSON configuration improved. commit 64884b9747e946709173cb71ef4b4bcff48b86bf Author: Ricardo Casallas <[email protected]> Date: Thu Apr 27 07:56:59 2023 -0400 CPMS: TCP/IP connection support.
- Loading branch information
1 parent
aaa0c5f
commit c1e0811
Showing
12 changed files
with
734 additions
and
721 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
{ | ||
"generate": false, | ||
"cpms": false, | ||
"csr": false, | ||
"vendor_id": 4169, | ||
"product_id": 32773, | ||
"discriminator": 3841, | ||
"attestation": { | ||
"pkcs12": "/temp/kudelski/certs.p12", | ||
"key_pass": "cBiqGji1ARHKQ8gv6kiVh1uJQDn/dMXlTXbNOXwjNDE=", | ||
"certification": "./temp/cd.der" | ||
}, | ||
"spake2p": { | ||
"passcode": 62034001, | ||
"salt": "U1BBS0UyUCBLZXkgU2FsdA==", | ||
"iterations": 1500 | ||
"version": "1.0", | ||
"matter": { | ||
"vendor_id": 4169, | ||
"product_id": 32773, | ||
"discriminator": 3841, | ||
"attestation": { | ||
"key_id": 0, | ||
"pkcs12": "temp/certs.p12", | ||
"key_pass": "cBiqGji1ARHKQ8gv6kiVh1uJQDn/dMXlTXbNOXwjNDE=", | ||
"certification": "temp/cd.der" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
{ | ||
"csr": true, | ||
"vendor_id": 65521, | ||
"product_id": 32773, | ||
"discriminator": 3840, | ||
"attestation": { | ||
"certification": "./temp/cd.der", | ||
"common_name": "Matter Device" | ||
}, | ||
"spake2p": { | ||
"verifier": "uWFwqugDNGiEck/po7KHwwMwwqZgN10XuyBajPGuyzUEV/iree4lOrao5GuwnlQ65CJzbeUB49s31EH+NEkg0JVI5MGCQGMMT/SRPFNRODm3wH/MBiehuFc6FJ/NH6Rmzw==", | ||
"passcode": 20202021, | ||
"salt": "U1BBS0UyUCBLZXkgU2FsdA==", | ||
"iterations": 1000 | ||
"version": "1.0", | ||
"matter": { | ||
"csr": true, | ||
"vendor_id": 65521, | ||
"product_id": 32773, | ||
"discriminator": 3840, | ||
"attestation": { | ||
"certification": "./temp/cd.der", | ||
"common_name": "Matter_Device" | ||
}, | ||
"spake2p": { | ||
"verifier": "uWFwqugDNGiEck/po7KHwwMwwqZgN10XuyBajPGuyzUEV/iree4lOrao5GuwnlQ65CJzbeUB49s31EH+NEkg0JVI5MGCQGMMT/SRPFNRODm3wH/MBiehuFc6FJ/NH6Rmzw==", | ||
"passcode": 20202021, | ||
"salt": "U1BBS0UyUCBLZXkgU2FsdA==", | ||
"iterations": 1000 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
{ | ||
"generate": true, | ||
"vendor_id": 65521, | ||
"product_id": 32773, | ||
"commissioning_flow": 0, | ||
"rendezvous_flags": 2, | ||
"discriminator": 3840, | ||
"attestation": { | ||
"key_id": 2 | ||
}, | ||
"spake2p": { | ||
"verifier": "uWFwqugDNGiEck/po7KHwwMwwqZgN10XuyBajPGuyzUEV/iree4lOrao5GuwnlQ65CJzbeUB49s31EH+NEkg0JVI5MGCQGMMT/SRPFNRODm3wH/MBiehuFc6FJ/NH6Rmzw==", | ||
"passcode": 20202021, | ||
"salt": "U1BBS0UyUCBLZXkgU2FsdA==", | ||
"iterations": 1000 | ||
"version": "1.0", | ||
"matter": { | ||
"generate": true, | ||
"vendor_id": 65521, | ||
"product_id": 32773, | ||
"commissioning_flow": 0, | ||
"rendezvous_flags": 2, | ||
"discriminator": 3840, | ||
"attestation": { | ||
"key_id": 2 | ||
}, | ||
"spake2p": { | ||
"verifier": "uWFwqugDNGiEck/po7KHwwMwwqZgN10XuyBajPGuyzUEV/iree4lOrao5GuwnlQ65CJzbeUB49s31EH+NEkg0JVI5MGCQGMMT/SRPFNRODm3wH/MBiehuFc6FJ/NH6Rmzw==", | ||
"passcode": 20202021, | ||
"salt": "U1BBS0UyUCBLZXkgU2FsdA==", | ||
"iterations": 1000 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
{ | ||
"vendor_id": 4169, | ||
"product_id": 32773, | ||
"discriminator": 3841, | ||
"spake2p": { | ||
"passcode": 62034001, | ||
"salt": "U1BBS0UyUCBLZXkgU2FsdA==", | ||
"iterations": 1500 | ||
"version": "1.0", | ||
"matter": { | ||
"vendor_id": 4169, | ||
"product_id": 32773, | ||
"discriminator": 3841, | ||
"spake2p": { | ||
"passcode": 62034001, | ||
"salt": "U1BBS0UyUCBLZXkgU2FsdA==", | ||
"iterations": 1500 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"version": "1.0", | ||
"matter": { | ||
"spake2p": { | ||
"verifier": "uWFwqugDNGiEck/po7KHwwMwwqZgN10XuyBajPGuyzUEV/iree4lOrao5GuwnlQ65CJzbeUB49s31EH+NEkg0JVI5MGCQGMMT/SRPFNRODm3wH/MBiehuFc6FJ/NH6Rmzw==", | ||
"passcode": 20202021, | ||
"salt": "U1BBS0UyUCBLZXkgU2FsdA==", | ||
"iterations": 1000 | ||
} | ||
} | ||
} |
Oops, something went wrong.