sha1_block_asm_data_order can't hash if message crosses 2GB boundary.
[oweals/openssl.git] / crypto / aes / aes_ctr.c
2004-08-23 Andy PolyakovSync aes_ctr.c with HEAD.
2004-08-23 Andy PolyakovMake aes_ctr.c 64-bit savvy.
2004-04-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-01-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
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 LevitteOops, I forgot to replace 'counter' with 'ivec' when...
2003-07-03 Richard LevitteChange AES-CTR to increment the IV by 1 instead of...
2003-07-03 Richard LevitteChange AES-CTR to increment the IV by 1 instead of...
2002-11-13 Bodo Möllerdisable weird assert()s
2002-11-13 Bodo Möllerdisable weird assert()s
2002-10-11 Richard LevitteAdd more commentary. Check that *num is smaller than...
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-11 Richard LevitteThe AES CTR API was buggy, we need to save the encrypte...
2002-05-30 Richard LevitteCorrect AES counter mode, which incorrectly incremented...
2002-05-30 Richard LevitteCorrect AES counter mode, which incorrectly incremented...
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.