Ives Steglich wrote:


I don't know how Max implements this for DBM files but the DBI module only
knows the certificate status VALID. The DBI module checks every
certificate on the fly before it sets the state to VALID or EXPIRED. This
is fully transparent for the user. If a user asks for one or more expired
certificates then the database searchs internally for VALID certificates
with a notafter smaller then now. So the DBI module does not need a

sub getStatus
{
    my $self = shift;
    return $self->{STATUS};
}


so means, if an dbms is used - getStatus should deliver expired if an certificate gets expired even if its valid before asked?

so i have to check the dbm code, to decide if an extra date check may be
necessary or not, and if, the dbm code should be updated, right?

so this should on the todo list, in case


dalini



--
Ives Steglich                Email: [EMAIL PROTECTED]
System Administration        Tel.:  +49 (0)3677 - 69 4382/4383
                             Fax:   +49 (0)3677 - 69 4399

Fraunhofer Institute for Digital Media Technology
Langewiesener Strasse 22
98693 Ilmenau                Email (private): [EMAIL PROTECTED]
Germany                      http://www.openca.org


------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ OpenCA-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to