On Sat, Jan 28, 2006, Joe Gluck wrote: > Any ideas, the ASN1_cmp_time does much more than what I need, because > I will be comparing at least once a second (If I check the last time > to be at least one second earlier.) And because they are all in my > cache for hopefully lets say a year, why not convert it to time_t and > just check it with > current_gmt_time ? >
BTW you don't have to call that function once a second. You can pass any time to ASN1_cmp_time(). You could for example pass a time an hour in the future and if it indicated the time wasn't exceeded there would be no point checking it for a further hour. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepage. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]