Skip to content

Commit 90fde6e

Browse files
authored
Merge pull request #4807 from OpenLiberty/26.0.0.5-beta-post
Update 26.0.0.5-beta-post into draft
2 parents 609484d + 8788cb8 commit 90fde6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

posts/2026-05-05-26.0.0.5-beta.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Navaneeth S Nair <https://github.com/navaneethsnair1>
1818
:url-about: /
1919
//Blank line here is necessary before starting the body of the post.
2020

21-
This beta release updates the `mcpServer-1.0` feature and simplifies SSL cipher configuration by the effective JDK cipher list by default and flexible `enabledCiphers` syntax.
21+
This beta release updates the `mcpServer-1.0` feature and simplifies SSL cipher configuration by using the effective JDK cipher list by default and flexible `enabledCiphers` syntax.
2222

2323
// // // // // // // //
2424
// Change the RELEASE_SUMMARY to an introductory paragraph. This sentence is really
@@ -159,7 +159,7 @@ This change modifies the existing attribute `enabledCiphers` in the `ssl` config
159159

160160
Liberty's `securityLevel` based cipher categories no longer provide meaningful value. The `MEDIUM` and `LOW` categories contain no remaining ciphers.
161161

162-
The `enabledCiphers` attribute includes a new syntax option to add '+' or remove '–' specific ciphers from the effective JDK cipher list without redefining everything. A static list and +/- syntax in the same `enabledCiphers` entry is not allowed. If the value set in `enabledCiphers` contains a static entry and a +/- entry, an error is logged, and the server ignores the `enabledCiphers` value by returning the effective JDK cipher list.
162+
The `enabledCiphers` attribute now has two mutually exclusive modes: (1) Specify a custom list of ciphers separated by spaces, or (2) Specify filter criteria to add (+) or remove (-) cipher suites from the effective JDK cipher suites. If the value set in `enabledCiphers` contains a static entry and a +/- entry, an error is logged, and the server ignores the `enabledCiphers` value by returning the effective JDK cipher list.
163163

164164
*Existing Usage - A user sets `securityLevel` as `HIGH`*
165165

0 commit comments

Comments
 (0)