Add changelog entries for SHA1 and SHA384 ciphersuites bugfixes.

Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
This commit is contained in:
Mateusz Starzyk 2021-05-19 11:56:06 +02:00
parent 9d2d6c9ea0
commit 86ead6aba3
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Bugfix
* The cipher suite TLS-RSA-WITH-CAMELLIA-256-GCM-SHA384 was not available
when SHA-1 was disabled and was offered when SHA-1 was enabled but SHA-384
was disabled. Fix the dependency. Fixes #4472.

View File

@ -0,0 +1,2 @@
Bugfix
* Do not offer SHA384 cipher suites when SHA-384 is disabled. Fixes #4499.