Skip to content

Commit

Permalink
Add Changelog entry for AES cipher fix
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Young <[email protected]>
  • Loading branch information
robobario committed Aug 13, 2024
1 parent 007616a commit 6bbd259
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Format `<github issue/pr number>: <short description>`.

## SNAPSHOT

* [#1401](https://github.com/kroxylicious/kroxylicious/issues/1401): Support a FIPs-certified cipher from an alternative provider
* [#1416](https://github.com/kroxylicious/kroxylicious/pull/1416): Schema validation should not rely on the syntax validation
* [#1393](https://github.com/kroxylicious/kroxylicious/pull/1393): Remove api versions service
* [#1404](https://github.com/kroxylicious/kroxylicious/pull/1404): Move deprecated Context classes out of kroxylicious-api
Expand All @@ -21,6 +22,9 @@ Format `<github issue/pr number>: <short description>`.

### Changes, deprecations and removals

* The Record Encryption Filter now uses `AES/GCM/NoPadding` as the transformation String and checks the KMS
returns a 256bit DEK. This enables users to configure an alternative JCE Provider in their JRE configuration
that offers this algorithm.
* FilterFactoryContext#eventLoop() is deprecated, replaced by FilterFactoryContext#filterDispatchExecutor().
This returns FilterDispatchExecutor, a new interface extending ScheduledExecutorService. FilterDispatchExecutor
has methods to enable Filters to check if the current thread is the Filter Dispatch Thread and it offers
Expand Down

0 comments on commit 6bbd259

Please sign in to comment.