Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag
PSA CCM*-no-tag
This commit is contained in:
commit
087f04783d
19 changed files with 1366 additions and 11 deletions
10
ChangeLog.d/ccm_star_no_tag.txt
Normal file
10
ChangeLog.d/ccm_star_no_tag.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
Changes
|
||||
* Ignore plaintext/ciphertext lengths for CCM*-no-tag operations.
|
||||
For CCM* encryption/decryption without authentication, input
|
||||
length will be ignored.
|
||||
|
||||
Features
|
||||
* Add support for CCM*-no-tag cipher to the PSA.
|
||||
Currently only 13-byte long IV's are supported.
|
||||
For decryption a minimum of 16-byte long input is expected.
|
||||
These restrictions may be subject to change.
|
Loading…
Add table
Add a link
Reference in a new issue