mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-28 16:03:36 -04:00
Add chanelog entry for fixing legacy comprssion methods issue
Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
parent
835483335e
commit
b5df9d8b65
7
ChangeLog.d/fix-legacy-compression-issue.txt
Normal file
7
ChangeLog.d/fix-legacy-compression-issue.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Bugfix
|
||||||
|
* Fix an issue where ssl_tls13_parse_client_hello() assumed legacy_compression_methods
|
||||||
|
length would always be zero, which is true for TLS 1.3. However, with TLS 1.3 enabled
|
||||||
|
by default, all ClientHello requests (including TLS 1.2 requests) are initially
|
||||||
|
processed by ssl_tls13_parse_client_hello() before being passed to the TLS 1.2
|
||||||
|
parsing function. This caused an issue where legacy_compression_methods
|
||||||
|
might not be zero for TLS 1.2 requests, as it is processed earlier.
|
Loading…
x
Reference in New Issue
Block a user