Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion app/gateway/fips-140-2-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ works_on:
---

{:.warning}
> For FIPS 140-3, see [FIPS 140-3 compliance in {{site.base_gateway}}](/gateway/fips-support/). FIPS 140-2 support will be deprecated in a future release.
> For FIPS 140-3, see [FIPS 140-3 compliance in {{site.base_gateway}}](/gateway/fips-support/).
> NIST moved FIPS 140-2 module validations to the Historical List on 22 September 2026.
> New {{site.base_gateway}} builds no longer publish FIPS 140-2 packages or images.
> Existing FIPS 140-2 packages for previously released versions remain available.
> Migrate new deployments to the FIPS 140-3 package.

The Federal Information Processing Standard (FIPS) 140-2 is a federal standard defined by the National Institute of Standards and Technology. It specifies the security requirements that must be satisfied by a cryptographic module. The FIPS {{site.base_gateway}} package is FIPS 140-2 compliant. Compliance means that {{site.base_gateway}} only uses FIPS 140-2 approved algorithms while running in FIPS mode, but the product has not been submitted to a NIST testing lab for validation.

Expand Down
2 changes: 2 additions & 0 deletions app/gateway/fips-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ The package uses the OpenSSL FIPS Provider 3.1.2 to provide FIPS 140-3 validated

{:.info}
> **Note**: If you are looking for instructions on using the FIPS 140-2 package, see [FIPS 140-2 compliance in {{site.base_gateway}}](/gateway/fips-140-2-support/).
> NIST moved FIPS 140-2 module validations to the Historical List on 22 September 2026.
> New {{site.base_gateway}} builds publish FIPS 140-3 packages and images only.

## Configure FIPS

Expand Down
Loading