Re: openssl pkcs#11 engine patch

2011-03-29 Thread Paul Wouters
On Wed, 23 Mar 2011, Billy Glynn wrote: For me, I had the same problem. I'm running RHEL5, openssl-0.9.8l with the ISC patch and integrating with the AEP Keyper PKCS#11 lib. After applying the ISC patch, I found that this worked for me: # ./Configure linux-elf -m32 -pthread --pk11-libname=/op

Re: openssl pkcs#11 engine patch

2011-03-23 Thread Billy Glynn
Hi Emil, For me, I had the same problem. I'm running RHEL5, openssl-0.9.8l with the ISC patch and integrating with the AEP Keyper PKCS#11 lib. After applying the ISC patch, I found that this worked for me: # ./Configure linux-elf -m32 -pthread --pk11-libname=/opt/Keyper/PKCS11Provider/pkcs11.so

openssl pkcs#11 engine patch

2011-02-07 Thread Emil Natan
Hi, I try to build BIND 9.7.2-P3 with HSM support needed for DNSSEC on CentOS-5 box. Following the documentation (arm97, starting from page 27) I download the openssl source (0.9.8l), apply the patch provided with BIND (bin/pkcs11/openssl-0.9.8l-patch), no errors during the "configure" and "make"