PR: 959
[oweals/openssl.git] / crypto / aes / aes.h
2004-05-19 Richard LevitteDefine FIPS_*_SIZE_T for AES, DSA and RSA as well,...
2004-05-11 Ben LauriePull FIPS back into stable.
2004-04-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-01-28 Richard LevitteAdd the missing parts for DES CFB1 and CFB8.
2004-01-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-08-11 Richard LevitteA new branch for FIPS-related changes has been created...
2003-07-29 Ben LaurieAES CFB8.
2003-07-28 Ben LaurieAdd support for partial CFB modes, make tests work...
2003-07-27 Ben LaurieAdd untested CFB-r mode. Will be tested soon.
2003-07-03 Richard LevitteThe 'counter' is really the IV.
2003-07-03 Richard LevitteThe 'counter' is really the IV.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_AES.
2002-12-20 Richard LevitteMake AES_ENCRYPT and AES_DECRYPT macros instead of...
2002-12-20 Richard LevitteMake AES_ENCRYPT and AES_DECRYPT macros instead of...
2002-10-11 Richard LevitteThe AES CTR API was buggy, we need to save the encrypte...
2002-10-11 Richard LevitteThe AES CTR API was buggy, we need to save the encrypte...
2002-02-16 Richard LevitteAdd the modes OFB128, CFB128 and CTR128 to AES.
2002-02-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-16 Richard LevitteAdd the modes OFB128, CFB128 and CTR128 to AES.
2002-02-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-01-02 Richard LevitteBecause Rijndael is more known as AES, use crypto/aes...