Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/openssl: specify libdir | Natanael Copa | 2010-11-23 | 1 | -0/+1 |
| | | | | so we avoid /usr/lib64 on x86_64 | ||||
* | main/openssl: upgrade to 1.0.0b and claim maintainership | Timo Teräs | 2010-11-17 | 3 | -23/+9 |
| | | | | | | * upgrade to 1.0.0b which has security fixes * update patch which did not apply anymore * delete patch merged upstream | ||||
* | main/openssl: fix double free. cve-2010-2939 | Natanael Copa | 2010-10-08 | 2 | -2/+16 |
| | |||||
* | main/openssl: -dev package needs zlib-dev | Natanael Copa | 2010-08-31 | 1 | -1/+2 |
| | |||||
* | main/openssl: refresh padlock patches | Timo Teräs | 2010-07-28 | 6 | -94/+377 |
| | | | | The new feature is support for VIA Nano Padlock in 64-bit mode. | ||||
* | Merge remote branch 'alpine/master' | Andrew Manison | 2010-06-19 | 5 | -11/+1220 |
|\ | | | | | | | | | Conflicts: main/openssl/APKBUILD | ||||
| * | main/openssl: add padlock sha support, autoload dynamic padlock | Timo Teräs | 2010-06-04 | 5 | -2/+1218 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add new version of padlock patches which enable: - limited support of VIA C7 SHA acceleration - full support for VIA Nano SHA acceleration Openssl HMAC core is also patched to take full performance out of padlock. Speed application is updated for measuring hmac(sha1). Padlock was moved to be dynamic engine in openssl-1.0.0. So add some code that losfd automatically that engine. | ||||
| * | main/openssl: upgrade to 1.0.0a | Natanael Copa | 2010-06-01 | 1 | -9/+2 |
| | | |||||
* | | Fixes for total repository build. | Andrew Manison | 2010-06-11 | 1 | -1/+1 |
| | | |||||
* | | Deleted old patch file. | Andrew Manison | 2010-06-01 | 1 | -821/+0 |
|/ | |||||
* | main/openssl: upgrade to 1.0.0 | Natanael Copa | 2010-05-14 | 3 | -85/+1362 |
| | | | | and introduce libssl1.0 and libcrypto1.0 packages | ||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/openssl: upgrade to 0.9.8n | Natanael Copa | 2010-03-30 | 1 | -2/+2 |
| | |||||
* | main/openssl: upgrade to 0.9.8m | Natanael Copa | 2010-03-12 | 6 | -249/+16 |
| | |||||
* | main/openssl: security patches | Natanael Copa | 2009-12-09 | 6 | -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.8l | Natanael Copa | 2009-11-09 | 1 | -3/+3 |
| | |||||
* | main/openssl: enable optimized montgomery multiplication | Timo Teras | 2009-08-20 | 1 | -2/+2 |
| | | | | gives about 2x performance improvement on sse enabled chips. | ||||
* | main/openssl: the libcrypto subpackage replaces openssl for upgrades | Natanael Copa | 2009-08-06 | 1 | -1/+2 |
| | |||||
* | main/openssl: fix random padlock sha1 breakage | Timo Teras | 2009-07-30 | 2 | -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 checksum | Natanael Copa | 2009-07-27 | 1 | -1/+1 |
| | |||||
* | main/openssl: fix padlock patch | Timo Teras | 2009-07-27 | 2 | -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 Copa | 2009-07-23 | 4 | -0/+1036 |
added maintainer to several packages as well |