openssl: use asm SHA1, SHA256, AES on MIPS.
authorFelix Fietkau <nbd@openwrt.org>
Mon, 24 Sep 2012 15:23:57 +0000 (15:23 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 24 Sep 2012 15:23:57 +0000 (15:23 +0000)
commit8eadb90934c02b121fcb25f81fc1eda9985b196b
tree474c4a4a8a0866e5b9fc0214614b3d3e0fe76459
parent7baa5e685931b85f29e8c6c9b21a2f322129f76e
openssl: use asm SHA1, SHA256, AES on MIPS.

On a lightly loaded 24Kc, as measured by 'openssl speed sha1', shows between
27% and 120% speedup depending on block size.
SHA1 is notably used in Transmission for piece verification.
Patch by Catalin Patulea

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33531 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/openssl/Makefile
package/openssl/patches/110-optimize-for-size.patch
package/openssl/patches/210-fix_aes_mips.patch [new file with mode: 0644]