Releases: golang-fips/go
Releases · golang-fips/go
go1.19.13-1-openssl-fips
Update to Go 1.19.13
What's Changed
- run go mod tidy with local Go toolchain by @dbenoit17 in #124
- Update to Go 1.19.13 by @dbenoit17 in #128
Full Changelog: go1.19.12-1-openssl-fips...go1.19.13-1-openssl-fips
go1.18.10-3-openssl-fips: Fix OpenSSL Runtime Check (#117)
This check can not happen before the openssl backend is initialized.
go1.17.12-3-openssl-fips
Revert "Backport CVE-2023-29403 to 1.17" and Fix OpenSSL Runtime Chec…
go1.16.12-3-openssl-fips
Revert "Backport CVE-2023-29403 to 1.16" and Fix OpenSSL Runtime Chec…
go1.15.14-3-openssl-fips
Revert "Backport CVE-2023-29403 to 1.15" and Fix OpenSSL Runtime Chec…
go1.19.12-1-openssl-fips: [Go 1.19] Restrict key generation and add test script (#108)
* Restrict 1024 keygen in strict fips mode * Add crypto test script This commit adds crypto-test.sh, which runs the Go crypto and tls tests in both default fips and strict fips modes.
go1.18.10-2-openssl-fips: [Go 1.18] Restrict key generation and add test script (#109)
* Add strict fips mode * fixup whitespace * Add crypto test script This commit adds crypto-test.sh, which runs the Go crypto and tls tests in both default fips and strict fips modes.
go1.17.12-2-openssl-fips: [Go 1.17] Restrict key generation and add test script (#110)
* Add strict fips mode * fix whitespace * Add crypto test script This commit adds crypto-test.sh, which runs the Go crypto and tls tests in both default fips and strict fips modes.
go1.16.12-2-openssl-fips: [Go 1.16] Restrict key generation and add test script (#111)
* Add strict fips mode * fix whitespace * Add crypto test script This commit adds crypto-test.sh, which runs the Go crypto and tls tests in both default fips and strict fips modes.
go1.15.14-2-openssl-fips: [Go 1.15] Restrict key generation and add test script (#112)
* Add strict fips mode * fix whitespace * Add crypto test script This commit adds crypto-test.sh, which runs the Go crypto and tls tests in both default fips and strict fips modes.