Because Rijndael is more known as AES, use crypto/aes instead of
authorRichard Levitte <levitte@openssl.org>
Wed, 2 Jan 2002 16:55:35 +0000 (16:55 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 2 Jan 2002 16:55:35 +0000 (16:55 +0000)
commit6f9079fd505c28961049a732e33e662530bdad21
tree4c5850b3d621185192a0755809601d9e4ab72291
parentc938563a81d48e1d23bddcf9283d4961794db132
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.
18 files changed:
CHANGES
Makefile.org
crypto/Makefile.ssl
crypto/aes/Makefile.ssl [new file with mode: 0644]
crypto/aes/README [new file with mode: 0644]
crypto/aes/aes.h [new file with mode: 0644]
crypto/aes/aes_cbc.c [new file with mode: 0644]
crypto/aes/aes_core.c [new file with mode: 0644]
crypto/aes/aes_ecb.c [new file with mode: 0644]
crypto/aes/aes_locl.h [new file with mode: 0644]
crypto/aes/aes_misc.c [new file with mode: 0644]
crypto/evp/Makefile.ssl
crypto/evp/e_aes.c
crypto/install.com
makevms.com
util/mk1mf.pl
util/mkdef.pl
util/mkfiles.pl