On 2012-05-31 12:01, Salatiel Filho wrote:
> On Thu, May 31, 2012 at 12:37 PM, Michael S. Zick <[email protected]> wrote: > >> On Thu May 31 2012, Salatiel Filho wrote: >> >>> Any other ideas ? >> Yes, wrong or incomplete Debian package installed. > > I dont think thats the problem. I tried build the package from source > using dpkg-buildpackage and i noticed that though libssl packace shows > 1.0.0 in its name , the libraries inside are the ones built from 1.0.1 > source. > >> Your strace shows 1.0.0 in the pathname of the libpadlock.so it is trying to open. Did your apt-get include a new libpadlock.so or perhaps that is now packaged separately by Debian. > > Yes. It is inside of the libssl package. > I.E: Perhaps you need to install an additional package for Via. > > I also don't th> Well, there's your problem. As far as I can tell, OpenSSL does not (officially) support padlock on the AMD64 architecture. There is a patch that I have been using (on gentoo) that enables 64-bit architecture support for padlock. Look on bugzilla.redhat.com for bug # 617539, apply the patch, and try again. I note that there are some comments claiming that upstream fixed the bug in 1.0.1 and 1.1.0, but I'm still running 1.0.0j with the mentioned patch. > Mike > >> []'s Salatiel On Wed, May 30, 2012 at 8:40 PM, Salatiel Filho <[email protected] [10]> wrote: >> >>> No. Just installed from debian unstable repository. apt-get -t unstable install openssl []'s Salatiel On Wed, May 30, 2012 at 8:33 PM, Peter Kurrasch <[email protected] [9]> wrote: >>> >>>> Are you combining version 1.0.1 and 1.0.0 ? ---------------------------------------- >>>> >>>>> From: [email protected] [1] Subject: Can not enable via padlock Date: Wed, 30 May 2012 20:26:45 -0300 To: [email protected] [2] I am trying to test via padlock using 'openssl speed -engine padlock', but it fails. # openssl version OpenSSL 1.0.1c 10 May 2012 # openssl engine padlock 140291115067048:error:260B606D:engine routines:DYNAMIC_LOAD:init failed:eng_dyn.c:521: 140291115067048:error:2606A074:engine routines:ENGINE_by_id:no such engine:eng_list.c:417:id=padlock # strace openssl engine padlock 2>&1 | grep -i padlock.so open("/usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libpadlock.so", O_RDONLY) = 3 # ls -la /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libpadlock.so -rw-r--r-- 1 root root 6096 May 11 12:51 /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libpadlock.so # dmesg | grep -i aes [ 284.335338] padlock: Using VIA PadLock ACE for AES algorithm. # lsmod | grep -i aes padlock_aes 5633 0 aes_generic 25714 1 padlock_aes What am i doing wrong ? ______________________________________________________________________ OpenSSL Project http://www.openssl.org [3] User Support Mailing List [email protected] [4] Automated List Manager [email protected] [5] >>>> ______________________________________________________________________ OpenSSL Project http://www.openssl.org [6] User Support Mailing List [email protected] [7] Automated List Manager [email protected] [8] >> ______________________________________________________________________ OpenSSL Project http://www.openssl.org [11] User Support Mailing List [email protected] [12] Automated List Manager [email protected] [13] > ______________________________________________________________________ OpenSSL Project http://www.openssl.org [14] User Support Mailing List [email protected] [15] Automated List Manager [email protected] [16] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected] Links: ------ [1] mailto:[email protected] [2] mailto:[email protected] [3] http://www.openssl.org [4] mailto:[email protected] [5] mailto:[email protected] [6] http://www.openssl.org [7] mailto:[email protected] [8] mailto:[email protected] [9] mailto:[email protected] [10] mailto:[email protected] [11] http://www.openssl.org [12] mailto:[email protected] [13] mailto:[email protected] [14] http://www.openssl.org [15] mailto:[email protected] [16] mailto:[email protected]
