Re: [openssl-users] Loading pkcs11 engine opensc without using command line

2015-07-17 Thread Dr. Stephen Henson
On Fri, Jul 17, 2015, Victor Wagner wrote: > On Fri, 17 Jul 2015 00:10:27 + > "Dr. Stephen Henson" wrote: > > > On Thu, Jul 16, 2015, Anirudh Raghunath wrote: > > > > > Hello, > > > > > > I want to write a program in which I can load a certificate from a > > > smartcard instead of having

Re: [openssl-users] Loading pkcs11 engine opensc without using command line

2015-07-17 Thread Victor Wagner
On Fri, 17 Jul 2015 00:10:27 + "Dr. Stephen Henson" wrote: > On Thu, Jul 16, 2015, Anirudh Raghunath wrote: > > > Hello, > > > > I want to write a program in which I can load a certificate from a > > smartcard instead of having it in a file on the client machine. In > > You may be able to

Re: [openssl-users] Help needed on FIPS error 0409A09E:lib(4):func(154):reason(158)

2015-07-17 Thread Jayalakshmi bhat
Hi Steve, Thanks a lot for the response. We are not using SSL 3.0. It is completely disabled in the stack. This issue is happening in TLS 1.0/ TLS 1.2 both. We are using OpenSSL 1.0.1c. I did not try using s_client. However I found the issue is fixed with the latest release of OpenSSL 1.0.2d. API