I tried to dynamically load e_capi.so engine example on openssl version 1.1.0b
present in the openssl engine directory but not able to offload RSA methods.
Commands Used:
(i)
./openssl speed rsa -engine ../engines/capi.so
Error:
speed: Unknown algorithm -engine
(ii)
./openssl s_server -engine
I tried to execute ./openssl s_server command in the latest Openssl Version
1.1.0c after doing Openssl compilation steps:
./config
make
make test
make install
and It's throwing this error below:
./openssl: error while loading shared libraries: libssl.so.1.1: cannot open
shared object file: No suc
Hi,
On 10/11/16 10:49, Pawel Suwinski wrote:
Hello
After openssl upgrade (new OS version, new machine) I get error
decrypting SMIME messages using Alladin eToken SmardCard (pkcs11
engine).
On old system (Debian 6.0 Squeeze-LTS)/ machine:
#v+
[old]$ openssl version
OpenSSL 0.9.8g