Try this one
ASN1_UTCTIME_get
Hi,
I want to store certificates in database (Oracle) and I want
to have expiration time of certificates stored in DATE column, but I did
not find a function that converts ASN1_TIME to time_t or struct tm. Is
there such a function?
And I want to ask if the expira
code:
// prepare x509 content
FILE *fp = fopen("test.cer",
"wbr+");
// not null
PEM_write_X509(fp, x509); // <- access
violation (i'm using win2k pro)
fclose(fp);
could any body tell me the
reason?
thanks
wbr
There r no such a directory exists. I saw the selfsign.c in demos but it
throws an exception (access violation) in callback function when dumping to
console (PEM_write_X509 & X509_write_fp). whats the problem?
thanks in advance
> On Mon, Sep 23, 2002 at 03:19:29PM +0400, Alexey S. Polun
using openssl X509 api ?
mb any examples exist ?
thanks