mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 23:15:37 +01:00
6 lines
269 B
Plaintext
6 lines
269 B
Plaintext
|
Bugfix
|
||
|
* Update iv and len context pointers manually when reallocating buffers
|
||
|
using the MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH feature. This caused issues
|
||
|
when receiving a connection with CID, when these fields were shifted
|
||
|
in ssl_parse_record_header().
|