Andy Polyakov f768be81d8 size_t-fy AES, Camellia and RC4. 16 years ago
..
asm 492279f6f3 AIX build updates. 16 years ago
.cvsignore 4c1a6e004a Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 16 years ago
Makefile fe591284be Update dependencies. 16 years ago
README 6f9079fd50 Because Rijndael is more known as AES, use crypto/aes instead of 23 years ago
aes.h f768be81d8 size_t-fy AES, Camellia and RC4. 16 years ago
aes_cbc.c f768be81d8 size_t-fy AES, Camellia and RC4. 16 years ago
aes_cfb.c f768be81d8 size_t-fy AES, Camellia and RC4. 16 years ago
aes_core.c 82686bdcaa Minimize aes_core.c footprint when AES_[en|de]crypt is implemented in 18 years ago
aes_ctr.c f768be81d8 size_t-fy AES, Camellia and RC4. 16 years ago
aes_ecb.c b6fee5c2fb disable weird assert()s 22 years ago
aes_ige.c f768be81d8 size_t-fy AES, Camellia and RC4. 16 years ago
aes_locl.h b2be099d16 Fix #if _MSC_VER clause in aes_locl.h 19 years ago
aes_misc.c 560b79cbff Constify version strings and some structures. 18 years ago
aes_ofb.c f768be81d8 size_t-fy AES, Camellia and RC4. 16 years ago
aes_wrap.c 6e3bc4f073 More support for KEK RecipientInfo. 16 years ago
aes_x86core.c 8cebec9802 Switch to compact S-box when generating AES key schedule. 18 years ago

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.