Prepare for release.
[openssl.git] / crypto / aes /
2007-01-21 Dr. Stephen HensonUpdate from HEAD.
2006-06-28 Andy PolyakovMitigate the hazard of cache-collision timing attack...
2005-05-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-26 Ben LaurieAdd DTLS support.
2005-04-24 Andy PolyakovAvoid L1 cache aliasing even between key and S-boxes.
2005-04-22 Andy PolyakovAvoid aliasing between stack frames and S-boxes. Compre...
2005-04-17 Andy PolyakovThrow in fips/aes/asm/fips-ax86-elf.s.
2005-04-16 Andy PolyakovMitigate cache-timing attack in CBC mode. This is done...
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-11 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-03-19 Ulf Möllerfix breakage for Perl versions that do boolean operatio...
2005-02-06 Andy PolyakovThis patch was "ignited" by OpenBSD 3>=4 support. They...
2005-01-25 Andy PolyakovPlease BSD make...
2005-01-24 Andy PolyakovDefault to AES u32 being unsinged int and not long...
2005-01-24 Andy PolyakovImprove ECB performance (48+14*rounds -> 18+13*rounds...
2005-01-20 Andy PolyakovBug-fix in CBC encrypt tail processing and commentary...
2005-01-18 Andy PolyakovThrow in AES CBC assembler, up to +40% on aes-128-cbc...
2005-01-18 Andy PolyakovReserve for AES CBC assembler implementation...
2005-01-18 Andy PolyakovDon't zap AES CBC IV, when decrypting truncated content...
2005-01-18 Andy PolyakovDon't zap AES CBC IV, when decrypting truncated content...
2005-01-13 Andy Polyakov"Monolithic" x86 assembler replacement for aes_core...
2005-01-09 Andy PolyakovPermit "monolithic" AES assembler implementations,...
2004-12-30 Andy PolyakovAES CBC and CFB performance tune-up from HEAD.
2004-12-30 Andy PolyakovCommentary update for AES IA-64 assembler module.
2004-12-30 Andy PolyakovMinor AES x86 assembler tune-up.
2004-12-30 Andy PolyakovAES-CFB[18] 2x optimization. Well, I bet nobody cares...
2004-12-28 Andy PolyakovOops-kind typos in aes-ia64.S...
2004-12-28 Richard Levitteiv needs to be const because it sometimes takes it...
2004-12-26 Andy PolyakovRemove yet another redundant memcpy. Not at least perfo...
2004-12-26 Andy PolyakovEliminate redundant memcpy of IV material. Performance...
2004-12-26 Andy PolyakovEngage AES x86 assembler module for COFF and a.out...
2004-12-23 Andy PolyakovEngage AES x86 assembler module on ELF platforms.
2004-12-23 Andy PolyakovEliminate copies of TeN and TdN, use those found in...
2004-12-23 Andy PolyakovAES x86 assembler implementation.
2004-12-13 Richard Levittemake update (oops, missed this file)
2004-12-13 Richard Levittemake update
2004-12-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-12-05 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-30 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-25 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-11-01 Richard LevitteMake sure memmove() is defined, even on SunOS 4.1.4.
2004-11-01 Richard LevitteMake sure memmove() is defined, even on SunOS 4.1.4.
2004-08-23 Andy PolyakovSync aes_ctr.c with HEAD.
2004-08-23 Andy PolyakovMake aes_ctr.c 64-bit savvy.
2004-07-23 Andy PolyakovBuild-n-link new IA-64 modules on Linux and HP-UX.
2004-07-23 Andy PolyakovVarious IA-64 assembler fix-ups.
2004-07-18 Andy PolyakovAnchor AES and SHA-256/-512 assembler from C.
2004-07-18 Andy PolyakovAdd anchors for AES, SHA-256/-512 assembler modules...
2004-07-17 Andy PolyakovAdd licensing terms.
2004-07-17 Andy PolyakovIA-64 is intolerant to misaligned access. It was a...
2004-07-17 Andy PolyakovIA-64 is intolerant to misaligned access. It was a...
2004-07-01 Andy PolyakovAES assembler implementation for IA-64. Note that there...
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-12-27 Richard LevitteUse sh explicitely to run point.sh
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-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-08-11 Richard LevitteA new branch for FIPS-related changes has been created...
2003-07-29 Ben LaurieAES CFB8.
2003-07-29 Ben LaurieWorking CFB1 and test vectors.
2003-07-28 Ben LaurieAdd support for partial CFB modes, make tests work...
2003-07-27 Ben LaurieUnfinished FIPS stuff for review/improvement.
2003-07-27 Ben LaurieAdd untested CFB-r mode. Will be tested soon.
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 LevitteThe 'counter' is really the IV.
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-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-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...
2003-01-23 Andy PolyakovWorkaround for lame compiler bug introduced in "CPU...
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-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-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 Richard LevitteWinCE patches
2002-11-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-11-15 Richard LevitteWinCE patches
2002-11-14 Richard LevitteRemove warnings.
2002-11-14 Richard LevitteRemove warnings.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
next