blob: 1abac7acdf01ed96b12010e9e9a1dd39f19da5d5 [file] [log] [blame] [view]
Ronald Cronf668bd12021-05-27 11:48:00 +02001CCM interface changes: impact for alternative implementations
2-------------------------------------------------------------
3
4The CCM interface has changed with the addition of support for
5multi-part operations. Five new API functions have been defined:
6mbedtls_ccm_starts(), mbedtls_ccm_set_lengths(),
7mbedtls_ccm_update_ad(), mbedtls_ccm_update() and mbedtls_ccm_finish().
8Alternative implementations of CCM (`MBEDTLS_CCM_ALT`) have now to
9implement those additional five API functions.