John M. Langley wrote:

Prior to last week, this has always returned information in the form of:
Certificate valid start date: Oct 31 00:00:00 2002 GMT
Certificate valid end date: Oct 30 23:59:59 2004 GMT

***but*** now I'm receiving:
Certificate valid start date: Bad time valueludGVybmF0
Certificate valid end date: Bad time value

Why won't you send us the contents of the ASN1_TIME *tm? The "Bad time value" message comes from the ASN1_TIME_print, but try to do the following and send us the results:

        ASN1_TIME *tm = ...;

        fwrite(tm->data, 1, tm->length, stdout);


-- Lev Walkin [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Reply via email to