openssl/crypto/aes
Tim Hudson 3e9a08ecb1 mark all block comments that need format preserving so that
indent will not alter them when reformatting comments

(cherry picked from commit 1d97c84351)

Conflicts:
	crypto/bn/bn_lcl.h
	crypto/bn/bn_prime.c
	crypto/engine/eng_all.c
	crypto/rc4/rc4_utl.c
	crypto/sha/sha.h
	ssl/kssl.c
	ssl/t1_lib.c

Conflicts:
	crypto/rc4/rc4_enc.c
	crypto/x509v3/v3_scts.c
	crypto/x509v3/v3nametest.c
	ssl/d1_both.c
	ssl/s3_srvr.c
	ssl/ssl.h
	ssl/ssl_locl.h
	ssl/ssltest.c
	ssl/t1_lib.c

Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22 09:33:23 +00:00
..
asm Fix irix-cc build. 2015-01-07 18:43:34 +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 FIPS low level blocking for AES, RC4 and Camellia. This is complicated by 2011-06-05 17:36:44 +00:00
aes_cbc.c Patch the omission from prvious commit #17716. 2008-12-23 11:38:33 +00:00
aes_cfb.c Engage crypto/modes. 2008-12-23 11:33:01 +00:00
aes_core.c mark all block comments that need format preserving so that 2015-01-22 09:33:23 +00:00
aes_ctr.c Engage crypto/modes. 2008-12-23 11:33:01 +00:00
aes_ecb.c disable weird assert()s 2002-11-13 14:01:34 +00:00
aes_ige.c size_t-fy AES, Camellia and RC4. 2008-10-31 19:30:11 +00:00
aes_locl.h Fix #if _MSC_VER clause in aes_locl.h 2005-07-30 19:42:50 +00:00
aes_misc.c Revert "version skew" patches that break FIPS compilation. 2012-06-09 23:35:34 +00:00
aes_ofb.c Engage crypto/modes. 2008-12-23 11:33:01 +00:00
aes_wrap.c fix bug in AES_unwrap() 2010-08-30 23:58:47 +00:00
aes_x86core.c mark all block comments that need format preserving so that 2015-01-22 09:33:23 +00:00
Makefile make update 2014-01-06 13:33:27 +00: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.