You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|Australia | Referenced for government, defense, and cryptography systems. |
60
+
| Canada | Mandatory for federal and sensitive systems. |
61
+
|Denmark| Referenced in finance, healthcare, and NATO-related systems.|
62
+
|Estonia| Adopted for e-governance and critical systems. |
63
+
|Finland|Relied on for defense and NATO collaboration. |
64
+
|France| Relied on for defense and secure systems. |
65
+
|Germany| Relied on for defense, critical infrastructure, and NATO interoperability.|
66
+
|Israel| Trusted in defense, government, and financial systems. |
67
+
| Italy | Relied on for defense and financial cryptography. |
68
+
|Japan| Referenced in government and financial cryptographic practices.|
69
+
|Netherlands| Referenced in finance, healthcare, and NATO cryptography systems.|
70
+
|New Zealand| Referenced for government and national cryptography.|
71
+
|Poland | Relied on for secure government and NATO-linked communications.|
72
+
|Spain|Referenced in NATO interoperability and critical systems. |
73
+
|Sweden |Relied on for defense and secure NATO communications.|
74
+
|UAE| Trusted in finance, energy, and interoperability with the U.S. cryptography.|
75
+
|United Kingdom| Referenced for defense, health, and procurement standards.|
76
+
|United States| Mandatory for federal government systems and contractors. |
77
77
{{< /bootstrap-table >}}
78
78
79
+
where:
80
+
81
+
- Mandatory: used for countries that officially require FIPS compliance (United States, Canada).
82
+
83
+
- Relied on: used for countries where FIPS plays a critical role in defense, finance, and secure communication. While not officially mandated, these countries depend on FIPS due to interoperability with NATO systems.
84
+
85
+
- Referenced: used when industries or governments incorporate FIPS-certified cryptography as part of their standards but do not enforce it as mandatory.
86
+
87
+
- Adopted: used when governments or systems actively use FIPS frameworks for secure collaboration.
88
+
89
+
- Trusted: Used in contexts where FIPS is recognized as a reliable standard for industries such as finance and energy.
90
+
79
91
80
92
## FIPS Compliant or FIPS Validated
81
93
@@ -113,11 +125,17 @@ You also can verify whether your operating system or cryptographic module is FIP
113
125
114
126
## Verification of Correct Operation of NGINX Plus
115
127
116
-
The following process describes how to deploy NGINX Plus in a FIPS‑compliant fashion and then verify that the FIPS operations are correctly performed.
128
+
The following process describes how to deploy NGINX Plus in a FIPS‑compliant fashion and then verify that the FIPS operations are correctly performed:
129
+
130
+
-[Verify](#os-fips-check) if the operating system is running in FIPS mode. If not, [configure](#os-fips-setup) it to enable FIPS mode.
131
+
132
+
-[Ensure](#openssl-fips-check) that the OpenSSL library is operating in FIPS mode.
133
+
134
+
- Run simple checks for [OpenSSL](#openssl-fips-check) and [NGINX Plus](#nginx-plus-fips-check) to ensure FIPS mode.
117
135
118
136
The process uses Red Hat Enterprise Linux (RHEL) release 9.6 as an example, and can be adapted for other Linux operating systems that can be configured in FIPS mode.
119
137
120
-
### Step 1: Configure the Operating System to Use FIPS Mode
138
+
### Step 1: Configure the Operating System to Use FIPS Mode {#os-fips-setup}
121
139
122
140
For the purposes of the following demonstration, we installed and configured a RHEL 9.6 server. The [Red Hat FIPS documentation](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/security_guide/chap-federal_standards_and_regulations#sec-Enabling-FIPS-Mode) explains how to switch the operating system between FIPS mode and non‑FIPS mode by editing the boot options and restarting the system.
123
141
@@ -131,14 +149,14 @@ For instructions for enabling FIPS mode on other FIPS‑compliant Linux operatin
131
149
132
150
- Oracle Linux 9: [Configuring FIPS mode](https://docs.oracle.com/en/operating-systems/oracle-linux/9/security/configuring_fips_mode.html#configuring-fips-mode)
133
151
134
-
-Amazon Linux 2023: [Enabling FIPS mode](https://docs.aws.amazon.com/linux/al2023/ug/fips-mode.html)
152
+
- Amazon Linux 2023: [Enabling FIPS mode](https://docs.aws.amazon.com/linux/al2023/ug/fips-mode.html)
135
153
136
154
- Amazon Linux 2: [Enabling FIPS mode](https://docs.aws.amazon.com/linux/al2/ug/fips-mode.html)
137
155
138
156
- AlmaLinux: [FIPS Validation for AlmaLinux](https://almalinux.org/blog/2023-09-19-fips-validation-for-almalinux/)
139
157
140
158
141
-
### Step 2: Verify the Operating System is in FIPS Mode
159
+
### Step 2: Verify the Operating System is in FIPS Mode {#os-fips-check}
142
160
143
161
You can verify that the operating system is in FIPS mode and that the version of OpenSSL provided by the operating system vendor is FIPS‑compliant by using the following tests.
144
162
@@ -181,7 +199,7 @@ The output of the command shows that FIPS is running:
181
199
FIPS mode is enabled.
182
200
```
183
201
184
-
### Step 3: Verify the OpenSSL is in FIPS Mode
202
+
### Step 3: Verify the OpenSSL is in FIPS Mode {#openssl-fips-check}
185
203
186
204
**Determine the OpenSSL FIPS Provider is active**: This test verifies the correct version of OpenSSL and that the OpenSSL FIPS Provider is active:
187
205
@@ -231,7 +249,7 @@ The result of the command, showing the MD5 checksum of `/dev/null`:
231
249
MD5(/dev/null)= d41d8cd98f00b204e9800998ecf8427e
232
250
```
233
251
234
-
### Step 3: Install NGINX Plus on the Operating System
252
+
### Step 3: Install NGINX Plus on the Operating System {#nginx-plus-instll}
235
253
236
254
Follow the [F5 NGINX Plus Installation guide](https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-plus/) to install NGINX Plus on the host operating system, either directly from the [NGINX Plus repository](https://account.f5.com/myf5), or by downloading the **nginx-plus** package (**rpm** or **deb** package) onto another system and manually installing it on the host operating system.
237
255
@@ -280,9 +298,9 @@ Verify that you can access the website using HTTPS from a remote host. Connect t
280
298
281
299
Use `openssl s_client` for this test because it unambiguously confirms which SSL/TLS cipher was negotiated in the connection. After some debugging information (including the cipher selected), the body of the default “Welcome to nginx!” greeting page is displayed.
282
300
283
-
### Step 4: Verify Compliance with FIPS
301
+
### Step 4: Verify Compliance with FIPS 140-2 {#fips-2-check}
284
302
285
-
FIPS 140-2 disallows the use of some cryptographic algorithms, including the Camellia block cipher. We can test compliance with FIPS 140-2 by issuing SSL/TLS requests with known ciphers on another (non-FIPS-mode) server:
303
+
FIPS 140-2 disallows the use of some cryptographic algorithms, including the Camellia block cipher. You can test compliance with FIPS 140-2 by issuing SSL/TLS requests with known ciphers on another (non-FIPS-mode) server:
286
304
287
305
#### RC4-MD5
288
306
@@ -302,15 +320,33 @@ This cipher is considered secure but is not permitted by the FIPS standard. The
302
320
303
321
Note that if you attempt to issue the client request on a host running in FIPS mode, it fails because the OpenSSL client cannot use this cipher.
304
322
323
+
324
+
### Step 5: Verify Compliance with FIPS 140-3 {#fips-3-check}
325
+
326
+
In addition, FIPS 140-3 disallows the use of several ciphers and algorithms that were once allowed or still allowed under FIPS 140-2:
327
+
305
328
#### AES256-SHA
306
329
330
+
Althoguh this cipher is permitted by FIPS 140-2, it is not permitted by FIPS 140-3. The SSL handshake fails in case of FIPS 140-3 and succeeds in case of FIPS 140-2.
@@ -357,15 +393,15 @@ This statement uses the following terms:
357
393
358
394
-**Cryptographic module**: The OpenSSL software, comprised of libraries of FIPS‑validated algorithms that can be used by other applications.
359
395
360
-
-**Cryptographic boundary**: The operational functions that use FIPS‑validated algorithms. For NGINX Plus, the cryptographic boundary includes all functionality that is implemented by the [`http_ssl`](https://nginx.org/en/docs/http/ngx_http_ssl_module.html), [`http_v2`](https://nginx.org/en/docs/http/ngx_http_v2_module.html), [`http_v3`](https://nginx.org/en/docs/http/ngx_http_v3_module.html), [`stream_ssl`](https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html), [`mail_ssl`](https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html), and [`http_auth_jwt`](https://nginx.org/en/docs/http/ngx_http_auth_jwt_module.html) modules. These modules implement SSL and TLS operations for inbound and outbound connections which use HTTP, HTTP/2, HTTP/3, TCP, and mail protocols.
396
+
-**Cryptographic boundary**: The operational functions that use FIPS‑validated algorithms. For NGINX Plus, the cryptographic boundary includes all functionality that is implemented by the [`http_auth_jwt`](https://nginx.org/en/docs/http/ngx_http_auth_jwt_module.html), [`http_ssl`](https://nginx.org/en/docs/http/ngx_http_ssl_module.html), [`http_v2`](https://nginx.org/en/docs/http/ngx_http_v2_module.html), [`http_v3`](https://nginx.org/en/docs/http/ngx_http_v3_module.html), [`mail_ssl`](https://nginx.org/en/docs/mail/ngx_mail_ssl_module.html), and [`stream_ssl`](https://nginx.org/en/docs/stream/ngx_stream_ssl_module.html) modules. These modules implement SSL and TLS operations for inbound and outbound connections which use HTTP, HTTP/2, HTTP/3, TCP, and mail protocols.
361
397
362
398
-**NGINX Plus**: The NGINX Plus software application developed by NGINX, Inc. and delivered in binary format from NGINX servers.
363
399
364
400
-**FIPS mode**: When the operating system is configured to run in FIPS mode, the OpenSSL cryptographic module operates in a mode that has been validated to be in compliance with FIPS 140-2 Level 2. Most operating systems do not run in FIPS mode by default, so explicit configuration is necessary to enable FIPS mode.
365
401
366
402
-**FIPS validated**: A component of the OpenSSL cryptographic module (the OpenSSL FIPS Object Module) is formally validated by an authorized certification laboratory. The validation holds if the module is built from source with no modifications to the source or build process. The implementation of FIPS mode that is present in operating system vendors’ distributions of OpenSSL contains this validated module.
367
403
368
-
-**FIPS compliant**: NGINX Plus is compliant with FIPS 140-2 Level 1 within the cryptographic boundary when used with a FIPS‑validated OpenSSL cryptographic module on an operating system running in FIPS mode.
404
+
-**FIPS compliant**: NGINX Plus is compliant with FIPS 140-2 Level 1 and FIPS 140-3 Level 1 within the cryptographic boundary when used with a FIPS‑validated OpenSSL cryptographic module on an operating system running in FIPS mode.
0 commit comments