mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 14:38:57 +01:00
Fix SSL_BUFFER_LEN
This commit is contained in:
parent
8920f69fef
commit
08485cca81
2 changed files with 8 additions and 4 deletions
|
|
@ -34,9 +34,13 @@ Bugfix
|
|||
* Fix symlink command for cross compiling with CMake (found by Andre
|
||||
Heinecke)
|
||||
* Fix DER output of gen_key app (found by Gergely Budai)
|
||||
* Very small packets were incorrectly rejected when truncated HMAC was in
|
||||
* Very small records were incorrectly rejected when truncated HMAC was in
|
||||
use with some ciphersuites and versions (RC4 in all versions, CBC with
|
||||
versions < TLS 1.1).
|
||||
* Very large records using more than 224 bytes of padding were incorrectly
|
||||
rejected with CBC-based ciphersuites and TLS >= 1.1
|
||||
* Very large records using less padding could cause a buffer overread of up
|
||||
to 32 bytes with CBC-based ciphersuites and TLS >= 1.1
|
||||
|
||||
= PolarSSL 1.3.7 released on 2014-05-02
|
||||
Features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue