Hi,
Is there any API
available to get the next update time of CRL in
ASN1_GENERALIZEDTIME format?
The next update
time can be retrieved in ASN1_TIME format using the following
API:
get_crl_update_time(X509_CRL *crl )
{
ASN1_TIME *ctm = NULL;
ctm = M_ASN1_TIME_dup (X509_CRL_get_nextUpdate(crl));
/*
The ctm is in ASN1_TIME format. Is there any API available
to get the time in
ASN1_GENERALIZEDTIME format?? */
}
Thanks in
advance.
With best regards,
-Surendra
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com |
