openssl/crypto/aes
2002-11-13 14:01:34 +00:00
..
.cvsignore
aes.h The AES CTR API was buggy, we need to save the encrypted counter as well 2002-10-11 22:37:29 +00:00
aes_cbc.c disable weird assert()s 2002-11-13 14:01:34 +00:00
aes_cfb.c disable weird assert()s 2002-11-13 14:01:34 +00:00
aes_core.c disable weird assert()s 2002-11-13 14:01:34 +00:00
aes_ctr.c disable weird assert()s 2002-11-13 14:01:34 +00:00
aes_ecb.c disable weird assert()s 2002-11-13 14:01:34 +00:00
aes_locl.h always include <string.h> (we do this in various other header files, 2002-06-18 09:35:43 +00:00
aes_misc.c Add the modes OFB128, CFB128 and CTR128 to AES. 2002-02-16 12:20:34 +00:00
aes_ofb.c disable weird assert()s 2002-11-13 14:01:34 +00:00
Makefile.ssl Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +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.