Merge remote-tracking branch 'public/pr/2304' into HEAD

This commit is contained in:
Simon Butcher 2019-01-08 15:31:37 +00:00
commit 7f899b406c
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,11 @@
mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS 2.7.x branch released xxxx-xx-xx
Bugfix
* Run the AD too long test only if MBEDTLS_CCM_ALT is not defined.
Raised as a comment in #1996.
= mbed TLS 2.7.9 branch released 2018-12-21
Bugfix

View File

@ -36,6 +36,7 @@ CCM lengths #6 tag length not even
ccm_lengths:5:10:5:7:MBEDTLS_ERR_CCM_BAD_INPUT
CCM lenghts #7 AD too long (2^16 - 2^8 + 1)
depends_on:!MBEDTLS_CCM_ALT
ccm_lengths:5:10:65281:8:MBEDTLS_ERR_CCM_BAD_INPUT
CCM lengths #8 msg too long for this IV length (2^16, q = 2)