index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
aes
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linking errors on IA64 and typo in aes-ia64.S.
Andy Polyakov
2006-10-17
1
-1
/
+1
*
Improve 386 portability of aes-586.pl.
Andy Polyakov
2006-09-18
1
-3
/
+4
*
Fix bug in aes-586.pl.
Andy Polyakov
2006-08-31
1
-3
/
+2
*
Fix C++ style comments, change assert to OPENSSL_assert, stop warning with
Dr. Stephen Henson
2006-08-31
1
-44
/
+44
*
Forward port of IGE mode.
Ben Laurie
2006-08-31
3
-2
/
+296
*
Revised AES_cbc_encrypt in x86 assembler module.
Andy Polyakov
2006-08-07
1
-326
/
+593
*
Agressively prefetch S-box in SSE codepatch, relax alignment requirement,
Andy Polyakov
2006-08-03
1
-48
/
+65
*
Switch to compact S-box when generating AES key schedule.
Andy Polyakov
2006-08-02
1
-210
/
+247
*
Switch to compact S-box when generating AES key schedule.
Andy Polyakov
2006-08-02
1
-16
/
+45
*
Next generation aes-586.pl featuring AES_[en|de]crypt, accessing exclusively
Andy Polyakov
2006-07-31
1
-295
/
+1197
*
Reimplement outer rounds as "compact" in x86 assembler. This has rather
Andy Polyakov
2006-07-18
1
-73
/
+314
*
Add option for "compact" rounds to aes_x86core.c. "Compact" rounds are
Andy Polyakov
2006-07-14
2
-204
/
+426
*
Fix compiler warnings.
Andy Polyakov
2006-07-04
1
-8
/
+8
*
Prepare playground for AES experimental code.
Andy Polyakov
2006-07-02
1
-0
/
+813
*
Mitigate the hazard of cache-collision timing attack on last round. The
Andy Polyakov
2006-06-28
1
-3
/
+22
*
Mitigate the hazard of cache-collision timing attack on last round. Well,
Andy Polyakov
2006-06-28
2
-193
/
+156
*
Mitigate cache-collision timing attack on last round.
Andy Polyakov
2006-06-28
1
-197
/
+98
*
Sync aes.h with http://cvs.openssl.org/chngview?cn=15336.
Andy Polyakov
2006-06-05
1
-1
/
+1
*
Reimplement AES_ofb128_encrypt.
Andy Polyakov
2006-06-05
1
-61
/
+49
*
Correct logical error in STRICT_ALIGNMENT check and remove copy of
Andy Polyakov
2006-06-05
1
-59
/
+3
*
Tune up AES CFB. Performance improvement varies from 10% to 50% from
Andy Polyakov
2006-05-30
2
-13
/
+96
*
undo accidental commit
Nils Larsch
2006-04-20
1
-1
/
+1
*
as we encrypt every bit separately we need to loop through the number
Nils Larsch
2006-04-20
1
-1
/
+1
*
Minor aes-sparcv9.pl optimization.
Andy Polyakov
2005-12-10
1
-12
/
+8
*
Engage AES for UltraSPARC in sparcv9 targets.
Andy Polyakov
2005-12-10
1
-0
/
+3
*
Revoke the option to share AES S-boxes between C and assembler. It wastes
Andy Polyakov
2005-12-10
1
-16
/
+0
*
Initial draft for AES for UltraSPARC assembler.
Andy Polyakov
2005-12-10
1
-0
/
+1166
*
Fix #if _MSC_VER clause in aes_locl.h
Andy Polyakov
2005-07-30
1
-1
/
+1
*
Pedantic polish to aes-ia64 and sha512-ia64.
Andy Polyakov
2005-07-20
1
-31
/
+41
*
Typo in version number.
Andy Polyakov
2005-07-20
1
-1
/
+1
*
Perl stylistic/cosmetic update for aes-x86_64.pl.
Andy Polyakov
2005-07-20
1
-81
/
+65
*
Fix unwind directives in IA-64 assembler modules. This helps symbolic
Andy Polyakov
2005-07-18
1
-4
/
+2
*
~15% better AES x86_64 assembler.
Andy Polyakov
2005-07-18
1
-173
/
+517
*
Commentary section update.
Andy Polyakov
2005-07-14
1
-5
/
+14
*
AES x86_64 assembler implementation.
Andy Polyakov
2005-07-12
2
-0
/
+1261
*
Pedantic polish to aes-586.pl:-)
Andy Polyakov
2005-07-01
1
-16
/
+8
*
Typos in commentary section.
Andy Polyakov
2005-07-01
1
-2
/
+2
*
AES_cbc_encrypt to allow end-user to retain small blocks performance by
Andy Polyakov
2005-07-01
1
-13
/
+41
*
Further BUILDENV refinement, further fool-proofing of Makefiles and
Andy Polyakov
2005-05-16
1
-5
/
+18
*
make update
Bodo Möller
2005-05-16
1
-16
/
+0
*
Fool-proofing Makefiles
Andy Polyakov
2005-05-16
1
-4
/
+1
*
Comply with optimization manual (no data should share cache-line with code).
Andy Polyakov
2005-05-09
1
-1
/
+1
*
Fix constants.
Andy Polyakov
2005-05-07
1
-8
/
+8
*
Add DTLS support.
Ben Laurie
2005-04-26
1
-0
/
+1
*
Avoid L1 cache aliasing even between key and S-boxes.
Andy Polyakov
2005-04-24
1
-32
/
+108
*
Avoid aliasing between stack frames and S-boxes. Compress prefetch code.
Andy Polyakov
2005-04-22
1
-127
/
+215
*
Mitigate cache-timing attack in CBC mode. This is done by implementing
Andy Polyakov
2005-04-16
1
-654
/
+223
*
Add emacs cache files to .cvsignore.
Richard Levitte
2005-04-11
1
-0
/
+2
*
Blow away Makefile.ssl.
Ben Laurie
2005-03-30
1
-4
/
+3
*
fix breakage for Perl versions that do boolean operations on long words
Ulf Möller
2005-03-19
1
-2
/
+2
[next]