Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 1999 08:39:09 -0800 (PST)
From:      Kris Kennaway <kris@hub.freebsd.org>
To:        cvs-all@freebsd.org, cvs-committers@freebsd.org
Subject:   Re: cvs commit: src/secure/usr.bin Makefile src/secure/usr.bin/openssl Makefile
Message-ID:  <Pine.BSF.4.21.9912280823060.96581-100000@hub.freebsd.org>
In-Reply-To: <199912281616.SAA32714@internat.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 28 Dec 1999, Kris Kennaway wrote:

>   Log:
>   Build infrastructure for openssl(1), a general-purpose crypto utility.
>   Based on, but heavily modified from, the OpenBSD Makefile.

The OpenSSL stuff is currently only built if you have USA_RESIDENT == NO,
because of bugs with the NO_RSA mode needed for compilation in the US.
I've just seen patches on the openssl list which claim to fix this, so it
shouldn't take much effort to do so.  OpenBSD have sidestepped this
problem since they don't have any RSA code in their openssl source, just
function stubs (presumably the binaries they ship are built from outside
the tree).

I'll be fixing this when I get back to the US in early January, as well as
hacking in RSAREF support so non-commercial users can use RSA (e.g. for
OpenSSH support, which Mark or some other non-US citizen can now import
into internat).

I'm planning to import a neutered version of the internat code (minus the
RSA and IDEA source) onto freefall when I get back, which is the one US
people should be using, but in case they're using internat they still
won't get an illegal binary out of it.

This should work on both the alpha and i386, although there are no
platform optimizations performed at present (e.g. assembler code for
crypto algorithms). This would just involve some makefile hackery.

Hopefully I've committed everything necessary for make world to not break
:-) Enjoy!

Kris




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




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