aboutsummaryrefslogtreecommitdiffstats
path: root/main/openssl
Commit message (Collapse)AuthorAgeFilesLines
* main/openssl: security upgrade to 0.9.8x and backport padlock fixes1.10-stableTimo Teräs2012-08-024-45/+50
| | | | | * fix padlock sha1/256 to fallback to software with very large streams * fix padlock sha1/256 oneshot finalizing update
* main/openssl: update to 0.9.8rTimo Teräs2011-02-091-2/+2
| | | | * security fix for CVE-2011-0014
* main/openssl: upgrade to 0.9.8qNatanael Copa2010-12-032-7/+7
| | | | | | | Fixes: - CVE-2010-4180 - CVE-2010-4252 - CVE-2010-3864
* main/openssl: update padlock sha patchesTimo Teräs2010-06-045-824/+1163
| | | | | | | | | | 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.
* main/openssl: build fixNatanael Copa2010-06-042-2/+1889
| | | | fix manpages patch
* main/openssl: security upgrade to 0.9.8oNatanael Copa2010-06-021-2/+2
|
* main/openssl: upgrade to 0.9.8nNatanael Copa2010-03-311-2/+2
| | | | (cherry picked from commit 190bb4b5a6ff69bdbed2b5ad4246ba6a874cd218)
* main/openssl: upgrade to 0.9.8mNatanael Copa2010-03-126-249/+16
| | | | (cherry picked from commit a83972c6ef8cc9fa9e47868248d78e48a4e92207)
* main/openssl: security patchesNatanael Copa2009-12-096-2/+241
| | | | | | | | | * CVE-2009-1377 * CVE-2009-1378 * CVE-2009-1379 * CVE-2009-1387 * CVE-2009-2409 * CVE-2009-3555
* main/openssl: upgrade to 0.9.8lNatanael Copa2009-11-091-3/+3
|
* main/openssl: enable optimized montgomery multiplicationTimo Teras2009-08-201-2/+2
| | | | gives about 2x performance improvement on sse enabled chips.
* main/openssl: the libcrypto subpackage replaces openssl for upgradesNatanael Copa2009-08-061-1/+2
|
* main/openssl: fix random padlock sha1 breakageTimo Teras2009-07-302-14/+17
| | | | | | | 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.
* main/openssl: update checksumNatanael Copa2009-07-271-1/+1
|
* main/openssl: fix padlock patchTimo Teras2009-07-272-238/+159
| | | | | | | | 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).
* move core/* to main/Natanael Copa2009-07-234-0/+1036
added maintainer to several packages as well