From owner-freebsd-current Wed Mar 22 17:59:30 2000 Delivered-To: freebsd-current@freebsd.org Received: from mailgate.originative.co.uk (mailgate.originative.co.uk [194.217.50.228]) by hub.freebsd.org (Postfix) with ESMTP id 23B8937B792 for ; Wed, 22 Mar 2000 17:59:28 -0800 (PST) (envelope-from paul@originative.co.uk) Received: from originative.co.uk (lobster.originative.co.uk [194.217.50.241]) by mailgate.originative.co.uk (Postfix) with ESMTP id D4B841D131 for ; Thu, 23 Mar 2000 01:59:26 +0000 (GMT) Message-ID: <38D97A7E.F71FF332@originative.co.uk> Date: Thu, 23 Mar 2000 01:59:26 +0000 From: Paul Richards Organization: Originative Solutions Ltd X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en-GB, en MIME-Version: 1.0 To: current@FreeBSD.org Subject: RSA library problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've posted this to current because it seems to be related to the OpenSSL code. Apache-modssl throws out the error below when you try to access a SSL port. The only place I can find this message is in the openssl/rsaref/rsaref_stubs.c where it tries to open librsaref.so I'm picking up my secure code from internat so why is modssl trying to use rsaref rather than the international rsa? Is there a document that explains how all this is supposed to work, I've lost track of how the crypto code is organised. ** RSAPrivateEncrypt: Unable to find an RSAREF shared library (librsaref.so). ** Install the /usr/ports/security/rsaref port or package and run this ** program again. See Chapter 6.5 in the FreeBSD Handbook, located at ** http://www.freebsd.org/handbook/openssl.html, for more information. [Thu Mar 23 01:53:19 2000] [error] mod_ssl: SSL handshake failed (server lobster.originative.co.uk:443, client 194.217.50.243) (OpenSSL library error follows) [Thu Mar 23 01:53:19 2000] [error] OpenSSL: error:1409B004:SSL routines:SSL3_SEND_SERVER_KEY_EXCHANGE:nested asn1 error Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message