index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
aes
/
aes_cfb.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Deprecate the low level AES functions
Matt Caswell
2020-01-06
1
-0
/
+6
*
Following the license change, modify the boilerplates in crypto/aes/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-47
/
+6
*
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
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-18
/
+22
*
Version skew reduction: trivia (I hope).
Ben Laurie
2012-06-04
1
-1
/
+0
*
Experimental symbol renaming to avoid clashes with regular OpenSSL.
Dr. Stephen Henson
2011-02-16
1
-0
/
+1
*
Engage crypto/modes.
Andy Polyakov
2008-12-23
1
-175
/
+4
*
size_t-fy AES, Camellia and RC4.
Andy Polyakov
2008-10-31
1
-6
/
+6
*
Avoid overrun. Coverity ID 60.
Ben Laurie
2007-04-05
1
-1
/
+1
*
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
1
-12
/
+95
*
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
*
AES-CFB[18] 2x optimization. Well, I bet nobody cares about AES-CFB1
Andy Polyakov
2004-12-30
1
-46
/
+20
*
Make sure memmove() is defined, even on SunOS 4.1.4.
Richard Levitte
2004-11-01
1
-0
/
+1
*
Add the missing parts for DES CFB1 and CFB8.
Richard Levitte
2004-01-28
1
-0
/
+93
*
disable weird assert()s
Bodo Möller
2002-11-13
1
-0
/
+6
*
In CFB mode, the iv is always encrypted.
Richard Levitte
2002-05-31
1
-1
/
+1
*
Add the modes OFB128, CFB128 and CTR128 to AES.
Richard Levitte
2002-02-16
1
-0
/
+151