Bug#846548: Using pkcs11 with OpenSSL 1.1

2017-03-04 Thread Velin Pavlov
Hi, I'm doing some PKI-stuff for my employer, using feitian PKI cards on i386/i686/armhf (raspberry) platforms, using debian/{stable,testing}. I know it's too late for (debian-official) patches against testing, but locally, this is not a problem. So I patched libp11_0.4.3-1 and tested it with a

Bug#846548: Using pkcs11 with OpenSSL 1.1

2017-02-08 Thread Christoph Moench-Tegeder
Chiming in on this topic: Currently, the libp11 packages in stretch (0.4.3-1) as well in sid (0.4.4-1) link against openssl 1.0. That also results in libengine-pkcs11-openssl being built for openssl 1.0 and PKCS#11 engine support for openssl 1.1 and all applications built against openssl 1.0 being

Bug#846548: Using pkcs11 with OpenSSL 1.1

2016-12-05 Thread MichaƂ Trojnara
micah wrote: > /usr/lib/x86_64-linux-gnu/engines-1.1/pkcs11.so: > cannot open shared object file: No such file or directory Your OpenSSL version is apparently 1.1.x. > Indeed the pkcs11 engine is not in that path, its actually in: > /usr/lib/x86_64-linux-gnu/openssl-1.0.2/engines/pkcs11.so Your