289 |
$cnf->{_}->{"infodir"} and $ta->setInfodir($cnf->{_}->{"infodir"}); |
$cnf->{_}->{"infodir"} and $ta->setInfodir($cnf->{_}->{"infodir"}); |
290 |
$ta->loadAnchor($f) or next; |
$ta->loadAnchor($f) or next; |
291 |
$ta->saveLogMode() and $ta->setLogMode(); |
$ta->saveLogMode() and $ta->setLogMode(); |
|
$ta->loadCAfiles() or next; |
|
292 |
$ta->loadState() or next; |
$ta->loadState() or next; |
293 |
$ta->retrieve or next; |
$ta->retrieve or next; |
294 |
|
$ta->loadCAfiles() or next; |
295 |
$ta->verifyAndConvertCRLs or next; |
$ta->verifyAndConvertCRLs or next; |
296 |
|
|
297 |
my $writer = CRLWriter->new($ta); |
my $writer = CRLWriter->new($ta); |