Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix use of certificate validity policy in CHIPDeviceController. (#26405)
In CHIPDeviceControllerFactory we were using the provided validity policy for our CASE server (i.e. when acting as a CASE responder), but not for our CASE client (i.e. not when acting as CASE initiator). As a result, when acting as a CASE client we ended up using the default validity policy for the NOC provided by the other side, instead of using the one that was passed in via the FactoryInitParams.
- Loading branch information