On Sat, Jun 28, 2008, Anuradha Gupta wrote:

> Hi
> 
> I have ported SSL / Crypto librarries on VxWorks and linked with my 
> application. Thus the client is running on VxWorks (pentium) and server is 
> running on Linux machine.
> When Client side does SSL_Connect , then it fails while validating the server 
> certificates. Partucularly on function X509_cmp_time.
> What is the significance of comparing the timestamps and how to resolve the 
> issue.
> What are the chages required on the client side so that the compare time 
> function returns success. Both client and server are referring the same set 
> of RSA certificates.
> 

The function is used to determine if any certificate(s) in the chain have
expired.

I'd suggest you try using openssl verify on the chain of the server.

If the time is wrong on one machine or the certificate has an invalid time
this could happen.

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to