Releases: golang-fips/go
Releases · golang-fips/go
go1.25.1-1-openssl-fips: Merge pull request #324 from dbenoit17/go1.25.1
go1.24.7-1-openssl-fips
What's Changed
- go1.24.7 by @dbenoit17 in #325
Full Changelog: go1.24.6-1-openssl-fips...go1.24.7-1-openssl-fips
go1.25.0-1-openssl-fips
Fix HKDF-Extract The latest OpenSSL in c9s/c10s requires nil salt to be passed as a hash length buffer of zeros. This commit is a backport of https://github.com/golang-fips/openssl/pull/276/commits/0ec829d1b13eeb598f2de7b3278fe7138d24c1e6
go1.24.6-1-openssl-fips
- Update to Go 1.24.6
- Fix HKDF Extract issue
go1.23.12-1-openssl-fips
- Update to Go 1.23.12
- Fix issue in HKDF Extract
go1.24.5-1-openssl-fips
Closes #313.
go1.24.4-1-openssl-fips
What's Changed
- go 1.24.4 by @dbenoit17 in #302
- Go 1.24: Add ubi10, c10s targets to gating by @dbenoit17 in #304
Full Changelog: go1.24.3-3-openssl-fips...go1.24.4-1-openssl-fips
go1.23.10-1-openssl-fips
What's Changed
- go1.23.10 by @dbenoit17 in #303
- Go 1.23: Add ubi10, c10s targets to gating by @dbenoit17 in #305
Full Changelog: go1.23.9-1-openssl-fips...go1.23.10-1-openssl-fips
go1.24.3-3-openssl-fips: Fix GOLANG_FIPS=0 and enable CGO for bin/go
Pick up these two patches from the go1.23-fips-release branch.
go1.24.3-2-openssl-fips
Force fips140tls in boring mode and run http tests