mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
5 lines
315 B
Text
5 lines
315 B
Text
Bugfix
|
|
* Fix a bug whereby the list of signature algorithms sent as part of
|
|
the TLS 1.2 server certificate request would get corrupted, meaning the
|
|
first algorithm would not get sent and an entry consisting of two random
|
|
bytes would be sent instead. Found by Serban Bejan and Dudek Sebastian.
|