Release Notes
Release 2024-03-13T17-52-13Z
is a bugfix release that fixes two issues:
- PR #451 fixes a resource leak in the AWS, GCP, Fortanix and Gemalto backend that can cause OOM issues.
- PR #453 fixes an authentication issue that can cause connection failures since the server "just" requested, but not demanded a client certificate. Hence, clients might not send one causing authentication to fail. Now, the KES server requires a client certificate.
What's Changed
- keystore: fix conn leak in {AWS,GCP,Fortanx,Gemalto} backend by @aead in #451
- require a TLS client certificate by default by @aead in #453
Full Changelog: 2024-03-01T18-06-46Z...2024-03-13T17-52-13Z