| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* fix padlock sha1/256 to fallback to software with very large streams
* fix padlock sha1/256 oneshot finalizing update
|
|
|
|
| |
* security fix for CVE-2011-0014
|
|
|
|
|
|
|
| |
Fixes:
- CVE-2010-4180
- CVE-2010-4252
- CVE-2010-3864
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
fix manpages patch
|
| |
|
|
|
|
| |
(cherry picked from commit 190bb4b5a6ff69bdbed2b5ad4246ba6a874cd218)
|
|
|
|
| |
(cherry picked from commit a83972c6ef8cc9fa9e47868248d78e48a4e92207)
|
|
|
|
|
|
|
|
|
| |
* CVE-2009-1377
* CVE-2009-1378
* CVE-2009-1379
* CVE-2009-1387
* CVE-2009-2409
* CVE-2009-3555
|
| |
|
|
|
|
| |
gives about 2x performance improvement on sse enabled chips.
|
| |
|
|
|
|
|
|
|
| |
fix copying of oneshot sha1 context. also decrease the size
of "small buffer", to make context smaller (and context copy
faster in most cases); it should be still enough to catch
most hmac operations.
|
| |
|
|
|
|
|
|
|
|
| |
there was a bug sha context copying, that caused all hmac users
(and possibly others) to crash. also implemented a third
intermediate hashing mode with small buffer: it'll speed up
hashing in most cases considerably (packets / certificates to
be hashed are not usually too long).
|
|
added maintainer to several packages as well
|