| 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.
|
|
|
|
| |
so we avoid /usr/lib64 on x86_64
|
|
|
|
|
|
| |
* upgrade to 1.0.0b which has security fixes
* update patch which did not apply anymore
* delete patch merged upstream
|
| |
|
| |
|
|
|
|
| |
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
|