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