Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 May 2000 22:37:37 -0500 (CDT)
From:      Steve Price <sprice@hiwaay.net>
To:        Kris Kennaway <kris@FreeBSD.org>
Cc:        current@FreeBSD.org
Subject:   Re: RSA decrypt problems
Message-ID:  <Pine.OSF.4.21.0005052227590.19519-100000@fly.HiWAAY.net>
In-Reply-To: <Pine.BSF.4.21.0005052004240.24050-100000@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 5 May 2000, Kris Kennaway wrote:

# #define RSAREF_F_RSAREF_BN2BIN                           101
# #define RSAREF_R_LEN                                     0x0406
# 
# RSARef can't handle keys > 1024 bits long. This is a design limitation
# which the license forbids us from fixing.
# 
# Does your webserver use a long key?

Nope.  I generated the key with 'make certificate' on the
apache13-php4 port.  Here's what openssl says about the key.

% openssl rsa -noout -text -in server.key | grep bit
Private-Key: (1024 bit)
% 

I'm beginning to wonder if it isn't something that has changed
in the ports.  My problems started when I pkg_delete'd the
apache13-modssl port to install the apach13-php4 port with modssl
support so that I could play around with php4.  It worked before
I did this.  Even now if I go back to the port without php4
support it doesn't work. :(

-steve



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.21.0005052227590.19519-100000>