Skip to content

Commit 395ed4b

Browse files
authored
Add TLSv1.3 as an option in SSL framework section (#1886)
1 parent 8f2617b commit 395ed4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ROOT/pages/security/ssl-framework.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@ The SSL policies are configured by assigning values to parameters of the followi
287287
Valid values depend on the current JRE and SSL provider.
288288
For Ciphers supported by the Oracle JRE, see the link:https://docs.oracle.com/en/java/javase/17/docs/specs/security/standard-names.html#jsse-cipher-suite-names[Oracle official documentation].
289289
| Java platform default allowed cipher suites.
290-
| `tls_versions` | A comma-separated list of allowed TLS versions. | `TLSv1.2`
290+
| `tls_versions` | A comma-separated list of allowed TLS versions. By default only TLSv1.2 and TLSv1.3 are allowed. | `TLSv1.2` +
291+
`TLSv1.3` label:new[Supported from Neo4j 5.24]
291292
| `client_auth` | Whether or not clients must be authenticated.
292293
Setting this to `REQUIRE` enables mutual authentication for servers.
293294
Other possible values are `NONE` and `OPTIONAL`. | `OPTIONAL` for `bolt` and `https`; +

0 commit comments

Comments
 (0)