Correct serious bug in AES-CBC decryption when the message length isn't
authorRichard Levitte <levitte@openssl.org>
Wed, 15 Oct 2003 09:00:14 +0000 (09:00 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 15 Oct 2003 09:00:14 +0000 (09:00 +0000)
commit0b6956b4747e6f42427863f8a78f8939a86fb175
treee4cde871bf19dc1462fb91c7509e1e66533c50b7
parent0bb6187e71658fd691fe9f3b48a79a6250567216
Correct serious bug in AES-CBC decryption when the message length isn't
a multiple of AES_BLOCK_SIZE.
Optimize decryption of all complete blocks in AES-CBC by removing an
unnecessary memcpy().

The error was notified by James Fernandes <jf210032@exchange.DAYTONOH.NCR.com>.
The unnecessary memcpy() was found as an effect of investigating that error.
crypto/aes/aes_cbc.c