openssl/crypto/aes
Dr. Stephen Henson 04a781e844 PR: 2164
Submitted by: "Noszticzius, Istvan" <inoszticzius@rightnow.com>

Don't clear the output buffer: ciphers should correctly the same input
and output buffers.
2010-02-15 19:02:53 +00:00
..
asm Valgrind fix to aes-x86_64.pl in 0.9.8. For reference, newer aes-x86_64.pl 2010-01-17 19:43:49 +00:00
.cvsignore Add DTLS support. 2005-04-26 16:02:40 +00:00
aes.h Merge FIPS low level algorithm blocking code. Give hard errors if non-FIPS 2008-09-16 10:47:28 +00:00
aes_cbc.c Merge FIPS low level algorithm blocking code. Give hard errors if non-FIPS 2008-09-16 10:47:28 +00:00
aes_cfb.c PR: 2164 2010-02-15 19:02:53 +00:00
aes_core.c Merge FIPS low level algorithm blocking code. Give hard errors if non-FIPS 2008-09-16 10:47:28 +00:00
aes_ctr.c Make aes_ctr.c 64-bit savvy. 2004-08-23 22:19:51 +00:00
aes_ecb.c disable weird assert()s 2002-11-13 14:01:34 +00:00
aes_ige.c aes_ige update [from HEAD]. 2007-08-30 08:11:25 +00:00
aes_locl.h Fix #if _MSC_VER clause in aes_locl.h [from HEAD]. 2005-07-30 19:49:24 +00:00
aes_misc.c Update from HEAD. 2007-01-21 13:16:49 +00:00
aes_ofb.c disable weird assert()s 2002-11-13 14:01:34 +00:00
aes_wrap.c Add RFC3394 compatible key wrap algorithm. 2008-04-02 11:18:43 +00:00
Makefile Make update: delete duplicate error code. 2008-09-17 17:11:09 +00:00
README Because Rijndael is more known as AES, use crypto/aes instead of 2002-01-02 16:55:35 +00:00

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.