Engage SHA1 IA64 assembler on IA64 platforms [from HEAD].
[oweals/openssl.git] / crypto / aes / aes_cbc.c
2003-10-29 Richard LevitteRemoving those memcpy()s also took away the possibility...
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-10-15 Richard LevitteCorrect serious bug in AES-CBC decryption when the...
2003-06-10 Richard LevitteThe output from AES_cbc_encrypt() should be exact multi...
2003-06-10 Richard LevitteThe output from AES_cbc_encrypt() should be exact multi...
2003-01-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-01-10 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-12-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-29 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-27 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-14 Richard LevitteRemove warnings.
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-13 Bodo Möllerdisable weird assert()s
2002-11-12 Ben LaurieMany security improvements (CHATS) and a warning fix.
2002-11-12 Richard LevitteMake the CBC mode od AES accept lengths that aren't...
2002-11-12 Richard LevitteMake the CBC mode od AES accept lengths that aren't...
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...