1Changes 2 * Ignore plaintext/ciphertext lengths for CCM*-no-tag operations. 3 For CCM* encryption/decryption without authentication, input 4 length will be ignored. 5 6Features 7 * Add support for CCM*-no-tag cipher to the PSA. 8 Currently only 13-byte long IV's are supported. 9 For decryption a minimum of 16-byte long input is expected. 10 These restrictions may be subject to change. 11