Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-16 00:14:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-16 00:14:36 +0300
commit885275c832d7c76b7290b38190a6cf31438d3898 (patch)
tree7d5de8a98dfa50003440c7e2a6c7e1504a926d90 /doc/development/fips_compliance.md
parentf6b58d14904a1413a5442d13f361671e59ab3ded (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/fips_compliance.md')
-rw-r--r--doc/development/fips_compliance.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/fips_compliance.md b/doc/development/fips_compliance.md
index 45668b6be0c..f0634107ba5 100644
--- a/doc/development/fips_compliance.md
+++ b/doc/development/fips_compliance.md
@@ -446,7 +446,7 @@ irb(main):001:0> require 'openssl'; OpenSSL.fips_mode
### Go
-Google maintains a [`dev.boringcrypto` branch](https://github.com/golang/go/tree/dev.boringcrypto) in the Golang compiler
+Google maintains a [`dev.boringcrypto` branch](https://github.com/golang/go/tree/dev.boringcrypto) in the Go compiler
that makes it possible to statically link BoringSSL, a FIPS-validated module forked from OpenSSL.
However, BoringSSL is not intended for public use.