From owner-freebsd-current Sat Jan 15 21:33: 9 2000 Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id B860715091; Sat, 15 Jan 2000 21:33:05 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id AE79F1CD5D7; Sat, 15 Jan 2000 21:33:05 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Sat, 15 Jan 2000 21:33:05 -0800 (PST) From: Kris Kennaway To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: current@freebsd.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile.inc Makefile In-Reply-To: <200001160523.VAA88902@freefall.freebsd.org> 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 Sat, 15 Jan 2000, Kris Kennaway wrote: > Support RSA via RSAref. This autodetects the RSAref package, and if it > is not found, compiles without RSA. Openssl should now be fully functional for both US and international users - please report any problems you have in using it to me. You should be able to compile all openssl-using code (some of them require rsaref and therefore cannot be used in a commercial setting, others do not), although the ports may need tweaking to deal with the changed base location (/usr instead of /usr/local). Dirk Froemberg (dirk@freebsd.org) has kindly offered to help with integration issues with the ports - so any issues with ports please CC to both of us (and the maintainer). The only outstanding issue I'm aware of with OpenSSL is enabling platform-specific optimizations (e.g. assembler versions of algorithms) which is next on my list of things to tackle. Thanks, Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message