diff --git a/changes/v4.4.11-en.md b/changes/v4.4.11-en.md index 55507c981..6743ae7c2 100644 --- a/changes/v4.4.11-en.md +++ b/changes/v4.4.11-en.md @@ -5,6 +5,13 @@ - Erlang/OTP [SSL library vulnerability fix](https://nvd.nist.gov/vuln/detail/CVE-2022-37026) - Added support for OCSP (Online Certificate Status Protocol) Stapling - Added CRL (Certificate Revocation List) cache auto refresh +- Added support for OCSP stapling and CRL + caching. #[9297](https://github.com/emqx/emqx/pull/9297). +- Added support for specifying custom modules for adding clientid and + common name + aliases. #[9297](https://github.com/emqx/emqx/pull/9297). +- Added support for specifying custom modules for custom + authentication. #[9297](https://github.com/emqx/emqx/pull/9297). ### Bug fixes