index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
aes
/
aes_core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
aes: make the no-asm constant time code path not the default
Pauli
2022-01-31
1
-1
/
+1
*
Fix aes_core to use U64() macro..
Shane Lontis
2021-06-22
1
-142
/
+151
*
Update copyright year
Matt Caswell
2021-06-17
1
-1
/
+1
*
Add AES consttime code for no-asm configurations
Bernd Edlinger
2021-06-13
1
-1
/
+631
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Deprecate the low level AES functions
Matt Caswell
2020-01-06
1
-0
/
+7
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/aes/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Remove email addresses from source code.
Rich Salz
2017-10-13
1
-3
/
+3
*
Fix a few if(, for(, while( inside code.
FdaSilvaYY
2016-07-20
1
-4
/
+4
*
Whitespace cleanup in crypto
FdaSilvaYY
2016-06-29
1
-1
/
+1
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-0
/
+9
*
Clean-up *_DEBUG options.
Andy Polyakov
2016-04-07
1
-5
/
+0
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Remove the "eay" c-file-style indicators
Richard Levitte
2015-12-18
1
-1
/
+1
*
Fix undefined behaviour in shifts.
Emilia Kasper
2015-03-14
1
-32
/
+32
*
Manually reformat aes_core.c
Matt Caswell
2015-01-22
1
-400
/
+405
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+1
*
Remove fips_constseg references.
Dr. Stephen Henson
2014-12-08
1
-10
/
+0
*
Allow for dynamic base in Win64 FIPS module.
Andy Polyakov
2011-09-14
1
-0
/
+10
*
Experimental symbol renaming to avoid clashes with regular OpenSSL.
Dr. Stephen Henson
2011-02-16
1
-0
/
+1
*
Minimize aes_core.c footprint when AES_[en|de]crypt is implemented in
Andy Polyakov
2007-01-25
1
-1
/
+200
*
Mitigate cache-collision timing attack on last round.
Andy Polyakov
2006-06-28
1
-197
/
+98
*
Revoke the option to share AES S-boxes between C and assembler. It wastes
Andy Polyakov
2005-12-10
1
-16
/
+0
*
Default to AES u32 being unsinged int and not long. This improves cache
Andy Polyakov
2005-01-24
1
-10
/
+10
*
Eliminate copies of TeN and TdN, use those found in assembler module.
Andy Polyakov
2004-12-23
1
-0
/
+15
*
Anchor AES and SHA-256/-512 assembler from C.
Andy Polyakov
2004-07-18
1
-0
/
+2
*
Workaround for lame compiler bug introduced in "CPU pack" for MSVC6SP5.
Andy Polyakov
2003-01-23
1
-3
/
+3
*
disable weird assert()s
Bodo Möller
2002-11-13
1
-0
/
+6
*
Add the modes OFB128, CFB128 and CTR128 to AES.
Richard Levitte
2002-02-16
1
-10
/
+0
*
Because Rijndael is more known as AES, use crypto/aes instead of
Richard Levitte
2002-01-02
1
-0
/
+1261