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

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.