Skip to content

Commit cd618f4

Browse files
Apply suggestions from code review
Clarify that ciphers remain available if you define them in the config
1 parent a60b703 commit cd618f4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

modules/ROOT/pages/changes-deprecations-removals.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,4 +663,5 @@ As of 2025.10, the Java 21 default cipher suites that use insecure CBC-based cip
663663
* TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
664664
* TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
665665

666+
However, you still can use them by explicitly specifying their configuration and referencing them in your setup.
666667

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,8 @@ Starting from 2025.10, the Java 21 default cipher suites that use insecure CBC-b
10441044
* TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
10451045
* TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
10461046
* TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
1047+
1048+
However, you still can use them by explicitly specifying their configuration and referencing them in your setup.
10471049
====
10481050
10491051
.Bolt

0 commit comments

Comments
 (0)