Skip to content

Fix grammar mistakes #2356

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2025
Merged
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
4 changes: 2 additions & 2 deletions modules/ROOT/pages/security/ssl-fips-compatibility.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ This section describes configuration that must be done *in addition to* standard

[NOTE]
====
* The following group of FIPS-compatible cipher suites are for use with TLSv1.2:
* The following group of FIPS-compatible cipher suites is for use with TLSv1.2:
+
** `TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384`
** `TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256`
Expand All @@ -205,7 +205,7 @@ They require additional configuration in the application or OpenSSL settings.
** `TLS_AES_256_GCM_SHA384`
** `TLS_AES_128_GCM_SHA256`
+
These suites do not require any additional configuration when OpenSSL is built with FIPS support.
These suites do not require additional configuration when OpenSSL is built with FIPS support.
====

[[bolt-ssl-fips]]
Expand Down