From owner-freebsd-current Fri May 5 20:37:44 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.hiwaay.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 61F5537B81A; Fri, 5 May 2000 20:37:39 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.hiwaay.net (8.10.1/8.10.1) with ESMTP id e463bbk05340; Fri, 5 May 2000 22:37:37 -0500 (CDT) Date: Fri, 5 May 2000 22:37:37 -0500 (CDT) From: Steve Price To: Kris Kennaway Cc: current@FreeBSD.org Subject: Re: RSA decrypt problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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