Skip to content

Commit 9e3c5c2

Browse files
rolandshoemakerseankhliao
authored andcommitted
_content/doc/security: add fips link
Change-Id: I664f160f2d667648d61d2fb6c8ea745721f0566d Reviewed-on: https://go-review.googlesource.com/c/website/+/691455 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Sean Liao <sean@liao.dev>
1 parent a08be9c commit 9e3c5c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_content/doc/security/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,9 @@ standard toolchain beginning in Go 1.18. Native Go fuzz tests are
8181
Go’s cryptography libraries aim to help developers build secure applications.
8282
See documentation for the [crypto packages](https://pkg.go.dev/golang.org/x/crypto)
8383
and [golang.org/x/crypto/](https://pkg.go.dev/golang.org/x/crypto).
84+
85+
## FIPS 140-3 compliant cryptography
86+
87+
Go's cryptography libraries can be used in a FIPS 140-3 compliant mode for use
88+
in regulated environments. See the [FIPS 140-3 Compliance](/doc/security/fips140) documentation
89+
for more information.

0 commit comments

Comments
 (0)