Bug#308879: endless loop on startup

2005-05-13 Thread Christoph Ulrich Scholler
 If I start tinyca it creates the main window and then proceeds to output
 this line endlessly:
 
 Use of uninitialized value in pattern match (m//) at 
 /usr/lib/tinyca/OpenSSL.pm line 502.

I can not reproduce this on Sarge.  I noticed that the version of
openssl in unstable is 0.9.7g, whereas Sarge has 0.9.7e.  Maybe this
causes the bug?



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#308879: endless loop on startup

2005-05-13 Thread Wichert Akkerman
Previously Christoph Ulrich Scholler wrote:
 I can not reproduce this on Sarge.  I noticed that the version of
 openssl in unstable is 0.9.7g, whereas Sarge has 0.9.7e.  Maybe this
 causes the bug?

Looks like it; downgrading openssl to the sarge version seems to fix it.

Wichert.

-- 
Wichert Akkerman [EMAIL PROTECTED]It is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#308879: endless loop on startup

2005-05-12 Thread Wichert Akkerman
Previously Wichert Akkerman wrote:
 Use of uninitialized value in pattern match (m//) at 
 /usr/lib/tinyca/OpenSSL.pm line 502.

Looking at the code this is in the CRL parsing routines. It looks for
revoked certificates in the openssl output, however the output is
binary, not text (the command run is openssl crl -inform PEM -outform DER).

Wichert.

-- 
Wichert Akkerman [EMAIL PROTECTED]It is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]