summaryrefslogtreecommitdiffstats
path: root/main/openssl/0004-crypto-engine-autoload-padlock-dynamic-engine.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/openssl: refresh hmac/oneshot and padlock patchesTimo Teräs2012-08-021-0/+33
| | | | | * fixed hmac oneshot flag to work as expected * renamed the patch series, and rebased against 1.0.1c
* main/openssl: refresh padlock patchesTimo Teräs2010-07-281-33/+0
| | | | 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/+33
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.