Matt Caswell
|
33388b44b6
Update copyright year
|
4 lat temu |
Matt Caswell
|
c72fa2554f
Deprecate the low level AES functions
|
5 lat temu |
Richard Levitte
|
c918d8e283
Following the license change, modify the boilerplates in crypto/aes/
|
6 lat temu |
Rich Salz
|
aa6bb1352b
Copyright consolidation 05/10
|
8 lat temu |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 lat temu |
Richard Levitte
|
31384753c7
Remove the "eay" c-file-style indicators
|
9 lat temu |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 lat temu |
Ben Laurie
|
71fa451343
Version skew reduction: trivia (I hope).
|
12 lat temu |
Dr. Stephen Henson
|
d749e1080a
Experimental symbol renaming to avoid clashes with regular OpenSSL.
|
13 lat temu |
Andy Polyakov
|
5d48a66a6a
Engage crypto/modes.
|
16 lat temu |
Andy Polyakov
|
f768be81d8
size_t-fy AES, Camellia and RC4.
|
16 lat temu |
Ben Laurie
|
f6301f6888
Avoid overrun. Coverity ID 60.
|
17 lat temu |
Andy Polyakov
|
bcfd3d68f5
Correct logical error in STRICT_ALIGNMENT check and remove copy of
|
18 lat temu |
Andy Polyakov
|
21f0db692d
Tune up AES CFB. Performance improvement varies from 10% to 50% from
|
18 lat temu |
Nils Larsch
|
49c5f38d3d
undo accidental commit
|
18 lat temu |
Nils Larsch
|
f8296228f1
as we encrypt every bit separately we need to loop through the number
|
18 lat temu |
Andy Polyakov
|
2e4a99f38b
AES-CFB[18] 2x optimization. Well, I bet nobody cares about AES-CFB1
|
20 lat temu |
Richard Levitte
|
1a4b8e7cee
Make sure memmove() is defined, even on SunOS 4.1.4.
|
20 lat temu |
Richard Levitte
|
8d1ebe0bd1
Add the missing parts for DES CFB1 and CFB8.
|
21 lat temu |
Bodo Möller
|
b6fee5c2fb
disable weird assert()s
|
22 lat temu |
Richard Levitte
|
09c70c3261
In CFB mode, the iv is always encrypted.
|
22 lat temu |
Richard Levitte
|
97879bcd57
Add the modes OFB128, CFB128 and CTR128 to AES.
|
23 lat temu |