Because Rijndael is more known as AES, use crypto/aes instead of
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.
Showing
crypto/aes/Makefile.ssl
0 → 100644
crypto/aes/README
0 → 100644
crypto/aes/aes.h
0 → 100644
crypto/aes/aes_cbc.c
0 → 100644
crypto/aes/aes_core.c
0 → 100644
此差异已折叠。
crypto/aes/aes_ecb.c
0 → 100644
crypto/aes/aes_locl.h
0 → 100644
crypto/aes/aes_misc.c
0 → 100644
想要评论请 注册 或 登录