Correct serious bug in AES-CBC decryption when the message length isn't
authorRichard Levitte <levitte@openssl.org>
Wed, 15 Oct 2003 09:00:18 +0000 (09:00 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 15 Oct 2003 09:00:18 +0000 (09:00 +0000)
commitfa5846e58b2caecbb33460a7d6f78b02719d312e
tree03d915778d8faba58a1a93dc143ec655705daab9
parent79e4022a331b6632946bf0f68fd0f64b3bcd283d
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