- Notifications
You must be signed in to change notification settings - Fork11
Tags: h2oai/nitro
Tags
v0.21.0
`GOEXPERIMENT=boringcrypto` switches `crypto` packages to call Boring……Crypto library. It is included as a precompiled object with Go distibution so can be linked to statically. (#126)We want to have all binaries consistently built this way to get closer to FIPS 140 compliance.---I needed to change the ldflags in the `.goreleaser.yaml` as the default contains `-s` and we want to have symbol table preset as it is the only way how can verify that the binary is buit the way we want.There's no obvious way how the toolchain version is specified so just FYI, `GOEXPERIMENT=boringcrypto` requires atleast Go 1.19.
PreviousNext