Skip to content

Commit d20a3e0

Browse files
authored
Doc: Clarify description and make minor grammar fixes (#150)
1 parent 620aa58 commit d20a3e0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/index.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,10 @@ and no codec for the request's content-type is found
136136
* Value type is <<array,array>>
137137
* Default value is `[TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256]`
138138

139-
The list of ciphers suite to use, listed by priorities.
140-
The default values applies for OpenJDK 11.0.14 and higher, for older versions the list does not include suites
141-
not supported by the JDK, such as the ChaCha20 family of ciphers.
139+
The list of cipher suites to use, listed by priorities.
140+
This default list applies for OpenJDK 11.0.14 and higher.
141+
For older JDK versions, the default list includes only suites supported by that version.
142+
For example, the ChaCha20 family of ciphers is not supported in older versions.
142143

143144
[id="plugins-{type}s-{plugin}-ecs_compatibility"]
144145
===== `ecs_compatibility`

0 commit comments

Comments
 (0)