2021-07-14 10:39:14 +00:00
|
|
|
Changes
|
|
|
|
* Implement multi-part CCM API.
|
|
|
|
The multi-part functions: mbedtls_ccm_starts(), mbedtls_ccm_set_lengths(),
|
|
|
|
mbedtls_ccm_update_ad(), mbedtls_ccm_update(), mbedtls_ccm_finish()
|
|
|
|
were introduced in mbedTLS 3.0 release, however their implementation was
|
2021-08-23 08:56:06 +00:00
|
|
|
postponed until now.
|
2021-07-14 10:39:14 +00:00
|
|
|
Implemented functions support chunked data input for both CCM and CCM*
|
|
|
|
algorithms.
|