Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use BoringSSL for python controller build (#33964)
Problem: - OpenSSL can vary per build machine, causing non-hermetic builds This PR: - Selects boringssl (built from tree) as default CHIP crypto backend for Python controller Testing done: - All Python unit tests and integration tests still pass
- Loading branch information