diff --git a/modules/ROOT/pages/security/ssl-fips-compatibility.adoc b/modules/ROOT/pages/security/ssl-fips-compatibility.adoc index 930ea6260..ec56319e8 100644 --- a/modules/ROOT/pages/security/ssl-fips-compatibility.adoc +++ b/modules/ROOT/pages/security/ssl-fips-compatibility.adoc @@ -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` @@ -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]]