aboutsummaryrefslogtreecommitdiffstats
path: root/main/openssl/0002-apps-speed-fix-digest-speed-measurement-and-add-hmac.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/openssl: security upgrade to 0.9.8x and backport padlock fixes1.10-stableTimo Teräs2012-08-021-14/+15
| | | | | * fix padlock sha1/256 to fallback to software with very large streams * fix padlock sha1/256 oneshot finalizing update
* main/openssl: upgrade to 0.9.8qNatanael Copa2010-12-031-3/+3
| | | | | | | Fixes: - CVE-2010-4180 - CVE-2010-4252 - CVE-2010-3864
* main/openssl: update padlock sha patchesTimo Teräs2010-06-041-0/+373
New version of padlock sha patches that do not use the seg.fault handler trick. It requires application to properly use oneshot mode context flag, or the high level full operation methods to take use of VIA C7 SHA acceleration. VIA Nano support is included in this patch and supports the partial transforms, so it gets accelerated always. Fixes #215.