openssl/crypto/aes
Richard Levitte a027bba22a Conversion to UTF-8 where needed
This leaves behind files with names ending with '.iso-8859-1'.  These
should be safe to remove.  If something went wrong when re-encoding,
there will be some files with names ending with '.utf8' left behind.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-07-14 01:18:57 +02:00
..
asm Conversion to UTF-8 where needed 2015-07-14 01:18:57 +02: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:38:39 +00:00
aes_cbc.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_cfb.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_core.c Fix undefined behaviour in shifts. 2015-03-13 21:14:56 -07:00
aes_ctr.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_ecb.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_ige.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_locl.h Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_misc.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_ofb.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_wrap.c Run util/openssl-format-source -v -c . 2015-01-22 09:38:39 +00:00
aes_x86core.c Fix undefined behaviour in shifts. 2015-03-13 21:14:56 -07:00
Makefile Fix the update target and remove duplicate file updates 2015-05-23 11:22:10 +02:00
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.