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

------------------------------------------------------------------------------
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