h2oai / wave

Realtime Web Apps and Dashboards for Python and R
https://wave.h2o.ai
Apache License 2.0
3.9k stars 323 forks source link

build: đŸ”’Enable and enforce `boringcrypto` experiment #2353

Closed zoido closed 4 days ago

zoido commented 1 week ago

GOEXPERIMENT=boringcrypto switches crypto packages to call BoringCrypto library. It is included as a precompiled object with Go distibution so can be linked to statically.

We want to have all binaries consistently built this way to get closer to FIPS 140 compliance.