mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
6f9079fd50
crypto/rijndael. Additionally, I applied the AES integration patch from Stephen Sprunk <stephen@sprunk.org> and fiddled it to work properly with the normal EVP constructs (and incidently work the same way as all other symmetric cipher implementations). This results in an API that looks a lot like the rest of the OpenSSL cipher suite. |
||
---|---|---|
.. | ||
aes_cbc.c | ||
aes_core.c | ||
aes_ecb.c | ||
aes_locl.h | ||
aes_misc.c | ||
aes.h | ||
Makefile.ssl | ||
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.