mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 03:15:45 +01:00
4a83c1047f
RC4 doesn't take an IV. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
4 lines
151 B
Plaintext
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.
|