Hi All,

I am trying to crack open a certificate and print out the start and
expire dates to a debug log message.

I found these two nifty functions X509_get_notBefore() and
X509_get_notAfter() which return a pointer to a ASN1_TIME struct.

I'm not sure where to go from here.  I would like to be able to
convert the ASN1_TIME to a time_t struct or something.

Would one of you experts please advise the best approach?

Thanks,

Dallas
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to