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

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.