RE: Geting certificate expiration date

2000-07-20 Thread Barnes, Michael L.
yy mm dd hh mm ss Z year month day hour minute second 'Z' for UTC Mike > -Original Message- > From: Joe Manning [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 20, 2000 11:58 AM > To: [EMAIL PROTECTED] > Subject: Re: Geting certificate expiration date

RE: Geting certificate expiration date

2000-07-20 Thread mark schoneman
HHMMSS and I believe followed by a Z for Zulu(GMT) time -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Joe Manning Sent: Thursday, July 20, 2000 10:58 AM To: [EMAIL PROTECTED] Subject: Re: Geting certificate expiration date This should work but

Re: Geting certificate expiration date

2000-07-20 Thread Marko Vukovic'
Joe Manning wrote: > > This should work but how is the > date packed in the "data" of the ASN1_UTCTIME > struct. I get numbers > not_before 00062100 > not_after 010621235959 > > They seem to be yymmdd??. the first 6 > chars are the year, month and day.. what are the > last 6 chars? >

Re: Geting certificate expiration date

2000-07-20 Thread Joe Manning
This should work but how is the date packed in the "data" of the ASN1_UTCTIME struct. I get numbers not_before 00062100 not_after 010621235959 They seem to be yymmdd??. the first 6 chars are the year, month and day.. what are the last 6 chars? joe. Vadim Fedukovich wrote: >