connectedhomeip icon indicating copy to clipboard operation
connectedhomeip copied to clipboard

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards...

Results 1078 connectedhomeip issues
Sort by recently updated
recently updated
newest added

Bumps [third_party/mbedtls/repo](https://github.com/ARMmbed/mbedtls) from `8bb9e46` to `2c08ac7`. Commits 2c08ac7 Merge pull request #6157 from daverodgman/chacha-psa-defines-backport da12621 Merge pull request #6071 from wernerlewis/bignum_test_radix_2.28 f222b8e Merge pull request #6161 from daverodgman/backport-cert-symlink ddc3845 Merge...

external dependency
review - pending

A followup: we should just remove `Abort`. It's only used from `InteractionModelEngine::Shutdown`, which could just as easily check `IsFree` and call `Close`. _Originally posted by @bzbarsky-apple in https://github.com/project-chip/connectedhomeip/pull/21204#discussion_r932260482_

Interaction Model Work

```suggestion // Applications may hold references to CommandHandler instances for async command processing. // Therefore we can't forcible destroy CommandHandlers here. Their exchanges will get closed by // the fabric...

Interaction Model Work

Per Slack discussion: the WriteClient constructor actually behaves differently depending on `CONFIG_BUILD_FOR_HOST_UNIT_TEST`, so this test is completely broken if that's ever not defined.... We need to fix things so that's...

Interaction Model Work

Bumps [third_party/pigweed/repo](https://github.com/google/pigweed) from `9235aeb` to `919077e`. Commits 919077e pw_bloat: ASCII table class for size reports from DataSourceMaps 905827a roll: host_tools 6e9457e roll: rust 593c741 roll: cmake 6b31823 third_party/fuchsia: Temporarily suppress...

external dependency
review - pending

#### Problem After #21081 and #20237 the semantics of the exchange context member of various interaction model objects changed in a subtle but important way. Before that change, the member...

V1.0
security
Interaction Model Work

SHA: 41cb8220744f2587413d0723e24847f07d6ac59f Getting information about fabric ID is not possible from second and third controller. I get only compressed fabric ID is: 0x0000000000000000 every time on fabric update. When commissioning...

#### Problem TC-RR-1.1 (https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/minimal_resource_reqs.adoc#tc-rr-1-1-minimal-resource-requirements-for-matter-node) is a resources minima test that exercises a large number facets too difficult to manually orchestrate with chip-tool. #### Proposed Solution The test needs to be...

testing
python
cert
automation
tests
needs certification test

#### Problem TC-OPCREDS-3.1 (https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/devicemanagement.adoc#tc-opcreds-3-1-attribute-nocs-trustedrootcertificates-list-validation-dut-server) is very complex test that requires particular procedures not realizable by hand with chip-tool, especially regarding complex cryptographic values. #### Proposed Solution Implement TC-OPCREDS-3.1 with `matter_testing_support`...

testing
python
automation
tests
needs certification test

#### Problem TC-DA-1.5 (https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/deviceattestation.adoc#415-tc-da-15-nocsr-procedure-validation-dut---commissionee) is very complex test that requires particular procedures not realizable by hand with chip-tool, especially regarding complex data dependencies and value mutations. #### Proposed Solution Implement...

testing
python
cert
automation
tests
needs certification test