You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments