openssl/crypto/aes
Richard Levitte fa5846e58b 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.
2003-10-15 09:00:18 +00:00
..
.cvsignore - Add the same header stuff to aes_locl.h as is in des_locl.h to avoid 2002-01-05 12:55:08 +00:00
aes.h A new branch for FIPS-related changes has been created with the name 2003-08-11 09:37:17 +00:00
aes_cbc.c Correct serious bug in AES-CBC decryption when the message length isn't 2003-10-15 09:00:18 +00:00
aes_cfb.c A new branch for FIPS-related changes has been created with the name 2003-08-11 09:37:17 +00:00
aes_core.c A new branch for FIPS-related changes has been created with the name 2003-08-11 09:37:17 +00:00
aes_ctr.c Oops, I forgot to replace 'counter' with 'ivec' when used... 2003-07-03 20:50:46 +00:00
aes_ecb.c disable weird assert()s 2002-11-13 14:01:19 +00:00
aes_locl.h WinCE patches 2002-11-15 22:44:08 +00:00
aes_misc.c Add the modes OFB128, CFB128 and CTR128 to AES. 2002-02-16 12:21:43 +00:00
aes_ofb.c disable weird assert()s 2002-11-13 14:01:19 +00:00
Makefile.ssl A new branch for FIPS-related changes has been created with the name 2003-08-11 09:37:17 +00:00
README

This is an OpenSSL-compatible version of AES (also called Rijndael).
aes_core.c is basically the same as rijndael-alg-fst.c but with an
API that looks like the rest of the OpenSSL symmetric cipher suite.