From ab0a2bc650efa9cbd266c8b767f3c05724461934 Mon Sep 17 00:00:00 2001 From: Vinicius Mignot Date: Tue, 27 Jun 2023 18:30:16 -0300 Subject: [PATCH] docs(CHANGELOG): new feature doc entry --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff66906255d..92206f7226c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,13 @@ `max_retry_delay` must now be `number`s greater than 0.001 (seconds). [#10840](https://github.com/Kong/kong/pull/10840) +- **hmac-auth**: Added support for RSA signatures as described in the + [draft-cavage-http-signatures](https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures-12) draft, + providing a stronger layer of security via asymmetric encryption. Thanks + [@mideuger](https://github.com/@mideuger) for contributing this change. + [#8530](https://github.com/Kong/kong/pull/8530), + [#11133](https://github.com/Kong/kong/pull/11133) + ### Additions