From 18a084017a93c8e1b82c5d4be1cfc6469f9bfc3f Mon Sep 17 00:00:00 2001 From: JianBo He Date: Thu, 31 Mar 2022 14:14:02 +0800 Subject: [PATCH] chore: update CHANGES-4.3.md --- CHANGES-4.3.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES-4.3.md b/CHANGES-4.3.md index 77617a60c..09c05a767 100644 --- a/CHANGES-4.3.md +++ b/CHANGES-4.3.md @@ -19,6 +19,9 @@ File format: * add api: PUT /rules/{id}/reset_metrics. This api reset the metrics of the rule engine of a rule, and reset the metrics of the action related to this rule. [#7474] * Enhanced rule engine error handling when json parsing error. +* Add support for `RSA-PSK-AES256-GCM-SHA384`, `RSA-PSK-AES256-CBC-SHA384`, + `RSA-PSK-AES128-GCM-SHA256`, `RSA-PSK-AES128-CBC-SHA256` PSK ciphers, and remove `PSK-3DES-EDE-CBC-SHA`, + `PSK-RC4-SHA` from the default configuration. [#7427] ### Bug fixes