Re: mod_ssl and pkcs11

2013-11-27 Thread Nick Gearls
trying to use a pkcs11 engine within mod_ssl, and am digging as to how this might be done. The closest I've found is this patch https://issues.apache.org/bugzilla/show_bug.cgi?id=52473 Anyone know if there is anything newer out there? I don't know, but perhaps https://issues.apache.org/bugzilla

Re: mod_ssl and pkcs11

2013-11-27 Thread Dr Stephen Henson
On 27/11/2013 12:26, Nick Gearls wrote: Maybe it's time to remove all redundant code in mod_ssl and use all features of OpenSSL; PKCS#11 will then be automatically supported and the maintenance of mod_ssl will be simplified a lot. PKCS#11 support isn't native in OpenSSL though some third

Re: mod_ssl and pkcs11

2013-11-27 Thread Kaspar Brand
On 27.11.2013 15:33, Dr Stephen Henson wrote: On 27/11/2013 12:26, Nick Gearls wrote: Maybe it's time to remove all redundant code in mod_ssl and use all features of OpenSSL; PKCS#11 will then be automatically supported and the maintenance of mod_ssl will be simplified a lot. PKCS#11

mod_ssl and pkcs11

2013-11-26 Thread Graham Leggett
Hi all, I am trying to use a pkcs11 engine within mod_ssl, and am digging as to how this might be done. The closest I've found is this patch https://issues.apache.org/bugzilla/show_bug.cgi?id=52473 Anyone know if there is anything newer out there? Regards, Graham --

Re: mod_ssl and pkcs11

2013-11-26 Thread Kaspar Brand
On 26.11.2013 16:44, Graham Leggett wrote: Hi all, I am trying to use a pkcs11 engine within mod_ssl, and am digging as to how this might be done. The closest I've found is this patch https://issues.apache.org/bugzilla/show_bug.cgi?id=52473 Anyone know if there is anything newer out