From owner-freebsd-current Wed Mar 22 18:34:27 2000 Delivered-To: freebsd-current@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FAAF37B97C; Wed, 22 Mar 2000 18:34:25 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id SAA00615; Wed, 22 Mar 2000 18:34:25 -0800 (PST) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Wed, 22 Mar 2000 18:34:25 -0800 (PST) From: Kris Kennaway To: Paul Richards Cc: current@FreeBSD.org Subject: Re: RSA library problems In-Reply-To: <38D981AC.52EFAD57@originative.co.uk> 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 Thu, 23 Mar 2000, Paul Richards wrote: > > Because the dlopen() of librsaintl.so fails. > > Ok, I give up :-) Why would that happen then ? I don't know :-) > I'm not the only person seeing this, it's been reported on the ports > list by someone else as well. Hmm, I think I missed this mail. > Do you mean section 8.5? I was looking for implementation details not a > general overview. > > e.g. what goes on in libcrypto that determines which of the librsa* > libraries to load. Yes, I know I could read the code but I'm just > looking for some general pointers as to what's supposed to be going on. libcrypto tries to dlopen() librsaintl, or failing that, librsausa when a RSA function is called. librsaintl contains the OpenSSL RSA code. librsausa contains wrappers which interface to the RSAREF API, and calls librsaref via dlopen(). If you need more than that, perhaps either read the code or the mailing list archives for the last month. I've explained it all N>>1 times :-) Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message