summaryrefslogtreecommitdiffstats
path: root/main/openssl/0004-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/openssl: refresh hmac/oneshot and padlock patchesTimo Teräs2012-08-021-780/+0
| | | | | * fixed hmac oneshot flag to work as expected * renamed the patch series, and rebased against 1.0.1c
* main/openssl: fix padlock sha1/256 oneshot finalizing updateTimo Teräs2012-08-021-2/+2
| | | | | | We want to handle bytes upto next block boundary, to work with hardware from block boundary. The code incorrectly fed just the amount of bytes in the block.
* main/openssl: refresh padlock patchesTimo Teräs2010-07-281-0/+780
The new feature is support for VIA Nano Padlock in 64-bit mode.