[pubcookie-users] Re: login server - initial install trouble

Kevin Bowen kevin at ucsd.edu
Mon Feb 10 18:37:10 PST 2003


Thanks. I made this change, but still the same error: 
Feb 10 17:34:36 gilead keyclient: security_init: hello 
Feb 10 17:34:36 gilead keyclient: couldn't parse session key: /etc/httpd/conf/ssl.key/server.key
Feb 10 17:34:36 gilead keyclient: security_init failed

Any other ideas on what could be causing this?


-----Original Message-----
From: Gary Mills [mailto:mills at cc.UManitoba.CA]
Sent: Monday, February 10, 2003 5:27 PM
To: Kevin Bowen
Cc: Nathan Dors; Maurizio Marini; Pubcookie Users
Subject: Re: [pubcookie-users] Re: login server - initial install
trouble


On Mon, Feb 10, 2003 at 04:27:43PM -0800, Kevin Bowen wrote:
> Hello,
> Thanks for the patch. I'm having a hard time though finding the relevant section to add the 2048 to... I don't see any explicit reference to these key lengths. Could you possibly point me to the code block I should be looking at?

It's hidden in this line:

     static int sig_len[3] = { PBC_SIG_LEN, PBC_SIG_LEN/2, 0 };

Changing it to something like:

     static int sig_len[4] = { PBC_SIG_LEN, PBC_SIG_LEN*2, PBC_SIG_LEN/2, 0 };

should do it.

-- 
-Gary Mills-    -Unix Support-    -U of M Academic Computing and Networking-


More information about the pubcookie-users mailing list