mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-09 19:32:57 +00:00
Fix bug with extension-less ServerHello
https://tls.mbed.org/discussions/bug-report-issues/server-hello-parsing-bug in_hslen include the length of the handshake header. (We might want to change that in the future, as it is a bit annoying.)
This commit is contained in:
@@ -6,6 +6,8 @@ Bugfix
|
||||
* Fix segfault in the benchmark program when benchmarking DHM.
|
||||
* Fix build error with CMake and pre-4.5 versions of GCC (found by Hugo
|
||||
Leisink).
|
||||
* Fix bug when parsing a ServerHello without extensions (found by David
|
||||
Sears).
|
||||
|
||||
= mbed TLS 2.0.0 released 2015-07-13
|
||||
|
||||
|
||||
Reference in New Issue
Block a user