1Changes 2 * Implement multi-part CCM API. 3 The multi-part functions: mbedtls_ccm_starts(), mbedtls_ccm_set_lengths(), 4 mbedtls_ccm_update_ad(), mbedtls_ccm_update(), mbedtls_ccm_finish() 5 were introduced in mbedTLS 3.0 release, however their implementation was 6 postponed until now. 7 Implemented functions support chunked data input for both CCM and CCM* 8 algorithms. 9