From 2492330c31513545331b357d4fdd8d0cdc20f1ca Mon Sep 17 00:00:00 2001 From: boruszak Date: Thu, 16 May 2024 13:51:15 -0700 Subject: [PATCH] FIPS section --- website/content/docs/enterprise/fips.mdx | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/website/content/docs/enterprise/fips.mdx b/website/content/docs/enterprise/fips.mdx index 0aca1ad207..ad4d1655f4 100644 --- a/website/content/docs/enterprise/fips.mdx +++ b/website/content/docs/enterprise/fips.mdx @@ -125,7 +125,21 @@ Similarly, on a FIPS Windows binary, run `go tool nm` on the binary to get a sym On both Linux and Windows non-FIPS builds, the search output yields no results. -### Compliance validation - -A Lab, authorized by the U.S. Government to certify FIPS 140-2 compliance, is in the process of verifying that Consul Enterprise and its related packages are compliant with the requirements of FIPS 140-2 Level 1. - +### Leidos validation + +In April 2024, Leidos certified the integration of FIPS 140-2 cryptographic module [BoringCrypto Cert. #4407](https://csrc.nist.gov/Projects/Cryptographic-Module-Validation-Program/Certificate/4407) in the following Consul releases: + +- Consul Enterprise builds: + - [consul_1.16.0+ent.fips1402](https://releases.hashicorp.com/consul/1.16.0+ent.fips1402/) + - [consul_1.16.1+ent.fips1402](https://releases.hashicorp.com/consul/1.16.1+ent.fips1402/) +- Consul Dataplane builds: + - [consul-dataplane_1.2.0+fips1402](https://releases.hashicorp.com/consul-dataplane/1.2.0+fips1402/) + - [consul-dataplane_1.2.1+fips1402](https://releases.hashicorp.com/consul-dataplane/1.2.1+fips1402/) +- Consul K8s builds: + - [consul-k8s_1.2.0+fips1402](https://releases.hashicorp.com/consul-k8s/1.2.0+fips1402/) + - [consul-k8s_1.2.1+fips1402](https://releases.hashicorp.com/consul-k8s/1.2.1+fips1402/) +- Consul K8s Control Plane builds: + - [consul-k8s-control-plane_1.2.0+fips1402](https://releases.hashicorp.com/consul-k8s-control-plane/1.2.0+fips1402/) + - [consul-k8s-control-plane_1.2.1+fips1402](https://releases.hashicorp.com/consul-k8s-control-plane/1.2.2+fips1402/) + +For more information about verified platform architectures and confirmed feature support, [review the Leidos certification letter](https://www.datocms-assets.com/2885/1715791547-boringcrypto_compliance_letter_signed.pdf). \ No newline at end of file