mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-05 00:40:09 +00:00
9 lines
392 B
Plaintext
9 lines
392 B
Plaintext
|
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
|
||
|
postponed util now.
|
||
|
Implemented functions support chunked data input for both CCM and CCM*
|
||
|
algorithms.
|