Dr. Stephen Henson f36a8c2060 Include some fixes from 0.9.8-stable branch. 17 years ago
..
asm 76108ba7eb Updates from HEAD. 17 years ago
.cvsignore 36d16f8ee0 Add DTLS support. 19 years ago
Makefile be22102d82 Add AES x86_64 assembler module. 17 years ago
README 6f9079fd50 Because Rijndael is more known as AES, use crypto/aes instead of 23 years ago
aes.h aeb9ccfaad And so it begins... 17 years ago
aes_cbc.c aeb9ccfaad And so it begins... 17 years ago
aes_cfb.c 2e4a99f38b AES-CFB[18] 2x optimization. Well, I bet nobody cares about AES-CFB1 20 years ago
aes_core.c 982c67fbaa Updates to WIN32 build system to make FIPS build work again. 17 years ago
aes_ctr.c 14fa6ad9f9 Make aes_ctr.c 64-bit savvy. 20 years ago
aes_ecb.c b6fee5c2fb disable weird assert()s 22 years ago
aes_ige.c f36a8c2060 Include some fixes from 0.9.8-stable branch. 17 years ago
aes_locl.h 1957924d51 Fix #if _MSC_VER clause in aes_locl.h [from HEAD]. 19 years ago
aes_misc.c 4a0d3530e0 Update from HEAD. 18 years ago
aes_ofb.c b6fee5c2fb disable weird assert()s 22 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.