mbedtls/ChangeLog.d/psa-rc4.txt
Gilles Peskine 4a83c1047f Fix RC4 multipart PSA
RC4 doesn't take an IV.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2022-04-20 20:58:04 +02:00

4 lines
151 B
Plaintext

Bugfix
* Fix PSA cipher multipart operations using RC4. Previously, an IV was
required but discarded. Now, an IV is rejected, as it should be.