mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-08 23:49:24 +01:00
Merge remote-tracking branch 'origin/pr/2520' into mbedtls-2.16
* origin/pr/2520: Fix errors in AEAD test function
This commit is contained in:
commit
f41fa48dd4
2 changed files with 8 additions and 2 deletions
|
|
@ -26,6 +26,9 @@ Bugfix
|
|||
* Reduce stack usage of hkdf tests. Fixes #2195.
|
||||
* Fix 1-byte buffer overflow in mbedtls_mpi_write_string() when
|
||||
used with negative inputs. Found by Guido Vranken in #2404.
|
||||
* Fix bugs in the AEAD test suite which would be exposed by ciphers which
|
||||
either used both encrypt and decrypt key schedules, or which perform padding.
|
||||
GCM and CCM were not affected. Fixed by Jack Lloyd.
|
||||
|
||||
Changes
|
||||
* Return from various debugging routines immediately if the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue