Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 247567 - dev-libs/openssl-0.9.8h-r1 is not using padlock for sha1/sha256
Summary: dev-libs/openssl-0.9.8h-r1 is not using padlock for sha1/sha256
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-19 11:33 UTC by Jan Klod
Modified: 2008-11-22 16:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Klod 2008-11-19 11:33:46 UTC
openssl-0.9.8h-r1 is not using padlock HW acceleration, if I try
openssl speed -evp sha1 -engine padlock

Perhaps that is causing a problems for ssh, which is also slowed down for same reason. I know for sure, padlock works with my kernel for AES and sha1.

What to do?

Reproducible: Always

Steps to Reproduce:
1.setup hardened gentoo on VIA Eden board
2.compile kernel with PaX and padlock support in (not modules)
3.run openssl like described.

Actual Results:  
slow

Expected Results:  
fast
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-11-20 18:29:53 UTC
Please post your `emerge --info' too, and perhaps some output showing the speed difference between the padlock engine and the default.