Re: [opensc-devel] Openssl pkcs11-engine using s_client with PIV card

2012-12-20 Thread Matthew Zimmerman
Doug, thanks, I got it working now. Turns out it was the -t I was throwing to the openssl engine command... I don't know where I saw that or what it even does, but if I don't use it there's no segfault and the connection succeeds! Now to figure out what's different in the TLS/SSL libraries that b

Re: [opensc-devel] Openssl pkcs11-engine using s_client with PIV card

2012-12-20 Thread Douglas E. Engert
On 12/20/2012 7:54 AM, Matthew Zimmerman wrote: > I'm trying to debug an SSL connection to a webserver utilizing my PIV > Authentication Certificate and the associated private key on my card > and I believe I've found a bug in mechanism.c > > I *think* I'm doing everything correctly, although doc