Re: SSL/TLS - Error while trying to decrypt the premaster secret.

2011-10-11 Thread nilesh
On Wednesday 12 October 2011 02:44 AM, Dave Thompson wrote: From: owner-openssl-us...@openssl.org On Behalf Of nilesh Sent: Monday, 10 October, 2011 07:35 I have an issue related to RSA decryption while using https. I have setup a dummy https server and captured packets on wireshark. If you

RE: SSL/TLS - Error while trying to decrypt the premaster secret.

2011-10-11 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of nilesh > Sent: Monday, 10 October, 2011 07:35 > I have an issue related to RSA decryption while using https. > I have setup a dummy https server and captured packets on wireshark. > If you just want to decrypt a session and aren't aware of it,

RE: Link error

2011-10-11 Thread Floodeenjr, Thomas
You probably need to link with libdl -ldl -Tom Thomas Floodeen, Jr. Mentor Graphics BSD 720.494.1133 -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Gyanendra Kumar Sent: Sunday, October 09, 2011 8:05 PM To: openssl-users

RE: Link error

2011-10-11 Thread Tayade, Nilesh
> -Original Message- > From: owner-openssl-us...@openssl.org [mailto:owner-openssl- > us...@openssl.org] On Behalf Of Gyanendra Kumar > Sent: Monday, October 10, 2011 7:35 AM > To: openssl-users@openssl.org > Subject: Link error > > Hi: > > I am compiling an example program and I get the

Re: Link error

2011-10-11 Thread Gyanendra Kumar
Hi: This is for Ubuntu Linux. Best Regards, -G On 10/9/11, Gyanendra Kumar wrote: > Hi: > > I am compiling an example program and I get the following link error. > Please help: > > human@human-DQ177A-ABA-A450N:~/Downloads/openssl-examples-20020110$ make > gcc wclient.o client.o common.o -o wc

Link error

2011-10-11 Thread Gyanendra Kumar
Hi: I am compiling an example program and I get the following link error. Please help: human@human-DQ177A-ABA-A450N:~/Downloads/openssl-examples-20020110$ make gcc wclient.o client.o common.o -o wclient -L/home/human/Downloads/openssl-1.0.0e -lssl -lcrypto /home/human/Downloads/openssl-1.0.0e/l

defining slot and key-id in the openssl.cnf

2011-10-11 Thread SiSt
In reference to my first posting: http://old.nabble.com/sufficient-engine-configuration-i-openssl.cnf-for-signing-with-smartcard-xmlsec1-td32606851.html I will try to shorten this posting above, posting it with teaspoon: How can a slot and its key be administered to the openssl.cnf so that opens

defining slot and key-id in the openssl.cnf

2011-10-11 Thread SiSt
http://old.nabble.com/sufficient-engine-configuration-i-openssl.cnf-for-signing-with-smartcard-xmlsec1-td32606851.html I will try to shorten this posting above, posting it with teaspoon: How can a slot and its key be administered to the openssl.cnf so that openssl can read it directly from the o

RE: Re:SSL_connect is indicating the www.google.com certificate is expired

2011-10-11 Thread Shaw Andy
Hi Ziyu, The system time is correct and I have checked the valid from and until range and it is correct for all cases too. The error code I get from the callback for the verifications error is 10 which (according to my version at least) corresponds to X509_V_ERR_CERT_HAS_EXPIRED, the error dep

Re:SSL_connect is indicating the www.google.com certificate is expired

2011-10-11 Thread Ziyu Liu
Hi, Andy, Check yoursystem's time. Is the time in the range of Validity. If this is ok, I think this may not really be a expried error and you may check the source code to see what happened. At 2011-10-11 16:09:34,"Shaw Andy" wrote: Hi! When I use SSL_connect with thehttps://www.google.c

SSL_connect is indicating the www.google.com certificate is expired

2011-10-11 Thread Shaw Andy
Hi! When I use SSL_connect with the https://www.google.com address then it is claiming that the certificate is expired even though I have checked the certificate and the issuers and anything I can find related to it to see why it might think that but it all looks correct. This only happens on