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]> wrote: > > Are you combining version 1.0.1 and 1.0.0 ? > > ---------------------------------------- >> From: [email protected] >> Subject: Can not enable via padlock >> Date: Wed, 30 May 2012 20:26:45 -0300 >> To: [email protected] >> >> 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 >> User Support Mailing List [email protected] >> Automated List Manager [email protected] > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [email protected] > Automated List Manager [email protected] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
