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

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.