Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/openssl: security upgrade to 0.9.8x and backport padlock fixes1.10-stable | Timo Teräs | 2012-08-02 | 1 | -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.8q | Natanael Copa | 2010-12-03 | 1 | -3/+3 |
| | | | | | | | Fixes: - CVE-2010-4180 - CVE-2010-4252 - CVE-2010-3864 | ||||
* | main/openssl: update padlock sha patches | Timo Teräs | 2010-06-04 | 1 | -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. |