Skip to content

Commit 4630216

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCSP-27413 ssl fips (#3105)
* DOCSP-27413-ssl-fips * DOCSP-27413-ssl-fips * DOCSP-27413-ssl-fips * DOCSP-27413-ssl-fips * DOCSP-27413-ssl-fips * DOCSP-27413-ssl-fips * DOCSP-27413-ssl-fips * DOCSP-27413-ssl-fips --------- Co-authored-by: jason-price-mongodb <[email protected]>
1 parent 0bea408 commit 4630216

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

source/core/security-transport-encryption.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ MongoDB supports TLS/SSL (Transport Layer Security/Secure Sockets Layer)
1919
to encrypt all of MongoDB's network traffic. TLS/SSL ensures that MongoDB
2020
network traffic is only readable by the intended client.
2121

22+
.. include:: /includes/ssl-and-fips-support.rst
23+
2224
TLS Versions
2325
~~~~~~~~~~~~
2426

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Starting in MongoDB 7.0 and 6.0.7, MongoDB supports OpenSSL 3.0 and the
2+
OpenSSL FIPS provider with these operating systems:
3+
4+
- Red Hat Enterprise Linux 9
5+
- Amazon Linux 2023
6+
- Ubuntu Linux 22.04

source/release-notes/7.0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,10 @@ MongoDB 7.0 (and 6.0.6) adds the :setting:`useLegacyProtocol
5757
<security.kmip.useLegacyProtocol>` setting. This setting allows MongoDB
5858
servers to connect to KMIP servers that use KMIP protocol version 1.0 or
5959
1.1.
60+
61+
OpenSSL and FIPS Support
62+
````````````````````````
63+
64+
.. include:: /includes/ssl-and-fips-support.rst
65+
66+
For details, see :ref:`transport-encryption`.

0 commit comments

Comments
 (0)