ASN1_UTCTIME Question

2010-04-14 Thread Jerry Wang
Hi, I was just wondering what is the best way for converting type ASN1_UTCTIME* to type char* or string in C++? Thanks in advance, Jerry

Re: ASN1_UTCTIME Question

2010-04-14 Thread Patrick Patterson
On 14/04/10 1:05 PM, Jerry Wang wrote: Hi, I was just wondering what is the best way for converting type ASN1_UTCTIME* to type char* or string in C++? Probably the best way is to convert it to a time_t, and then use your normal platform functions to convert that to a string. This has the