Add migration guide for developers of CCM alternative implementation
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
7c41cd2a7a
commit
f668bd18df
9
docs/3.0-migration-guide.d/ccm-alt.md
Normal file
9
docs/3.0-migration-guide.d/ccm-alt.md
Normal file
@ -0,0 +1,9 @@
|
||||
CCM interface changes: impact for alternative implementations
|
||||
-------------------------------------------------------------
|
||||
|
||||
The CCM interface has changed with the addition of support for
|
||||
multi-part operations. Five new API functions have been defined:
|
||||
mbedtls_ccm_starts(), mbedtls_ccm_set_lengths(),
|
||||
mbedtls_ccm_update_ad(), mbedtls_ccm_update() and mbedtls_ccm_finish().
|
||||
Alternative implementations of CCM (`MBEDTLS_CCM_ALT`) have now to
|
||||
implement those additional five API functions.
|
Loading…
Reference in New Issue
Block a user