validity time

2001-03-01 Thread Pablo Millet
Hi.   How do i set the "Valid from" and/or "Valid to" parameters in the certificate?     ~~Pablo MilletRed  MessageWeb Developer & DesignerMob.: 0706 - 762 556   www.redmessage.com~~

Re: validity time

2001-03-01 Thread Tat Sing Kong
This is how I do it, I stole it from the examples. X509 *pCert; X509_gmtime_adj(X509_get_notBefore(pCert),0); // valid from X509_gmtime_adj(X509_get_notAfter(pCert),(long)60*60*24*expiryYears*365); //valid to > How do i set the "Valid from" and/or "Valid to" parameters in the > certificate

SV: validity time

2001-03-01 Thread Hellan,Kim KHE
:24Til: [EMAIL PROTECTED]Emne: validity time Hi.   How do i set the "Valid from" and/or "Valid to" parameters in the certificate?     ~~Pablo MilletRed  MessageWeb Developer & DesignerMob.: 0706 - 762 556   www.redmessage.com~~