| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- Fix for security issue CVE-2010-4180
- Fix for CVE-2010-4252
- Fix mishandling of absent EC point format extension.
- Fix various platform compilation issues.
- Corrected fix for security issue CVE-2010-3864.
(cherry picked from commit b8e89bf9186c574777c21c841eaa13998d145cfe)
|
|
|
|
|
| |
so we avoid /usr/lib64 on x86_64
(cherry picked from commit 83d6bfc645b3307b452740c9b467a73b58daa2f3)
|
|
|
|
|
|
|
| |
* upgrade to 1.0.0b which has security fixes
* update patch which did not apply anymore
* delete patch merged upstream
(cherry picked from commit f2ecdc70a8a521ce1deb1d5ea3273054f77aa076)
|
|
|
|
| |
(cherry picked from commit 928dd04996fb7ede6cbd646c1e48222910b07ff8)
|
|
|
|
| |
(cherry picked from commit 930dadc2e00d672f403b3a565d4f1bd3cb2663f2)
|
|
|
|
| |
The new feature is support for VIA Nano Padlock in 64-bit mode.
|
|\
| |
| |
| |
| | |
Conflicts:
main/openssl/APKBUILD
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
and introduce libssl1.0 and libcrypto1.0 packages
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|