summaryrefslogtreecommitdiffstats
path: root/main/openssl/0002-apps-speed-fix-digest-speed-measurement-and-add-hmac.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/openssl: upgrade to 1.0.0b and claim maintainershipTimo Teräs2010-11-171-3/+3
| | | | | | * upgrade to 1.0.0b which has security fixes * update patch which did not apply anymore * delete patch merged upstream
* main/openssl: refresh padlock patchesTimo Teräs2010-07-281-2/+2
| | | | The new feature is support for VIA Nano Padlock in 64-bit mode.
* main/openssl: add padlock sha support, autoload dynamic padlockTimo Teräs2010-06-041-0/+392
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.