Menu

Tree [r540] / trunk / common / openssl / crypto / aes /
 History

HTTPS access


File Date Author Commit
 asm 2010-06-14 tortoisesvn [r523] Update to Openssl 1.0.0a
 Makefile 2010-02-06 tortoisesvn [r504] Update to OpenSSL 1.0.0 beta 5
 README 2007-03-12 tortoisesvn [r2] import first data.
 aes.h 2010-02-06 tortoisesvn [r504] Update to OpenSSL 1.0.0 beta 5
 aes_cbc.c 2010-02-06 tortoisesvn [r504] Update to OpenSSL 1.0.0 beta 5
 aes_cfb.c 2010-02-06 tortoisesvn [r504] Update to OpenSSL 1.0.0 beta 5
 aes_core.c 2010-02-06 tortoisesvn [r504] Update to OpenSSL 1.0.0 beta 5
 aes_ctr.c 2010-02-06 tortoisesvn [r504] Update to OpenSSL 1.0.0 beta 5
 aes_ecb.c 2007-03-12 tortoisesvn [r2] import first data.
 aes_ige.c 2010-02-06 tortoisesvn [r504] Update to OpenSSL 1.0.0 beta 5
 aes_locl.h 2007-03-12 tortoisesvn [r2] import first data.
 aes_misc.c 2007-03-12 tortoisesvn [r2] import first data.
 aes_ofb.c 2010-02-06 tortoisesvn [r504] Update to OpenSSL 1.0.0 beta 5
 aes_wrap.c 2008-10-01 tortoisesvn [r331] * Update to OpenSSL 0.9.8i
 aes_x86core.c 2009-04-05 tortoisesvn [r386] Update to OpenSSL 0.9.8k.

Read Me

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.