mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
Verify that f_send and f_recv send and receive the expected length
Verify that f_send and f_recv send and receive the expected length Conflicts: ChangeLog
This commit is contained in:
parent
b11af86daf
commit
2ea2d686e2
2 changed files with 10 additions and 7 deletions
|
|
@ -33,8 +33,9 @@ Changes
|
|||
* Fix typo in a comment ctr_drbg.c. Contributed by Paul Sokolovsky.
|
||||
* MD functions deprecated in 2.7.0 are no longer inline, to provide
|
||||
a migration path for those depending on the library's ABI.
|
||||
* Add guard to validate that out_left can not be negative. Raised by
|
||||
samoconnor in #1245.
|
||||
* Verify that when (f_send, f_recv and f_recv_timeout) send or receive
|
||||
more than the required length an error is returned. Raised by
|
||||
Sam O'Connor in #1245.
|
||||
|
||||
= mbed TLS 2.7.0 branch released 2018-02-03
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue