Skip to content

Releases: golang-fips/go

go1.19.13-1-openssl-fips

22 Sep 14:38
af77614

Choose a tag to compare

Update to Go 1.19.13

What's Changed

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)

19 Sep 13:51
72bbe83

Choose a tag to compare

This check can not happen before the openssl
backend is initialized.

go1.17.12-3-openssl-fips

19 Sep 13:52
145ce86

Choose a tag to compare

Revert "Backport CVE-2023-29403 to 1.17" and Fix OpenSSL Runtime Chec…

go1.16.12-3-openssl-fips

19 Sep 13:53
b3a2bad

Choose a tag to compare

Revert "Backport CVE-2023-29403 to 1.16" and Fix OpenSSL Runtime Chec…

go1.15.14-3-openssl-fips

19 Sep 13:53
58ecfba

Choose a tag to compare

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)

30 Aug 12:30
35be8b4

Choose a tag to compare

* 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)

30 Aug 12:32
7e08b6e

Choose a tag to compare

* 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)

30 Aug 12:34
da25cd7

Choose a tag to compare

* 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)

30 Aug 12:35
be0d8f2

Choose a tag to compare

* 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)

30 Aug 12:36
bb874a8

Choose a tag to compare

* 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.