From db28a0a9d9635b3cead8b36b30dcbf9c98fc31c0 Mon Sep 17 00:00:00 2001 From: Archana Ravindar Date: Wed, 6 Dec 2023 13:55:45 +0530 Subject: [PATCH 1/2] Rebase Go Fips 1.20 release to Go1.20.12 --- config/versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/versions.json b/config/versions.json index 01ceba91c1..e125f3ef9b 100644 --- a/config/versions.json +++ b/config/versions.json @@ -1,5 +1,5 @@ { "github.com/golang-fips/go": "go1.20-fips-release", "github.com/golang-fips/openssl-fips": "b175be2ccd46683a51cba60a9a2087b09593317d", - "github.com/golang/go": "go1.20.11" + "github.com/golang/go": "go1.20.12" } From 8202df7608f5b5a858abfa58be1a8733194654e7 Mon Sep 17 00:00:00 2001 From: Archana Ravindar Date: Tue, 2 Jul 2024 22:20:36 +0530 Subject: [PATCH 2/2] Include commit that removes usage of EC_KEY* functions to enforce FIPS restrictions --- config/versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/versions.json b/config/versions.json index e125f3ef9b..9b4aea0155 100644 --- a/config/versions.json +++ b/config/versions.json @@ -1,5 +1,5 @@ { "github.com/golang-fips/go": "go1.20-fips-release", - "github.com/golang-fips/openssl-fips": "b175be2ccd46683a51cba60a9a2087b09593317d", + "github.com/golang-fips/openssl-fips": "a10e615bfd26452f55725ade970bb87b4145483d", "github.com/golang/go": "go1.20.12" }