Reduce header interdependencies, initially in engine.h (the rest of the
[openssl.git] / crypto / aes /
2004-01-28 Richard LevitteAdd the missing parts for DES CFB1 and CFB8.
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-10-29 Richard LevitteRemoving those memcpy()s also took away the possibility...
2003-10-15 Richard LevitteCorrect serious bug in AES-CBC decryption when the...
2003-07-04 Richard LevitteThe counter is big-endian. Since it comes as an array...
2003-07-03 Richard LevitteOops, I forgot to replace 'counter' with 'ivec' when...
2003-07-03 Richard LevitteThe 'counter' is really the IV.
2003-07-03 Richard LevitteChange AES-CTR to increment the IV by 1 instead of...
2003-06-10 Richard LevitteThe output from AES_cbc_encrypt() should be exact multi...
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_AES.
2003-01-23 Andy PolyakovWorkaround for lame compiler bug introduced in "CPU...
2002-12-20 Richard LevitteMake AES_ENCRYPT and AES_DECRYPT macros instead of...
2002-11-15 Richard LevitteWinCE patches
2002-11-14 Richard LevitteRemove warnings.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-13 Bodo Möllerdisable weird assert()s
2002-11-12 Richard LevitteMake the CBC mode od AES accept lengths that aren't...
2002-10-11 Richard LevitteAdd more commentary. Check that *num is smaller than...
2002-10-11 Richard LevitteThe AES CTR API was buggy, we need to save the encrypte...
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-18 Bodo Mölleralways include <string.h> (we do this in various other...
2002-05-31 Richard LevitteIn CFB mode, the iv is always encrypted.
2002-05-30 Richard LevitteCorrect AES counter mode, which incorrectly incremented...
2002-02-20 Richard LevitteWith Compaq make, it seems like # inside an action...
2002-02-20 Geoff Thorpemake update
2002-02-16 Richard LevitteAdd the modes OFB128, CFB128 and CTR128 to AES.
2002-01-26 Richard LevitteIt looks like I didn't remove everything that has to...
2002-01-25 Richard LevitteThere is no aestest currently. The EVP tester is used...
2002-01-18 Ben LaurieConstification, add config to /dev/crypto.
2002-01-05 Geoff Thorpe- Add the same header stuff to aes_locl.h as is in...
2002-01-02 Richard LevitteBecause Rijndael is more known as AES, use crypto/aes...