Hi Claus,

the lack of the function is not the issue. The problem is probably
due to the fact that you are upgrading from a previous version of
the DB and I forgot to include the update of CRL objects in the
upgradeDB function.

Try to update the DBI module as described here:

   http://mm.cs.dartmouth.edu/wiki/index.php/UTF-8_Encoding_and_Expired_CRLs

then restart OpenCA and use the upgradeDB.

Let me know if this fixes your issues :D

Cheers,
Max


On 03/11/2010 07:59 AM, Claus wrote:
Hi all,

after upgrading to 1.1.0 there are problems to view expired CRLs.
In Package OpenCA::CRL in the function setStatus is a line like
"$self->setHeaderAttribute (  $status_update =>  $now );
but the function setHeaderAttribute isn't in the Package.

If  i use the old function "setStatus" from 1.0.2 Version i can view the
expired CRLs.
Is it save to use the old function?
sub setStatus
{
    my $self = shift;
    $self->{STATUS} = shift;
   return $self->getStatus();
}

thanks, Claus

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to