openssl/crypto/aes
Richard Levitte 1b8403889b Fix the update target and remove duplicate file updates
We had updates of certain header files in both Makefile.org and the
Makefile in the directory the header file lived in.  This is error
prone and also sometimes generates slightly different results (usually
just a comment that differs) depending on which way the update was
done.

This removes the file update targets from the top level Makefile, adds
an update: target in all Makefiles and has it depend on the depend: or
local_depend: targets, whichever is appropriate, so we don't get a
double run through the whole file tree.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit 0f539dc1a2)

Conflicts:
	Makefile.org
	apps/Makefile
	test/Makefile
	crypto/cmac/Makefile
	crypto/srp/Makefile
2015-05-23 11:17:35 +02:00
..
asm x86_64 assembly pack: make Windows build more robust [from master]. 2013-01-22 23:00:02 +01:00
.cvsignore Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 2008-04-17 10:19:16 +00:00
aes.h Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
aes_cbc.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
aes_cfb.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
aes_core.c Manually reformat aes_core.c 2015-01-22 09:44:22 +00:00
aes_ctr.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
aes_ecb.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
aes_ige.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
aes_locl.h Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
aes_misc.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
aes_ofb.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
aes_wrap.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
aes_x86core.c Manually reformat aes_x86core.c and add it to the list of files skipped by 2015-01-22 09:45:19 +00:00
Makefile Fix the update target and remove duplicate file updates 2015-05-23 11:17:35 +02:00
README Because Rijndael is more known as AES, use crypto/aes instead of 2002-01-02 16:55:35 +00:00

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.